@Generated(value="software.amazon.awssdk:codegen") public final class TemplateResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TemplateResponse.Builder,TemplateResponse>
Provides information about a message template that's associated with your Amazon Pinpoint account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TemplateResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the message template.
|
static TemplateResponse.Builder |
builder() |
String |
creationDate()
The date, in ISO 8601 format, when the message template was created.
|
String |
defaultSubstitutions()
The JSON object that specifies the default values that are used for message variables in the message template.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
lastModifiedDate()
The date, in ISO 8601 format, when the message template was last modified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TemplateResponse.Builder> |
serializableBuilderClass() |
Map<String,String> |
tags()
A map of key-value pairs that identifies the tags that are associated with the message template.
|
String |
templateDescription()
The custom description of the message template.
|
String |
templateName()
The name of the message template.
|
TemplateType |
templateType()
The type of channel that the message template is designed for.
|
String |
templateTypeAsString()
The type of channel that the message template is designed for.
|
TemplateResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
version()
The unique identifier, as an integer, for the active version of the message template.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String arn()
The Amazon Resource Name (ARN) of the message template. This value isn't included in a TemplateResponse object. To retrieve the ARN of a template, use the GetEmailTemplate, GetPushTemplate, GetSmsTemplate, or GetVoiceTemplate operation, depending on the type of template that you want to retrieve the ARN for.
public String creationDate()
The date, in ISO 8601 format, when the message template was created.
public String defaultSubstitutions()
The JSON object that specifies the default values that are used for message variables in the message template. This object isn't included in a TemplateResponse object. To retrieve this object for a template, use the GetEmailTemplate, GetPushTemplate, GetSmsTemplate, or GetVoiceTemplate operation, depending on the type of template that you want to retrieve the object for.
public String lastModifiedDate()
The date, in ISO 8601 format, when the message template was last modified.
public boolean hasTags()
public Map<String,String> tags()
A map of key-value pairs that identifies the tags that are associated with the message template. This object isn't included in a TemplateResponse object. To retrieve this object for a template, use the GetEmailTemplate, GetPushTemplate, GetSmsTemplate, or GetVoiceTemplate operation, depending on the type of template that you want to retrieve the object for.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public String templateDescription()
The custom description of the message template. This value isn't included in a TemplateResponse object. To retrieve the description of a template, use the GetEmailTemplate, GetPushTemplate, GetSmsTemplate, or GetVoiceTemplate operation, depending on the type of template that you want to retrieve the description for.
public String templateName()
The name of the message template.
public TemplateType templateType()
The type of channel that the message template is designed for. Possible values are: EMAIL, PUSH, SMS, and VOICE.
If the service returns an enum value that is not available in the current SDK version, templateType will
return TemplateType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
templateTypeAsString().
TemplateTypepublic String templateTypeAsString()
The type of channel that the message template is designed for. Possible values are: EMAIL, PUSH, SMS, and VOICE.
If the service returns an enum value that is not available in the current SDK version, templateType will
return TemplateType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
templateTypeAsString().
TemplateTypepublic String version()
The unique identifier, as an integer, for the active version of the message template.
public TemplateResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TemplateResponse.Builder,TemplateResponse>public static TemplateResponse.Builder builder()
public static Class<? extends TemplateResponse.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.