| 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 when the message template was created.
|
SMSTemplateResponse.Builder |
SMSTemplateResponse.Builder.lastModifiedDate(String lastModifiedDate)
The date when the message template was last modified.
|
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.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() |
| 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 © 2019. All rights reserved.