@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeKeyValueStoreResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Metadata information about a Key Value Store.
Constructor and Description |
---|
DescribeKeyValueStoreResult() |
Modifier and Type | Method and Description |
---|---|
DescribeKeyValueStoreResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreated()
Date and time when the Key Value Store was created.
|
String |
getETag()
The version identifier for the current version of the Key Value Store.
|
Integer |
getItemCount()
Number of key value pairs in the Key Value Store.
|
String |
getKvsARN()
The Amazon Resource Name (ARN) of the Key Value Store.
|
Date |
getLastModified()
Date and time when the key value pairs in the Key Value Store was last modified.
|
Long |
getTotalSizeInBytes()
Total size of the Key Value Store in bytes.
|
int |
hashCode() |
void |
setCreated(Date created)
Date and time when the Key Value Store was created.
|
void |
setETag(String eTag)
The version identifier for the current version of the Key Value Store.
|
void |
setItemCount(Integer itemCount)
Number of key value pairs in the Key Value Store.
|
void |
setKvsARN(String kvsARN)
The Amazon Resource Name (ARN) of the Key Value Store.
|
void |
setLastModified(Date lastModified)
Date and time when the key value pairs in the Key Value Store was last modified.
|
void |
setTotalSizeInBytes(Long totalSizeInBytes)
Total size of the Key Value Store in bytes.
|
String |
toString()
Returns a string representation of this object.
|
DescribeKeyValueStoreResult |
withCreated(Date created)
Date and time when the Key Value Store was created.
|
DescribeKeyValueStoreResult |
withETag(String eTag)
The version identifier for the current version of the Key Value Store.
|
DescribeKeyValueStoreResult |
withItemCount(Integer itemCount)
Number of key value pairs in the Key Value Store.
|
DescribeKeyValueStoreResult |
withKvsARN(String kvsARN)
The Amazon Resource Name (ARN) of the Key Value Store.
|
DescribeKeyValueStoreResult |
withLastModified(Date lastModified)
Date and time when the key value pairs in the Key Value Store was last modified.
|
DescribeKeyValueStoreResult |
withTotalSizeInBytes(Long totalSizeInBytes)
Total size of the Key Value Store in bytes.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setItemCount(Integer itemCount)
Number of key value pairs in the Key Value Store.
itemCount
- Number of key value pairs in the Key Value Store.public Integer getItemCount()
Number of key value pairs in the Key Value Store.
public DescribeKeyValueStoreResult withItemCount(Integer itemCount)
Number of key value pairs in the Key Value Store.
itemCount
- Number of key value pairs in the Key Value Store.public void setTotalSizeInBytes(Long totalSizeInBytes)
Total size of the Key Value Store in bytes.
totalSizeInBytes
- Total size of the Key Value Store in bytes.public Long getTotalSizeInBytes()
Total size of the Key Value Store in bytes.
public DescribeKeyValueStoreResult withTotalSizeInBytes(Long totalSizeInBytes)
Total size of the Key Value Store in bytes.
totalSizeInBytes
- Total size of the Key Value Store in bytes.public void setKvsARN(String kvsARN)
The Amazon Resource Name (ARN) of the Key Value Store.
kvsARN
- The Amazon Resource Name (ARN) of the Key Value Store.public String getKvsARN()
The Amazon Resource Name (ARN) of the Key Value Store.
public DescribeKeyValueStoreResult withKvsARN(String kvsARN)
The Amazon Resource Name (ARN) of the Key Value Store.
kvsARN
- The Amazon Resource Name (ARN) of the Key Value Store.public void setCreated(Date created)
Date and time when the Key Value Store was created.
created
- Date and time when the Key Value Store was created.public Date getCreated()
Date and time when the Key Value Store was created.
public DescribeKeyValueStoreResult withCreated(Date created)
Date and time when the Key Value Store was created.
created
- Date and time when the Key Value Store was created.public void setETag(String eTag)
The version identifier for the current version of the Key Value Store.
eTag
- The version identifier for the current version of the Key Value Store.public String getETag()
The version identifier for the current version of the Key Value Store.
public DescribeKeyValueStoreResult withETag(String eTag)
The version identifier for the current version of the Key Value Store.
eTag
- The version identifier for the current version of the Key Value Store.public void setLastModified(Date lastModified)
Date and time when the key value pairs in the Key Value Store was last modified.
lastModified
- Date and time when the key value pairs in the Key Value Store was last modified.public Date getLastModified()
Date and time when the key value pairs in the Key Value Store was last modified.
public DescribeKeyValueStoreResult withLastModified(Date lastModified)
Date and time when the key value pairs in the Key Value Store was last modified.
lastModified
- Date and time when the key value pairs in the Key Value Store was last modified.public String toString()
toString
in class Object
Object.toString()
public DescribeKeyValueStoreResult clone()