Class SendBounceResult
- java.lang.Object
-
- com.amazonaws.services.simpleemail.model.SendBounceResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class SendBounceResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SendBounceResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SendBounceResultclone()booleanequals(Object obj)StringgetMessageId()The message ID of the bounce message.inthashCode()voidsetMessageId(String messageId)The message ID of the bounce message.StringtoString()Returns a string representation of this object; useful for testing and debugging.SendBounceResultwithMessageId(String messageId)The message ID of the bounce message.
-
-
-
Method Detail
-
setMessageId
public void setMessageId(String messageId)
The message ID of the bounce message.
- Parameters:
messageId- The message ID of the bounce message.
-
getMessageId
public String getMessageId()
The message ID of the bounce message.
- Returns:
- The message ID of the bounce message.
-
withMessageId
public SendBounceResult withMessageId(String messageId)
The message ID of the bounce message.
- Parameters:
messageId- The message ID of the bounce message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public SendBounceResult clone()
-
-