public static interface SMSTemplateRequest.Builder extends SdkPojo, CopyableBuilder<SMSTemplateRequest.Builder,SMSTemplateRequest>
| Modifier and Type | Method and Description |
|---|---|
SMSTemplateRequest.Builder |
body(String body)
The message body to use in text messages that are based on the message template.
|
SMSTemplateRequest.Builder |
tags(Map<String,String> tags)
A string-to-string map of key-value pairs that defines the tags to associate with the message template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSMSTemplateRequest.Builder body(String body)
The message body to use in text messages that are based on the message template.
body - The message body to use in text messages that are based on the message template.SMSTemplateRequest.Builder tags(Map<String,String> tags)
A string-to-string map of key-value pairs that defines the tags to associate 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 defines the tags to associate with the message
template. Each tag consists of a required tag key and an associated tag value.Copyright © 2019. All rights reserved.