Class DescribeCacheResult
java.lang.Object
com.amazonaws.services.storagegateway.model.DescribeCacheResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetCacheAllocatedInBytes(Long cacheAllocatedInBytes) voidsetCacheDirtyPercentage(Double cacheDirtyPercentage) voidsetCacheHitPercentage(Double cacheHitPercentage) voidsetCacheMissPercentage(Double cacheMissPercentage) voidsetCacheUsedPercentage(Double cacheUsedPercentage) voidsetDiskIds(Collection<String> diskIds) voidsetGatewayARN(String gatewayARN) toString()Returns a string representation of this object; useful for testing and debugging.withCacheAllocatedInBytes(Long cacheAllocatedInBytes) withCacheDirtyPercentage(Double cacheDirtyPercentage) withCacheHitPercentage(Double cacheHitPercentage) withCacheMissPercentage(Double cacheMissPercentage) withCacheUsedPercentage(Double cacheUsedPercentage) withDiskIds(String... diskIds) NOTE: This method appends the values to the existing list (if any).withDiskIds(Collection<String> diskIds) withGatewayARN(String gatewayARN)
-
Constructor Details
-
DescribeCacheResult
public DescribeCacheResult()
-
-
Method Details
-
setGatewayARN
- Parameters:
gatewayARN-
-
getGatewayARN
- Returns:
-
withGatewayARN
- Parameters:
gatewayARN-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getDiskIds
- Returns:
-
setDiskIds
- Parameters:
diskIds-
-
withDiskIds
NOTE: This method appends the values to the existing list (if any). Use
setDiskIds(java.util.Collection)orwithDiskIds(java.util.Collection)if you want to override the existing values.- Parameters:
diskIds-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withDiskIds
- Parameters:
diskIds-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCacheAllocatedInBytes
- Parameters:
cacheAllocatedInBytes-
-
getCacheAllocatedInBytes
- Returns:
-
withCacheAllocatedInBytes
- Parameters:
cacheAllocatedInBytes-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCacheUsedPercentage
- Parameters:
cacheUsedPercentage-
-
getCacheUsedPercentage
- Returns:
-
withCacheUsedPercentage
- Parameters:
cacheUsedPercentage-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCacheDirtyPercentage
- Parameters:
cacheDirtyPercentage-
-
getCacheDirtyPercentage
- Returns:
-
withCacheDirtyPercentage
- Parameters:
cacheDirtyPercentage-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCacheHitPercentage
- Parameters:
cacheHitPercentage-
-
getCacheHitPercentage
- Returns:
-
withCacheHitPercentage
- Parameters:
cacheHitPercentage-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCacheMissPercentage
- Parameters:
cacheMissPercentage-
-
getCacheMissPercentage
- Returns:
-
withCacheMissPercentage
- Parameters:
cacheMissPercentage-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-