| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SMSTemplateResponse.Builder |
SMSTemplateResponse.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the message template.
|
SMSTemplateResponse.Builder |
SMSTemplateResponse.Builder.body(String body)
The message body that's used in text messages that are based on the message template.
|
static SMSTemplateResponse.Builder |
SMSTemplateResponse.builder() |
SMSTemplateResponse.Builder |
SMSTemplateResponse.Builder.creationDate(String creationDate)
The date, in ISO 8601 format, when the message template was created.
|
SMSTemplateResponse.Builder |
SMSTemplateResponse.Builder.defaultSubstitutions(String defaultSubstitutions)
The JSON object that specifies the default values that are used for message variables in the message
template.
|
SMSTemplateResponse.Builder |
SMSTemplateResponse.Builder.lastModifiedDate(String lastModifiedDate)
The date, in ISO 8601 format, when the message template was last modified.
|
SMSTemplateResponse.Builder |
SMSTemplateResponse.Builder.recommenderId(String recommenderId)
The unique identifier for the recommender model that's used by the message template.
|
SMSTemplateResponse.Builder |
SMSTemplateResponse.Builder.tags(Map<String,String> tags)
A string-to-string map of key-value pairs that identifies the tags that are associated with the message
template.
|
SMSTemplateResponse.Builder |
SMSTemplateResponse.Builder.templateDescription(String templateDescription)
The custom description of the message template.
|
SMSTemplateResponse.Builder |
SMSTemplateResponse.Builder.templateName(String templateName)
The name of the message template.
|
SMSTemplateResponse.Builder |
SMSTemplateResponse.Builder.templateType(String templateType)
The type of channel that the message template is designed for.
|
SMSTemplateResponse.Builder |
SMSTemplateResponse.Builder.templateType(TemplateType templateType)
The type of channel that the message template is designed for.
|
SMSTemplateResponse.Builder |
SMSTemplateResponse.toBuilder() |
SMSTemplateResponse.Builder |
SMSTemplateResponse.Builder.version(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 |
|---|---|
static Class<? extends SMSTemplateResponse.Builder> |
SMSTemplateResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetSmsTemplateResponse.Builder |
GetSmsTemplateResponse.Builder.smsTemplateResponse(Consumer<SMSTemplateResponse.Builder> smsTemplateResponse)
Sets the value of the SMSTemplateResponse property for this object.
|
Copyright © 2022. All rights reserved.