@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateKeyValueStoreRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateKeyValueStoreRequest() |
Modifier and Type | Method and Description |
---|---|
CreateKeyValueStoreRequest |
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.
|
ImportSource |
getImportSource()
The S3 bucket that provides the source for the import.
|
String |
getName()
The name of the Key Value Store.
|
int |
hashCode() |
void |
setComment(String comment)
The comment of the Key Value Store.
|
void |
setImportSource(ImportSource importSource)
The S3 bucket that provides the source for the import.
|
void |
setName(String name)
The name of the Key Value Store.
|
String |
toString()
Returns a string representation of this object.
|
CreateKeyValueStoreRequest |
withComment(String comment)
The comment of the Key Value Store.
|
CreateKeyValueStoreRequest |
withImportSource(ImportSource importSource)
The S3 bucket that provides the source for the import.
|
CreateKeyValueStoreRequest |
withName(String name)
The name of the Key Value Store.
|
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. The maximum length of the name is 32 characters.
name
- The name of the Key Value Store. The maximum length of the name is 32 characters.public String getName()
The name of the Key Value Store. The maximum length of the name is 32 characters.
public CreateKeyValueStoreRequest withName(String name)
The name of the Key Value Store. The maximum length of the name is 32 characters.
name
- The name of the Key Value Store. The maximum length of the name is 32 characters.public void setComment(String comment)
The comment of the Key Value Store.
comment
- The comment of the Key Value Store.public String getComment()
The comment of the Key Value Store.
public CreateKeyValueStoreRequest withComment(String comment)
The comment of the Key Value Store.
comment
- The comment of the Key Value Store.public void setImportSource(ImportSource importSource)
The S3 bucket that provides the source for the import. The source must be in a valid JSON format.
importSource
- The S3 bucket that provides the source for the import. The source must be in a valid JSON format.public ImportSource getImportSource()
The S3 bucket that provides the source for the import. The source must be in a valid JSON format.
public CreateKeyValueStoreRequest withImportSource(ImportSource importSource)
The S3 bucket that provides the source for the import. The source must be in a valid JSON format.
importSource
- The S3 bucket that provides the source for the import. The source must be in a valid JSON format.public String toString()
toString
in class Object
Object.toString()
public CreateKeyValueStoreRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()