@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTagValuesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetTagValuesRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetTagValuesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
Specifies the tag key for which you want to list all existing values that are currently used in the specified AWS
Region for the calling AWS account.
|
String |
getPaginationToken()
Specifies a
PaginationToken response value from a previous request to indicate that you want the
next page of results. |
int |
hashCode() |
void |
setKey(String key)
Specifies the tag key for which you want to list all existing values that are currently used in the specified AWS
Region for the calling AWS account.
|
void |
setPaginationToken(String paginationToken)
Specifies a
PaginationToken response value from a previous request to indicate that you want the
next page of results. |
String |
toString()
Returns a string representation of this object.
|
GetTagValuesRequest |
withKey(String key)
Specifies the tag key for which you want to list all existing values that are currently used in the specified AWS
Region for the calling AWS account.
|
GetTagValuesRequest |
withPaginationToken(String paginationToken)
Specifies a
PaginationToken response value from a previous request to indicate that you want the
next page of results. |
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setPaginationToken(String paginationToken)
Specifies a PaginationToken response value from a previous request to indicate that you want the
next page of results. Leave this parameter empty in your initial request.
paginationToken - Specifies a PaginationToken response value from a previous request to indicate that you want
the next page of results. Leave this parameter empty in your initial request.public String getPaginationToken()
Specifies a PaginationToken response value from a previous request to indicate that you want the
next page of results. Leave this parameter empty in your initial request.
PaginationToken response value from a previous request to indicate that you want
the next page of results. Leave this parameter empty in your initial request.public GetTagValuesRequest withPaginationToken(String paginationToken)
Specifies a PaginationToken response value from a previous request to indicate that you want the
next page of results. Leave this parameter empty in your initial request.
paginationToken - Specifies a PaginationToken response value from a previous request to indicate that you want
the next page of results. Leave this parameter empty in your initial request.public void setKey(String key)
Specifies the tag key for which you want to list all existing values that are currently used in the specified AWS Region for the calling AWS account.
key - Specifies the tag key for which you want to list all existing values that are currently used in the
specified AWS Region for the calling AWS account.public String getKey()
Specifies the tag key for which you want to list all existing values that are currently used in the specified AWS Region for the calling AWS account.
public GetTagValuesRequest withKey(String key)
Specifies the tag key for which you want to list all existing values that are currently used in the specified AWS Region for the calling AWS account.
key - Specifies the tag key for which you want to list all existing values that are currently used in the
specified AWS Region for the calling AWS account.public String toString()
toString in class ObjectObject.toString()public GetTagValuesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.