@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVoiceProfileDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateVoiceProfileDomainRequest() |
Modifier and Type | Method and Description |
---|---|
CreateVoiceProfileDomainRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
The unique identifier for the client request.
|
String |
getDescription()
A description of the voice profile domain.
|
String |
getName()
The name of the voice profile domain.
|
ServerSideEncryptionConfiguration |
getServerSideEncryptionConfiguration()
The server-side encryption configuration for the request.
|
List<Tag> |
getTags()
The tags assigned to the domain.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
The unique identifier for the client request.
|
void |
setDescription(String description)
A description of the voice profile domain.
|
void |
setName(String name)
The name of the voice profile domain.
|
void |
setServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The server-side encryption configuration for the request.
|
void |
setTags(Collection<Tag> tags)
The tags assigned to the domain.
|
String |
toString()
Returns a string representation of this object.
|
CreateVoiceProfileDomainRequest |
withClientRequestToken(String clientRequestToken)
The unique identifier for the client request.
|
CreateVoiceProfileDomainRequest |
withDescription(String description)
A description of the voice profile domain.
|
CreateVoiceProfileDomainRequest |
withName(String name)
The name of the voice profile domain.
|
CreateVoiceProfileDomainRequest |
withServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The server-side encryption configuration for the request.
|
CreateVoiceProfileDomainRequest |
withTags(Collection<Tag> tags)
The tags assigned to the domain.
|
CreateVoiceProfileDomainRequest |
withTags(Tag... tags)
The tags assigned to the domain.
|
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 voice profile domain.
name
- The name of the voice profile domain.public String getName()
The name of the voice profile domain.
public CreateVoiceProfileDomainRequest withName(String name)
The name of the voice profile domain.
name
- The name of the voice profile domain.public void setDescription(String description)
A description of the voice profile domain.
description
- A description of the voice profile domain.public String getDescription()
A description of the voice profile domain.
public CreateVoiceProfileDomainRequest withDescription(String description)
A description of the voice profile domain.
description
- A description of the voice profile domain.public void setServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The server-side encryption configuration for the request.
serverSideEncryptionConfiguration
- The server-side encryption configuration for the request.public ServerSideEncryptionConfiguration getServerSideEncryptionConfiguration()
The server-side encryption configuration for the request.
public CreateVoiceProfileDomainRequest withServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The server-side encryption configuration for the request.
serverSideEncryptionConfiguration
- The server-side encryption configuration for the request.public void setClientRequestToken(String clientRequestToken)
The unique identifier for the client request. Use a different token for different domain creation requests.
clientRequestToken
- The unique identifier for the client request. Use a different token for different domain creation
requests.public String getClientRequestToken()
The unique identifier for the client request. Use a different token for different domain creation requests.
public CreateVoiceProfileDomainRequest withClientRequestToken(String clientRequestToken)
The unique identifier for the client request. Use a different token for different domain creation requests.
clientRequestToken
- The unique identifier for the client request. Use a different token for different domain creation
requests.public List<Tag> getTags()
The tags assigned to the domain.
public void setTags(Collection<Tag> tags)
The tags assigned to the domain.
tags
- The tags assigned to the domain.public CreateVoiceProfileDomainRequest withTags(Tag... tags)
The tags assigned to the domain.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The tags assigned to the domain.public CreateVoiceProfileDomainRequest withTags(Collection<Tag> tags)
The tags assigned to the domain.
tags
- The tags assigned to the domain.public String toString()
toString
in class Object
Object.toString()
public CreateVoiceProfileDomainRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()