|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.storagegateway.model.DescribeCacheResult
public class DescribeCacheResult
Describe Cache Result
Constructor Summary | |
---|---|
DescribeCacheResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Long |
getCacheAllocatedInBytes()
Returns the value of the CacheAllocatedInBytes property for this object. |
Double |
getCacheDirtyPercentage()
Returns the value of the CacheDirtyPercentage property for this object. |
Double |
getCacheHitPercentage()
Returns the value of the CacheHitPercentage property for this object. |
Double |
getCacheMissPercentage()
Returns the value of the CacheMissPercentage property for this object. |
Double |
getCacheUsedPercentage()
Returns the value of the CacheUsedPercentage property for this object. |
List<String> |
getDiskIds()
Returns the value of the DiskIds property for this object. |
String |
getGatewayARN()
The Amazon Resource Name (ARN) of the gateway. |
int |
hashCode()
|
void |
setCacheAllocatedInBytes(Long cacheAllocatedInBytes)
Sets the value of the CacheAllocatedInBytes property for this object. |
void |
setCacheDirtyPercentage(Double cacheDirtyPercentage)
Sets the value of the CacheDirtyPercentage property for this object. |
void |
setCacheHitPercentage(Double cacheHitPercentage)
Sets the value of the CacheHitPercentage property for this object. |
void |
setCacheMissPercentage(Double cacheMissPercentage)
Sets the value of the CacheMissPercentage property for this object. |
void |
setCacheUsedPercentage(Double cacheUsedPercentage)
Sets the value of the CacheUsedPercentage property for this object. |
void |
setDiskIds(Collection<String> diskIds)
Sets the value of the DiskIds property for this object. |
void |
setGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeCacheResult |
withCacheAllocatedInBytes(Long cacheAllocatedInBytes)
Sets the value of the CacheAllocatedInBytes property for this object. |
DescribeCacheResult |
withCacheDirtyPercentage(Double cacheDirtyPercentage)
Sets the value of the CacheDirtyPercentage property for this object. |
DescribeCacheResult |
withCacheHitPercentage(Double cacheHitPercentage)
Sets the value of the CacheHitPercentage property for this object. |
DescribeCacheResult |
withCacheMissPercentage(Double cacheMissPercentage)
Sets the value of the CacheMissPercentage property for this object. |
DescribeCacheResult |
withCacheUsedPercentage(Double cacheUsedPercentage)
Sets the value of the CacheUsedPercentage property for this object. |
DescribeCacheResult |
withDiskIds(Collection<String> diskIds)
Sets the value of the DiskIds property for this object. |
DescribeCacheResult |
withDiskIds(String... diskIds)
Sets the value of the DiskIds property for this object. |
DescribeCacheResult |
withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeCacheResult()
Method Detail |
---|
public String getGatewayARN()
Constraints:
Length: 50 - 500
public void setGatewayARN(String gatewayARN)
Constraints:
Length: 50 - 500
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.public DescribeCacheResult withGatewayARN(String gatewayARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 500
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.
public List<String> getDiskIds()
public void setDiskIds(Collection<String> diskIds)
diskIds
- The new value for the DiskIds property for this object.public DescribeCacheResult withDiskIds(String... diskIds)
Returns a reference to this object so that method calls can be chained together.
diskIds
- The new value for the DiskIds property for this object.
public DescribeCacheResult withDiskIds(Collection<String> diskIds)
Returns a reference to this object so that method calls can be chained together.
diskIds
- The new value for the DiskIds property for this object.
public Long getCacheAllocatedInBytes()
public void setCacheAllocatedInBytes(Long cacheAllocatedInBytes)
cacheAllocatedInBytes
- The new value for the CacheAllocatedInBytes property for this object.public DescribeCacheResult withCacheAllocatedInBytes(Long cacheAllocatedInBytes)
Returns a reference to this object so that method calls can be chained together.
cacheAllocatedInBytes
- The new value for the CacheAllocatedInBytes property for this object.
public Double getCacheUsedPercentage()
public void setCacheUsedPercentage(Double cacheUsedPercentage)
cacheUsedPercentage
- The new value for the CacheUsedPercentage property for this object.public DescribeCacheResult withCacheUsedPercentage(Double cacheUsedPercentage)
Returns a reference to this object so that method calls can be chained together.
cacheUsedPercentage
- The new value for the CacheUsedPercentage property for this object.
public Double getCacheDirtyPercentage()
public void setCacheDirtyPercentage(Double cacheDirtyPercentage)
cacheDirtyPercentage
- The new value for the CacheDirtyPercentage property for this object.public DescribeCacheResult withCacheDirtyPercentage(Double cacheDirtyPercentage)
Returns a reference to this object so that method calls can be chained together.
cacheDirtyPercentage
- The new value for the CacheDirtyPercentage property for this object.
public Double getCacheHitPercentage()
public void setCacheHitPercentage(Double cacheHitPercentage)
cacheHitPercentage
- The new value for the CacheHitPercentage property for this object.public DescribeCacheResult withCacheHitPercentage(Double cacheHitPercentage)
Returns a reference to this object so that method calls can be chained together.
cacheHitPercentage
- The new value for the CacheHitPercentage property for this object.
public Double getCacheMissPercentage()
public void setCacheMissPercentage(Double cacheMissPercentage)
cacheMissPercentage
- The new value for the CacheMissPercentage property for this object.public DescribeCacheResult withCacheMissPercentage(Double cacheMissPercentage)
Returns a reference to this object so that method calls can be chained together.
cacheMissPercentage
- The new value for the CacheMissPercentage property for this object.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |