public static interface SendEmailResponse.Builder extends PinpointEmailResponse.Builder, SdkPojo, CopyableBuilder<SendEmailResponse.Builder,SendEmailResponse>
Modifier and Type | Method and Description |
---|---|
SendEmailResponse.Builder |
messageId(String messageId)
A unique identifier for the message that is generated when Amazon Pinpoint accepts the message.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
SendEmailResponse.Builder messageId(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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.