| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateVersionResponse |
TemplateVersionResponse.clone() |
TemplateVersionResponse |
TemplateVersionResponse.withCreationDate(String creationDate)
The date, in ISO 8601 format, when the version of the message template was created.
|
TemplateVersionResponse |
TemplateVersionResponse.withDefaultSubstitutions(String defaultSubstitutions)
A JSON object that specifies the default values that are used for message variables in the version of the message
template.
|
TemplateVersionResponse |
TemplateVersionResponse.withLastModifiedDate(String lastModifiedDate)
The date, in ISO 8601 format, when the version of the message template was last modified.
|
TemplateVersionResponse |
TemplateVersionResponse.withTemplateDescription(String templateDescription)
The custom description of the version of the message template.
|
TemplateVersionResponse |
TemplateVersionResponse.withTemplateName(String templateName)
The name of the message template.
|
TemplateVersionResponse |
TemplateVersionResponse.withTemplateType(String templateType)
The type of channel that the message template is designed for.
|
TemplateVersionResponse |
TemplateVersionResponse.withVersion(String version)
The unique identifier for the version of the message template.
|
| Modifier and Type | Method and Description |
|---|---|
List<TemplateVersionResponse> |
TemplateVersionsResponse.getItem()
An array of responses, one for each version of the message template.
|
| Modifier and Type | Method and Description |
|---|---|
TemplateVersionsResponse |
TemplateVersionsResponse.withItem(TemplateVersionResponse... item)
An array of responses, one for each version of the message template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateVersionsResponse.setItem(Collection<TemplateVersionResponse> item)
An array of responses, one for each version of the message template.
|
TemplateVersionsResponse |
TemplateVersionsResponse.withItem(Collection<TemplateVersionResponse> item)
An array of responses, one for each version of the message template.
|
Copyright © 2024. All rights reserved.