public static interface ListTagsForResourceResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
nextToken(String nextToken)
An enumeration token that allows the operation to batch the next results of the operation.
|
ListTagsForResourceResponse.Builder |
tags(Map<String,String> tags)
A list of tag key and value pairs associated with the specified resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceResponse.Builder tags(Map<String,String> tags)
A list of tag key and value pairs associated with the specified resource.
tags - A list of tag key and value pairs associated with the specified resource.ListTagsForResourceResponse.Builder nextToken(String nextToken)
An enumeration token that allows the operation to batch the next results of the operation.
nextToken - An enumeration token that allows the operation to batch the next results of the operation.Copyright © 2020. All rights reserved.