public static interface TemplatesResponse.Builder extends SdkPojo, CopyableBuilder<TemplatesResponse.Builder,TemplatesResponse>
| Modifier and Type | Method and Description |
|---|---|
TemplatesResponse.Builder |
item(Collection<TemplateResponse> item)
An array of responses, one for each message template that's associated with your Amazon Pinpoint account and
meets any filter criteria that you specified in the request.
|
TemplatesResponse.Builder |
item(Consumer<TemplateResponse.Builder>... item)
An array of responses, one for each message template that's associated with your Amazon Pinpoint account and
meets any filter criteria that you specified in the request.
|
TemplatesResponse.Builder |
item(TemplateResponse... item)
An array of responses, one for each message template that's associated with your Amazon Pinpoint account and
meets any filter criteria that you specified in the request.
|
TemplatesResponse.Builder |
nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTemplatesResponse.Builder item(Collection<TemplateResponse> item)
An array of responses, one for each message template that's associated with your Amazon Pinpoint account and meets any filter criteria that you specified in the request.
item - An array of responses, one for each message template that's associated with your Amazon Pinpoint
account and meets any filter criteria that you specified in the request.TemplatesResponse.Builder item(TemplateResponse... item)
An array of responses, one for each message template that's associated with your Amazon Pinpoint account and meets any filter criteria that you specified in the request.
item - An array of responses, one for each message template that's associated with your Amazon Pinpoint
account and meets any filter criteria that you specified in the request.TemplatesResponse.Builder item(Consumer<TemplateResponse.Builder>... item)
An array of responses, one for each message template that's associated with your Amazon Pinpoint account and meets any filter criteria that you specified in the request.
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) TemplatesResponse.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.Copyright © 2022. All rights reserved.