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