public static interface TemplateVersionsResponse.Builder extends SdkPojo, CopyableBuilder<TemplateVersionsResponse.Builder,TemplateVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
TemplateVersionsResponse.Builder |
item(Collection<TemplateVersionResponse> item)
An array of responses, one for each version of the message template.
|
TemplateVersionsResponse.Builder |
item(Consumer<TemplateVersionResponse.Builder>... item)
An array of responses, one for each version of the message template.
|
TemplateVersionsResponse.Builder |
item(TemplateVersionResponse... item)
An array of responses, one for each version of the message template.
|
TemplateVersionsResponse.Builder |
message(String message)
The message that's returned from the API for the request to retrieve information about all the versions of
the message template.
|
TemplateVersionsResponse.Builder |
nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
TemplateVersionsResponse.Builder |
requestID(String requestID)
The unique identifier for the request to retrieve information about all the versions of the message template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTemplateVersionsResponse.Builder item(Collection<TemplateVersionResponse> item)
An array of responses, one for each version of the message template.
item - An array of responses, one for each version of the message template.TemplateVersionsResponse.Builder item(TemplateVersionResponse... item)
An array of responses, one for each version of the message template.
item - An array of responses, one for each version of the message template.TemplateVersionsResponse.Builder item(Consumer<TemplateVersionResponse.Builder>... item)
An array of responses, one for each version of the message template.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #item(List) .item - a consumer that will call methods on List.Builder #item(List) TemplateVersionsResponse.Builder message(String message)
The message that's returned from the API for the request to retrieve information about all the versions of the message template.
message - The message that's returned from the API for the request to retrieve information about all the
versions of the message template.TemplateVersionsResponse.Builder nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken - The string to use in a subsequent request to get the next page of results in a paginated response.
This value is null if there are no additional pages.TemplateVersionsResponse.Builder requestID(String requestID)
The unique identifier for the request to retrieve information about all the versions of the message template.
requestID - The unique identifier for the request to retrieve information about all the versions of the message
template.Copyright © 2022. All rights reserved.