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 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.
-
-
-
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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public SendBounceResult clone()
-
-