@Generated(value="software.amazon.awssdk:codegen") public final class CreateTemplateMessageBody extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CreateTemplateMessageBody.Builder,CreateTemplateMessageBody>
Provides information about an API request or response.
| 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.
|
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.
|
String |
requestID()
The unique identifier for the request or response.
|
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.
public String message()
The message that's returned from the API.
public String requestID()
The unique identifier for the request or response.
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 © 2019. All rights reserved.