@Generated(value="software.amazon.awssdk:codegen") public final class DescribeCacheResponse extends StorageGatewayResponse implements ToCopyableBuilder<DescribeCacheResponse.Builder,DescribeCacheResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeCacheResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeCacheResponse.Builder |
builder() |
Long |
cacheAllocatedInBytes()
Returns the value of the CacheAllocatedInBytes property for this object.
|
Double |
cacheDirtyPercentage()
Returns the value of the CacheDirtyPercentage property for this object.
|
Double |
cacheHitPercentage()
Returns the value of the CacheHitPercentage property for this object.
|
Double |
cacheMissPercentage()
Returns the value of the CacheMissPercentage property for this object.
|
Double |
cacheUsedPercentage()
Returns the value of the CacheUsedPercentage property for this object.
|
List<String> |
diskIds()
Returns the value of the DiskIds property for this object.
|
boolean |
equals(Object obj) |
String |
gatewayARN()
Returns the value of the GatewayARN property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeCacheResponse.Builder> |
serializableBuilderClass() |
DescribeCacheResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String gatewayARN()
public List<String> diskIds()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Long cacheAllocatedInBytes()
public Double cacheUsedPercentage()
public Double cacheDirtyPercentage()
public Double cacheHitPercentage()
public Double cacheMissPercentage()
public DescribeCacheResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeCacheResponse.Builder,DescribeCacheResponse>toBuilder in class AwsResponsepublic static DescribeCacheResponse.Builder builder()
public static Class<? extends DescribeCacheResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.