public static interface GetTagsResponse.Builder extends CostExplorerResponse.Builder, SdkPojo, CopyableBuilder<GetTagsResponse.Builder,GetTagsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetTagsResponse.Builder |
nextPageToken(String nextPageToken)
The token for the next set of retrievable results.
|
GetTagsResponse.Builder |
returnSize(Integer returnSize)
The number of query results that Amazon Web Services returns at a time.
|
GetTagsResponse.Builder |
tags(Collection<String> tags)
The tags that match your request.
|
GetTagsResponse.Builder |
tags(String... tags)
The tags that match your request.
|
GetTagsResponse.Builder |
totalSize(Integer totalSize)
The total number of query results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTagsResponse.Builder nextPageToken(String nextPageToken)
The token for the next set of retrievable results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
nextPageToken - The token for the next set of retrievable results. Amazon Web Services provides the token when the
response from a previous call has more results than the maximum page size.GetTagsResponse.Builder tags(Collection<String> tags)
The tags that match your request.
tags - The tags that match your request.GetTagsResponse.Builder tags(String... tags)
The tags that match your request.
tags - The tags that match your request.GetTagsResponse.Builder returnSize(Integer returnSize)
The number of query results that Amazon Web Services returns at a time.
returnSize - The number of query results that Amazon Web Services returns at a time.GetTagsResponse.Builder totalSize(Integer totalSize)
The total number of query results.
totalSize - The total number of query results.Copyright © 2022. All rights reserved.