Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
EmailTemplateResponse |
EmailTemplateResponse.addTagsEntry(String key,
String value)
Add a single Tags entry
|
EmailTemplateResponse |
EmailTemplateResponse.clearTagsEntries()
Removes all the entries added into Tags.
|
EmailTemplateResponse |
EmailTemplateResponse.clone() |
EmailTemplateResponse |
GetEmailTemplateResult.getEmailTemplateResponse() |
EmailTemplateResponse |
EmailTemplateResponse.withArn(String arn)
The Amazon Resource Name (ARN) of the message template.
|
EmailTemplateResponse |
EmailTemplateResponse.withCreationDate(String creationDate)
The date, in ISO 8601 format, when the message template was created.
|
EmailTemplateResponse |
EmailTemplateResponse.withDefaultSubstitutions(String defaultSubstitutions)
The JSON object that specifies the default values that are used for message variables in the message template.
|
EmailTemplateResponse |
EmailTemplateResponse.withHtmlPart(String htmlPart)
The message body, in HTML format, that's used in email messages that are based on the message template.
|
EmailTemplateResponse |
EmailTemplateResponse.withLastModifiedDate(String lastModifiedDate)
The date, in ISO 8601 format, when the message template was last modified.
|
EmailTemplateResponse |
EmailTemplateResponse.withRecommenderId(String recommenderId)
The unique identifier for the recommender model that's used by the message template.
|
EmailTemplateResponse |
EmailTemplateResponse.withSubject(String subject)
The subject line, or title, that's used in email messages that are based on the message template.
|
EmailTemplateResponse |
EmailTemplateResponse.withTags(Map<String,String> tags)
A string-to-string map of key-value pairs that identifies the tags that are associated with the message template.
|
EmailTemplateResponse |
EmailTemplateResponse.withTemplateDescription(String templateDescription)
The custom description of the message template.
|
EmailTemplateResponse |
EmailTemplateResponse.withTemplateName(String templateName)
The name of the message template.
|
EmailTemplateResponse |
EmailTemplateResponse.withTemplateType(String templateType)
The type of channel that the message template is designed for.
|
EmailTemplateResponse |
EmailTemplateResponse.withTemplateType(TemplateType templateType)
The type of channel that the message template is designed for.
|
EmailTemplateResponse |
EmailTemplateResponse.withTextPart(String textPart)
The message body, in plain text format, that's used in email messages that are based on the message template.
|
EmailTemplateResponse |
EmailTemplateResponse.withVersion(String version)
The unique identifier, as an integer, for the active version of the message template, or the version of the
template that you specified by using the version parameter in your request.
|
Modifier and Type | Method and Description |
---|---|
void |
GetEmailTemplateResult.setEmailTemplateResponse(EmailTemplateResponse emailTemplateResponse) |
GetEmailTemplateResult |
GetEmailTemplateResult.withEmailTemplateResponse(EmailTemplateResponse emailTemplateResponse) |
Copyright © 2024. All rights reserved.