@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()
For responses, this returns true if the service returned a value for the Tags property.
|
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 final 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 final String creationDate()
The date, in ISO 8601 format, when the message template was created.
public final 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 final String lastModifiedDate()
The date, in ISO 8601 format, when the message template was last modified.
public final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final 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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
public final 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 final String templateName()
The name of the message template.
public final 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 final 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 final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.