Class SendEmailResult
java.lang.Object
com.amazonaws.services.simpleemail.model.SendEmailResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe unique message identifier returned from theSendEmailaction.inthashCode()voidsetMessageId(String messageId) The unique message identifier returned from theSendEmailaction.toString()Returns a string representation of this object; useful for testing and debugging.withMessageId(String messageId) The unique message identifier returned from theSendEmailaction.
-
Constructor Details
-
SendEmailResult
public SendEmailResult()
-
-
Method Details
-
setMessageId
The unique message identifier returned from the
SendEmailaction.- Parameters:
messageId- The unique message identifier returned from theSendEmailaction.
-
getMessageId
The unique message identifier returned from the
SendEmailaction.- Returns:
- The unique message identifier returned from the
SendEmailaction.
-
withMessageId
The unique message identifier returned from the
SendEmailaction.- Parameters:
messageId- The unique message identifier returned from theSendEmailaction.- 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
-