ToCopyableBuilder<GetTagValuesResponse.Builder,GetTagValuesResponse>
@Generated("software.amazon.awssdk:codegen") public class GetTagValuesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetTagValuesResponse.Builder,GetTagValuesResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetTagValuesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetTagValuesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
paginationToken() |
A string that indicates that the response contains more data than can be returned in a single response.
|
static Class<? extends GetTagValuesResponse.Builder> |
serializableBuilderClass() |
|
List<String> |
tagValues() |
A list of all tag values for the specified key in the AWS account.
|
GetTagValuesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String paginationToken()
A string that indicates that the response contains more data than can be returned in a single response. To
receive additional data, specify this string for the PaginationToken
value in a subsequent request.
PaginationToken
value in a
subsequent request.public List<String> tagValues()
A list of all tag values for the specified key in the AWS account.
public GetTagValuesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetTagValuesResponse.Builder,GetTagValuesResponse>
public static GetTagValuesResponse.Builder builder()
public static Class<? extends GetTagValuesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.