@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateKeyValueStoreRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateKeyValueStoreRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateKeyValueStoreRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getComment()
The comment of the key value store to update.
|
String |
getIfMatch()
The key value store to update, if a match occurs.
|
String |
getName()
The name of the key value store to update.
|
int |
hashCode() |
void |
setComment(String comment)
The comment of the key value store to update.
|
void |
setIfMatch(String ifMatch)
The key value store to update, if a match occurs.
|
void |
setName(String name)
The name of the key value store to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateKeyValueStoreRequest |
withComment(String comment)
The comment of the key value store to update.
|
UpdateKeyValueStoreRequest |
withIfMatch(String ifMatch)
The key value store to update, if a match occurs.
|
UpdateKeyValueStoreRequest |
withName(String name)
The name of the key value store to update.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setName(String name)
The name of the key value store to update.
name
- The name of the key value store to update.public String getName()
The name of the key value store to update.
public UpdateKeyValueStoreRequest withName(String name)
The name of the key value store to update.
name
- The name of the key value store to update.public void setComment(String comment)
The comment of the key value store to update.
comment
- The comment of the key value store to update.public String getComment()
The comment of the key value store to update.
public UpdateKeyValueStoreRequest withComment(String comment)
The comment of the key value store to update.
comment
- The comment of the key value store to update.public void setIfMatch(String ifMatch)
The key value store to update, if a match occurs.
ifMatch
- The key value store to update, if a match occurs.public String getIfMatch()
The key value store to update, if a match occurs.
public UpdateKeyValueStoreRequest withIfMatch(String ifMatch)
The key value store to update, if a match occurs.
ifMatch
- The key value store to update, if a match occurs.public String toString()
toString
in class Object
Object.toString()
public UpdateKeyValueStoreRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()