| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SMSTemplateResponse |
SMSTemplateResponse.addTagsEntry(String key,
String value) |
SMSTemplateResponse |
SMSTemplateResponse.clearTagsEntries()
Removes all the entries added into Tags.
|
SMSTemplateResponse |
SMSTemplateResponse.clone() |
SMSTemplateResponse |
GetSmsTemplateResult.getSMSTemplateResponse() |
SMSTemplateResponse |
SMSTemplateResponse.withArn(String arn)
The Amazon Resource Name (ARN) of the message template.
|
SMSTemplateResponse |
SMSTemplateResponse.withBody(String body)
The message body that's used in text messages that are based on the message template.
|
SMSTemplateResponse |
SMSTemplateResponse.withCreationDate(String creationDate)
The date when the message template was created.
|
SMSTemplateResponse |
SMSTemplateResponse.withLastModifiedDate(String lastModifiedDate)
The date when the message template was last modified.
|
SMSTemplateResponse |
SMSTemplateResponse.withTags(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 |
SMSTemplateResponse.withTemplateName(String templateName)
The name of the message template.
|
SMSTemplateResponse |
SMSTemplateResponse.withTemplateType(String templateType)
The type of channel that the message template is designed for.
|
SMSTemplateResponse |
SMSTemplateResponse.withTemplateType(TemplateType templateType)
The type of channel that the message template is designed for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSmsTemplateResult.setSMSTemplateResponse(SMSTemplateResponse sMSTemplateResponse) |
GetSmsTemplateResult |
GetSmsTemplateResult.withSMSTemplateResponse(SMSTemplateResponse sMSTemplateResponse) |
Copyright © 2019. All rights reserved.