public class DescribeTagsRequest extends AmazonWebServiceRequest implements Serializable, DryRunSupportedRequest<DescribeTagsRequest>
DescribeTags operation.
Describes the tags for the specified resources.
| Constructor and Description |
|---|
DescribeTagsRequest()
Default constructor for a new DescribeTagsRequest object.
|
DescribeTagsRequest(List<Filter> filters)
Constructs a new DescribeTagsRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Request<DescribeTagsRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
A list of filters used to match properties for tags.
|
Integer |
getMaxResults()
Returns the value of the MaxResults property for this object.
|
String |
getNextToken()
Returns the value of the NextToken property for this object.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
A list of filters used to match properties for tags.
|
void |
setMaxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
void |
setNextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTagsRequest |
withFilters(Collection<Filter> filters)
A list of filters used to match properties for tags.
|
DescribeTagsRequest |
withFilters(Filter... filters)
A list of filters used to match properties for tags.
|
DescribeTagsRequest |
withMaxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
DescribeTagsRequest |
withNextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic DescribeTagsRequest()
public List<Filter> getFilters()
public void setFilters(Collection<Filter> filters)
filters - A list of filters used to match properties for tags.public DescribeTagsRequest withFilters(Filter... filters)
Returns a reference to this object so that method calls can be chained together.
filters - A list of filters used to match properties for tags.public DescribeTagsRequest withFilters(Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
filters - A list of filters used to match properties for tags.public Integer getMaxResults()
public void setMaxResults(Integer maxResults)
maxResults - The new value for the MaxResults property for this object.public DescribeTagsRequest withMaxResults(Integer maxResults)
Returns a reference to this object so that method calls can be chained together.
maxResults - The new value for the MaxResults property for this object.public String getNextToken()
public void setNextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.public DescribeTagsRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - The new value for the NextToken property for this object.public Request<DescribeTagsRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DescribeTagsRequest>public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.