public static interface TemplateCreateMessageBody.Builder extends SdkPojo, CopyableBuilder<TemplateCreateMessageBody.Builder,TemplateCreateMessageBody>
| Modifier and Type | Method and Description |
|---|---|
TemplateCreateMessageBody.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the message template that was created.
|
TemplateCreateMessageBody.Builder |
message(String message)
The message that's returned from the API for the request to create the message template.
|
TemplateCreateMessageBody.Builder |
requestID(String requestID)
The unique identifier for the request to create the message template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTemplateCreateMessageBody.Builder arn(String arn)
The Amazon Resource Name (ARN) of the message template that was created.
arn - The Amazon Resource Name (ARN) of the message template that was created.TemplateCreateMessageBody.Builder message(String message)
The message that's returned from the API for the request to create the message template.
message - The message that's returned from the API for the request to create the message template.TemplateCreateMessageBody.Builder requestID(String requestID)
The unique identifier for the request to create the message template.
requestID - The unique identifier for the request to create the message template.Copyright © 2023. All rights reserved.