@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()
The key for which you want to list all existing values in the specified Region for the AWS account.
|
Integer |
getMaxResults()
A limit that restricts the number of results that are returned per page.
|
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 |
setMaxResults(Integer maxResults)
A limit that restricts the number of results that are returned per page.
|
void |
setPaginationToken(String paginationToken)
A string that indicates that additional data is available.
|
String |
toString()
Returns a string representation of this object.
|
GetTagValuesRequest |
withKey(String key)
The key for which you want to list all existing values in the specified Region for the AWS account.
|
GetTagValuesRequest |
withMaxResults(Integer maxResults)
A limit that restricts the number of results that are returned per page.
|
GetTagValuesRequest |
withPaginationToken(String paginationToken)
A string that indicates that additional data is available.
|
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)
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.
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 void setMaxResults(Integer maxResults)
A limit that restricts the number of results that are returned per page.
maxResults - A limit that restricts the number of results that are returned per page.public Integer getMaxResults()
A limit that restricts the number of results that are returned per page.
public GetTagValuesRequest withMaxResults(Integer maxResults)
A limit that restricts the number of results that are returned per page.
maxResults - A limit that restricts the number of results that are returned per page.public String toString()
toString in class ObjectObject.toString()public GetTagValuesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.