@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVoiceProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateVoiceProfileResult() |
Modifier and Type | Method and Description |
---|---|
CreateVoiceProfileResult |
clone() |
boolean |
equals(Object obj) |
VoiceProfile |
getVoiceProfile()
The requested voice profile.
|
int |
hashCode() |
void |
setVoiceProfile(VoiceProfile voiceProfile)
The requested voice profile.
|
String |
toString()
Returns a string representation of this object.
|
CreateVoiceProfileResult |
withVoiceProfile(VoiceProfile voiceProfile)
The requested voice profile.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVoiceProfile(VoiceProfile voiceProfile)
The requested voice profile.
voiceProfile
- The requested voice profile.public VoiceProfile getVoiceProfile()
The requested voice profile.
public CreateVoiceProfileResult withVoiceProfile(VoiceProfile voiceProfile)
The requested voice profile.
voiceProfile
- The requested voice profile.public String toString()
toString
in class Object
Object.toString()
public CreateVoiceProfileResult clone()