public static interface ListTagsForResourceResponse.Builder extends IvsResponse.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
nextToken(String nextToken)
If there are more tags than
maxResults, use nextToken in the request to get the
next set. |
ListTagsForResourceResponse.Builder |
tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceResponse.Builder tags(Map<String,String> tags)
tags - The new value for the Tags property for this object.ListTagsForResourceResponse.Builder nextToken(String nextToken)
If there are more tags than maxResults, use nextToken in the request to get the
next set.
nextToken - If there are more tags than maxResults, use nextToken in the request to get
the next set.Copyright © 2021. All rights reserved.