@Generated(value="software.amazon.awssdk:codegen") public final class Template extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Template.Builder,Template>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Template.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Template.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Template.Builder> |
serializableBuilderClass() |
String |
templateArn()
The Amazon Resource Name (ARN) of the template.
|
String |
templateData()
An object that defines the values to use for message variables in the template.
|
Template.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String templateArn()
The Amazon Resource Name (ARN) of the template.
public final String templateData()
An object that defines the values to use for message variables in the template. This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the value to use for that variable.
public Template.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Template.Builder,Template>public static Template.Builder builder()
public static Class<? extends Template.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.