public static interface ListTagsResponse.Builder extends OpsWorksResponse.Builder, SdkPojo, CopyableBuilder<ListTagsResponse.Builder,ListTagsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTagsResponse.Builder |
nextToken(String nextToken)
If a paginated request does not return all of the remaining results, this parameter is set to a token that
you can assign to the request object's
NextToken parameter to get the next set of results. |
ListTagsResponse.Builder |
tags(Map<String,String> tags)
A set of key-value pairs that contain tag keys and tag values that are attached to a stack or layer.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsResponse.Builder tags(Map<String,String> tags)
A set of key-value pairs that contain tag keys and tag values that are attached to a stack or layer.
tags - A set of key-value pairs that contain tag keys and tag values that are attached to a stack or layer.ListTagsResponse.Builder nextToken(String nextToken)
If a paginated request does not return all of the remaining results, this parameter is set to a token that
you can assign to the request object's NextToken parameter to get the next set of results. If
the previous paginated request returned all of the remaining results, this parameter is set to
null.
nextToken - If a paginated request does not return all of the remaining results, this parameter is set to a token
that you can assign to the request object's NextToken parameter to get the next set of
results. If the previous paginated request returned all of the remaining results, this parameter is
set to null.Copyright © 2023. All rights reserved.