@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateReferenceStoreRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateReferenceStoreRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateReferenceStoreRequest | addTagsEntry(String key,
            String value)Add a single Tags entry | 
| CreateReferenceStoreRequest | clearTagsEntries()Removes all the entries added into Tags. | 
| CreateReferenceStoreRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getClientToken()
 To ensure that requests don't run multiple times, specify a unique token for each request. | 
| String | getDescription()
 A description for the store. | 
| String | getName()
 A name for the store. | 
| SseConfig | getSseConfig()
 Server-side encryption (SSE) settings for the store. | 
| Map<String,String> | getTags()
 Tags for the store. | 
| int | hashCode() | 
| void | setClientToken(String clientToken)
 To ensure that requests don't run multiple times, specify a unique token for each request. | 
| void | setDescription(String description)
 A description for the store. | 
| void | setName(String name)
 A name for the store. | 
| void | setSseConfig(SseConfig sseConfig)
 Server-side encryption (SSE) settings for the store. | 
| void | setTags(Map<String,String> tags)
 Tags for the store. | 
| String | toString()Returns a string representation of this object. | 
| CreateReferenceStoreRequest | withClientToken(String clientToken)
 To ensure that requests don't run multiple times, specify a unique token for each request. | 
| CreateReferenceStoreRequest | withDescription(String description)
 A description for the store. | 
| CreateReferenceStoreRequest | withName(String name)
 A name for the store. | 
| CreateReferenceStoreRequest | withSseConfig(SseConfig sseConfig)
 Server-side encryption (SSE) settings for the store. | 
| CreateReferenceStoreRequest | withTags(Map<String,String> tags)
 Tags for the 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, withSdkRequestTimeoutpublic void setName(String name)
A name for the store.
name - A name for the store.public String getName()
A name for the store.
public CreateReferenceStoreRequest withName(String name)
A name for the store.
name - A name for the store.public void setDescription(String description)
A description for the store.
description - A description for the store.public String getDescription()
A description for the store.
public CreateReferenceStoreRequest withDescription(String description)
A description for the store.
description - A description for the store.public void setSseConfig(SseConfig sseConfig)
Server-side encryption (SSE) settings for the store.
sseConfig - Server-side encryption (SSE) settings for the store.public SseConfig getSseConfig()
Server-side encryption (SSE) settings for the store.
public CreateReferenceStoreRequest withSseConfig(SseConfig sseConfig)
Server-side encryption (SSE) settings for the store.
sseConfig - Server-side encryption (SSE) settings for the store.public void setTags(Map<String,String> tags)
Tags for the store.
tags - Tags for the store.public CreateReferenceStoreRequest withTags(Map<String,String> tags)
Tags for the store.
tags - Tags for the store.public CreateReferenceStoreRequest addTagsEntry(String key, String value)
public CreateReferenceStoreRequest clearTagsEntries()
public void setClientToken(String clientToken)
To ensure that requests don't run multiple times, specify a unique token for each request.
clientToken - To ensure that requests don't run multiple times, specify a unique token for each request.public String getClientToken()
To ensure that requests don't run multiple times, specify a unique token for each request.
public CreateReferenceStoreRequest withClientToken(String clientToken)
To ensure that requests don't run multiple times, specify a unique token for each request.
clientToken - To ensure that requests don't run multiple times, specify a unique token for each request.public String toString()
toString in class ObjectObject.toString()public CreateReferenceStoreRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()