@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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
Amazon Web Services Region for the calling 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
Amazon Web Services Region for the calling 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
Amazon Web Services Region for the calling 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, 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, withSdkRequestTimeout
public 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 Amazon Web Services Region for the calling account.
key
- Specifies the tag key for which you want to list all existing values that are currently used in the
specified Amazon Web Services Region for the calling account.public String getKey()
Specifies the tag key for which you want to list all existing values that are currently used in the specified Amazon Web Services Region for the calling 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 Amazon Web Services Region for the calling account.
key
- Specifies the tag key for which you want to list all existing values that are currently used in the
specified Amazon Web Services Region for the calling account.public String toString()
toString
in class Object
Object.toString()
public GetTagValuesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()