Class SendRawEmailResult
java.lang.Object
com.amazonaws.services.simpleemail.model.SendRawEmailResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe unique message identifier returned from theSendRawEmailaction.inthashCode()voidsetMessageId(String messageId) The unique message identifier returned from theSendRawEmailaction.toString()Returns a string representation of this object; useful for testing and debugging.withMessageId(String messageId) The unique message identifier returned from theSendRawEmailaction.
-
Constructor Details
-
SendRawEmailResult
public SendRawEmailResult()
-
-
Method Details
-
setMessageId
The unique message identifier returned from the
SendRawEmailaction.- Parameters:
messageId- The unique message identifier returned from theSendRawEmailaction.
-
getMessageId
The unique message identifier returned from the
SendRawEmailaction.- Returns:
- The unique message identifier returned from the
SendRawEmailaction.
-
withMessageId
The unique message identifier returned from the
SendRawEmailaction.- Parameters:
messageId- The unique message identifier returned from theSendRawEmailaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-