@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; useful for testing and debugging.
|
SendBounceResult |
withMessageId(String messageId)
The message ID of the bounce message.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public SendBounceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.