@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SendVoiceMessageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SendVoiceMessageResult() |
Modifier and Type | Method and Description |
---|---|
SendVoiceMessageResult |
clone() |
boolean |
equals(Object obj) |
String |
getMessageId()
A unique identifier for the voice message.
|
int |
hashCode() |
void |
setMessageId(String messageId)
A unique identifier for the voice message.
|
String |
toString()
Returns a string representation of this object.
|
SendVoiceMessageResult |
withMessageId(String messageId)
A unique identifier for the voice message.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMessageId(String messageId)
messageId
- A unique identifier for the voice message.public String getMessageId()
public SendVoiceMessageResult withMessageId(String messageId)
messageId
- A unique identifier for the voice message.public String toString()
toString
in class Object
Object.toString()
public SendVoiceMessageResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.