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 AWS 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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetTagsResponse.Builder nextPageToken(String nextPageToken)
The token for the next set of retrievable results. AWS 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. AWS 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 AWS returns at a time.
returnSize
- The number of query results that AWS returns at a time.GetTagsResponse.Builder totalSize(Integer totalSize)
The total number of query results.
totalSize
- The total number of query results.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.