@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SendEmailResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A unique message ID that you receive when an email is accepted for sending.
Constructor and Description |
---|
SendEmailResult() |
Modifier and Type | Method and Description |
---|---|
SendEmailResult |
clone() |
boolean |
equals(Object obj) |
String |
getMessageId()
A unique identifier for the message that is generated when the message is accepted.
|
int |
hashCode() |
void |
setMessageId(String messageId)
A unique identifier for the message that is generated when the message is accepted.
|
String |
toString()
Returns a string representation of this object.
|
SendEmailResult |
withMessageId(String messageId)
A unique identifier for the message that is generated when the message is accepted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMessageId(String messageId)
A unique identifier for the message that is generated when the message is accepted.
It's possible for Amazon SES to accept a message without sending it. For example, this can happen when the message that you're trying to send has an attachment that contains a virus, or when you send a templated email that contains invalid personalization content.
messageId
- A unique identifier for the message that is generated when the message is accepted. It's possible for Amazon SES to accept a message without sending it. For example, this can happen when the message that you're trying to send has an attachment that contains a virus, or when you send a templated email that contains invalid personalization content.
public String getMessageId()
A unique identifier for the message that is generated when the message is accepted.
It's possible for Amazon SES to accept a message without sending it. For example, this can happen when the message that you're trying to send has an attachment that contains a virus, or when you send a templated email that contains invalid personalization content.
It's possible for Amazon SES to accept a message without sending it. For example, this can happen when the message that you're trying to send has an attachment that contains a virus, or when you send a templated email that contains invalid personalization content.
public SendEmailResult withMessageId(String messageId)
A unique identifier for the message that is generated when the message is accepted.
It's possible for Amazon SES to accept a message without sending it. For example, this can happen when the message that you're trying to send has an attachment that contains a virus, or when you send a templated email that contains invalid personalization content.
messageId
- A unique identifier for the message that is generated when the message is accepted. It's possible for Amazon SES to accept a message without sending it. For example, this can happen when the message that you're trying to send has an attachment that contains a virus, or when you send a templated email that contains invalid personalization content.
public String toString()
toString
in class Object
Object.toString()
public SendEmailResult clone()