@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateVoiceProfileDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateVoiceProfileDomainRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateVoiceProfileDomainRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
The description of the voice profile domain.
|
String |
getName()
The name of the voice profile domain.
|
String |
getVoiceProfileDomainId()
The domain ID.
|
int |
hashCode() |
void |
setDescription(String description)
The description of the voice profile domain.
|
void |
setName(String name)
The name of the voice profile domain.
|
void |
setVoiceProfileDomainId(String voiceProfileDomainId)
The domain ID.
|
String |
toString()
Returns a string representation of this object.
|
UpdateVoiceProfileDomainRequest |
withDescription(String description)
The description of the voice profile domain.
|
UpdateVoiceProfileDomainRequest |
withName(String name)
The name of the voice profile domain.
|
UpdateVoiceProfileDomainRequest |
withVoiceProfileDomainId(String voiceProfileDomainId)
The domain ID.
|
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 setVoiceProfileDomainId(String voiceProfileDomainId)
The domain ID.
voiceProfileDomainId - The domain ID.public String getVoiceProfileDomainId()
The domain ID.
public UpdateVoiceProfileDomainRequest withVoiceProfileDomainId(String voiceProfileDomainId)
The domain ID.
voiceProfileDomainId - The domain ID.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 UpdateVoiceProfileDomainRequest withName(String name)
The name of the voice profile domain.
name - The name of the voice profile domain.public void setDescription(String description)
The description of the voice profile domain.
description - The description of the voice profile domain.public String getDescription()
The description of the voice profile domain.
public UpdateVoiceProfileDomainRequest withDescription(String description)
The description of the voice profile domain.
description - The description of the voice profile domain.public String toString()
toString in class ObjectObject.toString()public UpdateVoiceProfileDomainRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()