public class DescribeTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsRequest |
clone() |
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.
|
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.
|
void |
setNextToken(String nextToken)
A token to start the list.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
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.
|
DescribeTagsRequest |
withNextToken(String nextToken)
A token to start the list.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, 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. The maximum value is 100.
maxResults - The total number of items to return. The maximum value is 100.public Integer getMaxResults()
The total number of items to return. The maximum value is 100.
public DescribeTagsRequest withMaxResults(Integer maxResults)
The total number of items to return. The maximum value is 100.
maxResults - The total number of items to return. 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()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.