Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetTagValuesRequest.Builder,GetTagValuesRequest>
@Generated("software.amazon.awssdk:codegen") public class GetTagValuesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetTagValuesRequest.Builder,GetTagValuesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetTagValuesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetTagValuesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
key() |
The key for which you want to list all existing values in the specified region for the AWS account.
|
String |
paginationToken() |
A string that indicates that additional data is available.
|
static Class<? extends GetTagValuesRequest.Builder> |
serializableBuilderClass() |
|
GetTagValuesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String paginationToken()
A string that indicates that additional data is available. Leave this value empty for your initial request. If the response includes a PaginationToken, use that string for this value to request an additional page of data.
public String key()
The key for which you want to list all existing values in the specified region for the AWS account.
public GetTagValuesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetTagValuesRequest.Builder,GetTagValuesRequest>
public static GetTagValuesRequest.Builder builder()
public static Class<? extends GetTagValuesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.