public static interface SMSTemplateResponse.Builder extends SdkPojo, CopyableBuilder<SMSTemplateResponse.Builder,SMSTemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
SMSTemplateResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the message template.
|
SMSTemplateResponse.Builder |
body(String body)
The message body that's used in text messages that are based on the message template.
|
SMSTemplateResponse.Builder |
creationDate(String creationDate)
The date when the message template was created.
|
SMSTemplateResponse.Builder |
lastModifiedDate(String lastModifiedDate)
The date when the message template was last modified.
|
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 |
templateName(String templateName)
The name of the message template.
|
SMSTemplateResponse.Builder |
templateType(String templateType)
The type of channel that the message template is designed for.
|
SMSTemplateResponse.Builder |
templateType(TemplateType templateType)
The type of channel that the message template is designed for.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSMSTemplateResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the message template.
arn - The Amazon Resource Name (ARN) of the message template.SMSTemplateResponse.Builder body(String body)
The message body that's used in text messages that are based on the message template.
body - The message body that's used in text messages that are based on the message template.SMSTemplateResponse.Builder creationDate(String creationDate)
The date when the message template was created.
creationDate - The date when the message template was created.SMSTemplateResponse.Builder lastModifiedDate(String lastModifiedDate)
The date when the message template was last modified.
lastModifiedDate - The date when the message template was last modified.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. Each tag consists of a required tag key and an associated tag value.
tags - A string-to-string map of key-value pairs that identifies the tags that are associated with the
message template. Each tag consists of a required tag key and an associated tag value.SMSTemplateResponse.Builder templateName(String templateName)
The name of the message template.
templateName - The name of the message template.SMSTemplateResponse.Builder templateType(String templateType)
The type of channel that the message template is designed for. For an SMS template, this value is SMS.
templateType - The type of channel that the message template is designed for. For an SMS template, this value is SMS.TemplateType,
TemplateTypeSMSTemplateResponse.Builder templateType(TemplateType templateType)
The type of channel that the message template is designed for. For an SMS template, this value is SMS.
templateType - The type of channel that the message template is designed for. For an SMS template, this value is SMS.TemplateType,
TemplateTypeCopyright © 2019. All rights reserved.