ToCopyableBuilder<DescribeWorkingStorageResponse.Builder,DescribeWorkingStorageResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeWorkingStorageResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeWorkingStorageResponse.Builder,DescribeWorkingStorageResponse>
A JSON object containing the following fields:
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeWorkingStorageResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeWorkingStorageResponse.Builder |
builder() |
|
List<String> |
diskIds() |
An array of the gateway's local disk IDs that are configured as working storage.
|
boolean |
equals(Object obj) |
|
String |
gatewayARN() |
|
int |
hashCode() |
|
static Class<? extends DescribeWorkingStorageResponse.Builder> |
serializableBuilderClass() |
|
DescribeWorkingStorageResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Long |
workingStorageAllocatedInBytes() |
The total working storage in bytes allocated for the gateway.
|
Long |
workingStorageUsedInBytes() |
The total working storage in bytes in use by the gateway.
|
setSdkHttpMetadata, setSdkResponseMetadata
public String gatewayARN()
public List<String> diskIds()
An array of the gateway's local disk IDs that are configured as working storage. Each local disk ID is specified as a string (minimum length of 1 and maximum length of 300). If no local disks are configured as working storage, then the DiskIds array is empty.
public Long workingStorageUsedInBytes()
The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0.
public Long workingStorageAllocatedInBytes()
The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0.
public DescribeWorkingStorageResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeWorkingStorageResponse.Builder,DescribeWorkingStorageResponse>
public static DescribeWorkingStorageResponse.Builder builder()
public static Class<? extends DescribeWorkingStorageResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.