@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SendBounceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents a unique message ID.
| Constructor and Description |
|---|
SendBounceResult() |
| Modifier and Type | Method and Description |
|---|---|
SendBounceResult |
clone() |
boolean |
equals(Object obj) |
String |
getMessageId()
The message ID of the bounce message.
|
int |
hashCode() |
void |
setMessageId(String messageId)
The message ID of the bounce message.
|
String |
toString()
Returns a string representation of this object.
|
SendBounceResult |
withMessageId(String messageId)
The message ID of the bounce message.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setMessageId(String messageId)
The message ID of the bounce message.
messageId - The message ID of the bounce message.public String getMessageId()
The message ID of the bounce message.
public SendBounceResult withMessageId(String messageId)
The message ID of the bounce message.
messageId - The message ID of the bounce message.public String toString()
toString in class ObjectObject.toString()public SendBounceResult clone()