@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<TagFilter> |
getFilters()
You can filter the list using a key-value format.
|
Integer |
getMaxResults()
The total number of items to return in a single page of output.
|
String |
getNextToken()
A token to start the list.
|
int |
hashCode() |
void |
setFilters(Collection<TagFilter> filters)
You can filter the list using a key-value format.
|
void |
setMaxResults(Integer maxResults)
The total number of items to return in a single page of output.
|
void |
setNextToken(String nextToken)
A token to start the list.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTagsRequest |
withFilters(Collection<TagFilter> filters)
You can filter the list using a key-value format.
|
DescribeTagsRequest |
withFilters(TagFilter... filters)
You can filter the list using a key-value format.
|
DescribeTagsRequest |
withMaxResults(Integer maxResults)
The total number of items to return in a single page of output.
|
DescribeTagsRequest |
withNextToken(String nextToken)
A token to start the list.
|
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, withSdkRequestTimeoutpublic List<TagFilter> getFilters()
You can filter the list using a key-value format. You can separate these items by using logical
operators. Allowed filters include tagKey, tagValue, and configurationId.
tagKey, tagValue, and
configurationId.public void setFilters(Collection<TagFilter> filters)
You can filter the list using a key-value format. You can separate these items by using logical
operators. Allowed filters include tagKey, tagValue, and configurationId.
filters - You can filter the list using a key-value format. You can separate these items by using
logical operators. Allowed filters include tagKey, tagValue, and
configurationId.public DescribeTagsRequest withFilters(TagFilter... filters)
You can filter the list using a key-value format. You can separate these items by using logical
operators. Allowed filters include tagKey, tagValue, and configurationId.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection) or withFilters(java.util.Collection) if you want to override
the existing values.
filters - You can filter the list using a key-value format. You can separate these items by using
logical operators. Allowed filters include tagKey, tagValue, and
configurationId.public DescribeTagsRequest withFilters(Collection<TagFilter> filters)
You can filter the list using a key-value format. You can separate these items by using logical
operators. Allowed filters include tagKey, tagValue, and configurationId.
filters - You can filter the list using a key-value format. You can separate these items by using
logical operators. Allowed filters include tagKey, tagValue, and
configurationId.public void setMaxResults(Integer maxResults)
The total number of items to return in a single page of output. The maximum value is 100.
maxResults - The total number of items to return in a single page of output. The maximum value is 100.public Integer getMaxResults()
The total number of items to return in a single page of output. The maximum value is 100.
public DescribeTagsRequest withMaxResults(Integer maxResults)
The total number of items to return in a single page of output. The maximum value is 100.
maxResults - The total number of items to return in a single page of output. The maximum value is 100.public void setNextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken - A token to start the list. Use this token to get the next set of results.public String getNextToken()
A token to start the list. Use this token to get the next set of results.
public DescribeTagsRequest withNextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken - A token to start the list. Use this token to get the next set of results.public String toString()
toString in class ObjectObject.toString()public DescribeTagsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()