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