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()
boolean
The unique message identifier returned from theSendRawEmail
action.int
hashCode()
void
setMessageId
(String messageId) The unique message identifier returned from theSendRawEmail
action.toString()
Returns a string representation of this object; useful for testing and debugging.withMessageId
(String messageId) The unique message identifier returned from theSendRawEmail
action.
-
Constructor Details
-
SendRawEmailResult
public SendRawEmailResult()
-
-
Method Details
-
setMessageId
The unique message identifier returned from the
SendRawEmail
action.- Parameters:
messageId
- The unique message identifier returned from theSendRawEmail
action.
-
getMessageId
The unique message identifier returned from the
SendRawEmail
action.- Returns:
- The unique message identifier returned from the
SendRawEmail
action.
-
withMessageId
The unique message identifier returned from the
SendRawEmail
action.- Parameters:
messageId
- The unique message identifier returned from theSendRawEmail
action.- 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
-