Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
TemplateResponse |
TemplateResponse.addTagsEntry(String key,
String value)
Add a single Tags entry
|
TemplateResponse |
TemplateResponse.clearTagsEntries()
Removes all the entries added into Tags.
|
TemplateResponse |
TemplateResponse.clone() |
TemplateResponse |
TemplateResponse.withArn(String arn)
The Amazon Resource Name (ARN) of the message template.
|
TemplateResponse |
TemplateResponse.withCreationDate(String creationDate)
The date, in ISO 8601 format, when the message template was created.
|
TemplateResponse |
TemplateResponse.withDefaultSubstitutions(String defaultSubstitutions)
The JSON object that specifies the default values that are used for message variables in the message template.
|
TemplateResponse |
TemplateResponse.withLastModifiedDate(String lastModifiedDate)
The date, in ISO 8601 format, when the message template was last modified.
|
TemplateResponse |
TemplateResponse.withTags(Map<String,String> tags)
A map of key-value pairs that identifies the tags that are associated with the message template.
|
TemplateResponse |
TemplateResponse.withTemplateDescription(String templateDescription)
The custom description of the message template.
|
TemplateResponse |
TemplateResponse.withTemplateName(String templateName)
The name of the message template.
|
TemplateResponse |
TemplateResponse.withTemplateType(String templateType)
The type of channel that the message template is designed for.
|
TemplateResponse |
TemplateResponse.withTemplateType(TemplateType templateType)
The type of channel that the message template is designed for.
|
TemplateResponse |
TemplateResponse.withVersion(String version)
The unique identifier, as an integer, for the active version of the message template.
|
Modifier and Type | Method and Description |
---|---|
List<TemplateResponse> |
TemplatesResponse.getItem()
An array of responses, one for each message template that's associated with your Amazon Pinpoint account and
meets any filter criteria that you specified in the request.
|
Modifier and Type | Method and Description |
---|---|
TemplatesResponse |
TemplatesResponse.withItem(TemplateResponse... item)
An array of responses, one for each message template that's associated with your Amazon Pinpoint account and
meets any filter criteria that you specified in the request.
|
Modifier and Type | Method and Description |
---|---|
void |
TemplatesResponse.setItem(Collection<TemplateResponse> item)
An array of responses, one for each message template that's associated with your Amazon Pinpoint account and
meets any filter criteria that you specified in the request.
|
TemplatesResponse |
TemplatesResponse.withItem(Collection<TemplateResponse> item)
An array of responses, one for each message template that's associated with your Amazon Pinpoint account and
meets any filter criteria that you specified in the request.
|
Copyright © 2021. All rights reserved.