@Generated(value="software.amazon.awssdk:codegen") public class DescribeTagsResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeTagsResponse.Builder,DescribeTagsResponse>
Contains the output of DescribeTags.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeTagsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeTagsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
nextToken()
The token to use to retrieve the next page of results.
|
static Class<? extends DescribeTagsResponse.Builder> |
serializableBuilderClass() |
List<TagDescription> |
tags()
A list of tags.
|
DescribeTagsResponse.Builder |
toBuilder() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic String nextToken()
The token to use to retrieve the next page of results. This value is null when there are no more
results to return..
null when there are no
more results to return..public List<TagDescription> tags()
A list of tags.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public DescribeTagsResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeTagsResponse.Builder,DescribeTagsResponse>public static DescribeTagsResponse.Builder builder()
public static Class<? extends DescribeTagsResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.