public class SendBounceResult extends Object implements Serializable, Cloneable
| 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.
|
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 ObjectObject.toString()public SendBounceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.