ToCopyableBuilder<GetTagKeysResponse.Builder,GetTagKeysResponse>
@Generated("software.amazon.awssdk:codegen") public class GetTagKeysResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetTagKeysResponse.Builder,GetTagKeysResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetTagKeysResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetTagKeysResponse.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 GetTagKeysResponse.Builder> |
serializableBuilderClass() |
|
List<String> |
tagKeys() |
A list of all tag keys in the AWS account.
|
GetTagKeysResponse.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> tagKeys()
A list of all tag keys in the AWS account.
public GetTagKeysResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetTagKeysResponse.Builder,GetTagKeysResponse>
public static GetTagKeysResponse.Builder builder()
public static Class<? extends GetTagKeysResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.