@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeKeyValueStoreResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeKeyValueStoreResult() |
Modifier and Type | Method and Description |
---|---|
DescribeKeyValueStoreResult |
clone() |
boolean |
equals(Object obj) |
String |
getETag()
The ETag of the resulting Key Value Store.
|
KeyValueStore |
getKeyValueStore()
The resulting Key Value Store.
|
int |
hashCode() |
void |
setETag(String eTag)
The ETag of the resulting Key Value Store.
|
void |
setKeyValueStore(KeyValueStore keyValueStore)
The resulting Key Value Store.
|
String |
toString()
Returns a string representation of this object.
|
DescribeKeyValueStoreResult |
withETag(String eTag)
The ETag of the resulting Key Value Store.
|
DescribeKeyValueStoreResult |
withKeyValueStore(KeyValueStore keyValueStore)
The resulting Key Value Store.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setKeyValueStore(KeyValueStore keyValueStore)
The resulting Key Value Store.
keyValueStore
- The resulting Key Value Store.public KeyValueStore getKeyValueStore()
The resulting Key Value Store.
public DescribeKeyValueStoreResult withKeyValueStore(KeyValueStore keyValueStore)
The resulting Key Value Store.
keyValueStore
- The resulting Key Value Store.public void setETag(String eTag)
The ETag of the resulting Key Value Store.
eTag
- The ETag of the resulting Key Value Store.public String getETag()
The ETag of the resulting Key Value Store.
public DescribeKeyValueStoreResult withETag(String eTag)
The ETag of the resulting Key Value Store.
eTag
- The ETag of the resulting Key Value Store.public String toString()
toString
in class Object
Object.toString()
public DescribeKeyValueStoreResult clone()