Class SendBounceResult
java.lang.Object
com.amazonaws.services.simpleemail.model.SendBounceResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The message ID of the bounce message.int
hashCode()
void
setMessageId
(String messageId) The message ID of the bounce message.toString()
Returns a string representation of this object; useful for testing and debugging.withMessageId
(String messageId) The message ID of the bounce message.
-
Constructor Details
-
SendBounceResult
public SendBounceResult()
-
-
Method Details
-
setMessageId
The message ID of the bounce message.
- Parameters:
messageId
- The message ID of the bounce message.
-
getMessageId
The message ID of the bounce message.
- Returns:
- The message ID of the bounce message.
-
withMessageId
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-