@Generated(value="software.amazon.awssdk:codegen") public final class TemplateCreateMessageBody extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TemplateCreateMessageBody.Builder,TemplateCreateMessageBody>
Provides information about a request to create a message template.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TemplateCreateMessageBody.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the message template that was created.
|
static TemplateCreateMessageBody.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
The message that's returned from the API for the request to create the message template.
|
String |
requestID()
The unique identifier for the request to create the message template.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TemplateCreateMessageBody.Builder> |
serializableBuilderClass() |
TemplateCreateMessageBody.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the message template that was created.
public final String message()
The message that's returned from the API for the request to create the message template.
public final String requestID()
The unique identifier for the request to create the message template.
public TemplateCreateMessageBody.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TemplateCreateMessageBody.Builder,TemplateCreateMessageBody>public static TemplateCreateMessageBody.Builder builder()
public static Class<? extends TemplateCreateMessageBody.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.