@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 Amazon Pinpoint accepts an email 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 Amazon Pinpoint accepts the message.
|
int |
hashCode() |
void |
setMessageId(String messageId)
A unique identifier for the message that is generated when Amazon Pinpoint accepts the message.
|
String |
toString()
Returns a string representation of this object.
|
SendEmailResult |
withMessageId(String messageId)
A unique identifier for the message that is generated when Amazon Pinpoint accepts the message.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMessageId(String messageId)
A unique identifier for the message that is generated when Amazon Pinpoint accepts the message.
It is possible for Amazon Pinpoint to accept a message without sending it. This can happen when the message you're trying to send has an attachment doesn't pass a virus check, or when you send a templated email that contains invalid personalization content, for example.
messageId
- A unique identifier for the message that is generated when Amazon Pinpoint accepts the message. It is possible for Amazon Pinpoint to accept a message without sending it. This can happen when the message you're trying to send has an attachment doesn't pass a virus check, or when you send a templated email that contains invalid personalization content, for example.
public String getMessageId()
A unique identifier for the message that is generated when Amazon Pinpoint accepts the message.
It is possible for Amazon Pinpoint to accept a message without sending it. This can happen when the message you're trying to send has an attachment doesn't pass a virus check, or when you send a templated email that contains invalid personalization content, for example.
It is possible for Amazon Pinpoint to accept a message without sending it. This can happen when the message you're trying to send has an attachment doesn't pass a virus check, or when you send a templated email that contains invalid personalization content, for example.
public SendEmailResult withMessageId(String messageId)
A unique identifier for the message that is generated when Amazon Pinpoint accepts the message.
It is possible for Amazon Pinpoint to accept a message without sending it. This can happen when the message you're trying to send has an attachment doesn't pass a virus check, or when you send a templated email that contains invalid personalization content, for example.
messageId
- A unique identifier for the message that is generated when Amazon Pinpoint accepts the message. It is possible for Amazon Pinpoint to accept a message without sending it. This can happen when the message you're trying to send has an attachment doesn't pass a virus check, or when you send a templated email that contains invalid personalization content, for example.
public String toString()
toString
in class Object
Object.toString()
public SendEmailResult clone()