@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateVoiceProfileDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateVoiceProfileDomainResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateVoiceProfileDomainResult |
clone() |
boolean |
equals(Object obj) |
VoiceProfileDomain |
getVoiceProfileDomain()
The updated details of the voice profile domain.
|
int |
hashCode() |
void |
setVoiceProfileDomain(VoiceProfileDomain voiceProfileDomain)
The updated details of the voice profile domain.
|
String |
toString()
Returns a string representation of this object.
|
UpdateVoiceProfileDomainResult |
withVoiceProfileDomain(VoiceProfileDomain voiceProfileDomain)
The updated details of the voice profile domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setVoiceProfileDomain(VoiceProfileDomain voiceProfileDomain)
The updated details of the voice profile domain.
voiceProfileDomain - The updated details of the voice profile domain.public VoiceProfileDomain getVoiceProfileDomain()
The updated details of the voice profile domain.
public UpdateVoiceProfileDomainResult withVoiceProfileDomain(VoiceProfileDomain voiceProfileDomain)
The updated details of the voice profile domain.
voiceProfileDomain - The updated details of the voice profile domain.public String toString()
toString in class ObjectObject.toString()public UpdateVoiceProfileDomainResult clone()