@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateKeyValueStoreResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateKeyValueStoreResult() |
Modifier and Type | Method and Description |
---|---|
CreateKeyValueStoreResult |
clone() |
boolean |
equals(Object obj) |
String |
getETag()
The
ETag in the resulting key value store. |
KeyValueStore |
getKeyValueStore()
The resulting key value store.
|
String |
getLocation()
The location of the resulting key value store.
|
int |
hashCode() |
void |
setETag(String eTag)
The
ETag in the resulting key value store. |
void |
setKeyValueStore(KeyValueStore keyValueStore)
The resulting key value store.
|
void |
setLocation(String location)
The location of the resulting key value store.
|
String |
toString()
Returns a string representation of this object.
|
CreateKeyValueStoreResult |
withETag(String eTag)
The
ETag in the resulting key value store. |
CreateKeyValueStoreResult |
withKeyValueStore(KeyValueStore keyValueStore)
The resulting key value store.
|
CreateKeyValueStoreResult |
withLocation(String location)
The location of 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 CreateKeyValueStoreResult withKeyValueStore(KeyValueStore keyValueStore)
The resulting key value store.
keyValueStore
- The resulting key value store.public void setETag(String eTag)
The ETag
in the resulting key value store.
eTag
- The ETag
in the resulting key value store.public String getETag()
The ETag
in the resulting key value store.
ETag
in the resulting key value store.public CreateKeyValueStoreResult withETag(String eTag)
The ETag
in the resulting key value store.
eTag
- The ETag
in the resulting key value store.public void setLocation(String location)
The location of the resulting key value store.
location
- The location of the resulting key value store.public String getLocation()
The location of the resulting key value store.
public CreateKeyValueStoreResult withLocation(String location)
The location of the resulting key value store.
location
- The location of the resulting key value store.public String toString()
toString
in class Object
Object.toString()
public CreateKeyValueStoreResult clone()