@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()
The key for which you want to list all existing values in the specified region for the AWS account.
|
String |
getPaginationToken()
A string that indicates that additional data is available.
|
int |
hashCode() |
void |
setKey(String key)
The key for which you want to list all existing values in the specified region for the AWS account.
|
void |
setPaginationToken(String paginationToken)
A string that indicates that additional data is available.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetTagValuesRequest |
withKey(String key)
The key for which you want to list all existing values in the specified region for the AWS account.
|
GetTagValuesRequest |
withPaginationToken(String paginationToken)
A string that indicates that additional data is available.
|
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)
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.
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 getPaginationToken()
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 GetTagValuesRequest withPaginationToken(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.
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 void setKey(String key)
The key for which you want to list all existing values in the specified region for the AWS account.
key
- The key for which you want to list all existing values in the specified region for the AWS account.public String getKey()
The key for which you want to list all existing values in the specified region for the AWS account.
public GetTagValuesRequest withKey(String key)
The key for which you want to list all existing values in the specified region for the AWS account.
key
- The key for which you want to list all existing values in the specified region for the AWS account.public String toString()
toString
in class Object
Object.toString()
public GetTagValuesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.