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