| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
VoiceTemplateResponse |
VoiceTemplateResponse.addTagsEntry(String key,
String value)
Add a single Tags entry
|
VoiceTemplateResponse |
VoiceTemplateResponse.clearTagsEntries()
Removes all the entries added into Tags.
|
VoiceTemplateResponse |
VoiceTemplateResponse.clone() |
VoiceTemplateResponse |
GetVoiceTemplateResult.getVoiceTemplateResponse() |
VoiceTemplateResponse |
VoiceTemplateResponse.withArn(String arn)
The Amazon Resource Name (ARN) of the message template.
|
VoiceTemplateResponse |
VoiceTemplateResponse.withBody(String body)
The text of the script that's used in messages that are based on the message template, in plain text format.
|
VoiceTemplateResponse |
VoiceTemplateResponse.withCreationDate(String creationDate)
The date, in ISO 8601 format, when the message template was created.
|
VoiceTemplateResponse |
VoiceTemplateResponse.withDefaultSubstitutions(String defaultSubstitutions)
The JSON object that specifies the default values that are used for message variables in the message template.
|
VoiceTemplateResponse |
VoiceTemplateResponse.withLanguageCode(String languageCode)
The code for the language that's used when synthesizing the text of the script in messages that are based on the
message template.
|
VoiceTemplateResponse |
VoiceTemplateResponse.withLastModifiedDate(String lastModifiedDate)
The date, in ISO 8601 format, when the message template was last modified.
|
VoiceTemplateResponse |
VoiceTemplateResponse.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.
|
VoiceTemplateResponse |
VoiceTemplateResponse.withTemplateDescription(String templateDescription)
The custom description of the message template.
|
VoiceTemplateResponse |
VoiceTemplateResponse.withTemplateName(String templateName)
The name of the message template.
|
VoiceTemplateResponse |
VoiceTemplateResponse.withTemplateType(String templateType)
The type of channel that the message template is designed for.
|
VoiceTemplateResponse |
VoiceTemplateResponse.withTemplateType(TemplateType templateType)
The type of channel that the message template is designed for.
|
VoiceTemplateResponse |
VoiceTemplateResponse.withVersion(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.
|
VoiceTemplateResponse |
VoiceTemplateResponse.withVoiceId(String voiceId)
The name of the voice that's used when delivering messages that are based on the message template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetVoiceTemplateResult.setVoiceTemplateResponse(VoiceTemplateResponse voiceTemplateResponse) |
GetVoiceTemplateResult |
GetVoiceTemplateResult.withVoiceTemplateResponse(VoiceTemplateResponse voiceTemplateResponse) |
Copyright © 2024. All rights reserved.