|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DescribeTagsRequest
public class DescribeTagsRequest
Container for the parameters to the DescribeTags operation
.
Describes the tags for the specified resources.
AmazonEC2.describeTags(DescribeTagsRequest)
Constructor Summary | |
---|---|
DescribeTagsRequest()
Default constructor for a new DescribeTagsRequest object. |
|
DescribeTagsRequest(List<Filter> filters)
Constructs a new DescribeTagsRequest object. |
Method Summary | |
---|---|
List<Filter> |
getFilters()
A list of filters used to match properties for tags. |
void |
setFilters(Collection<Filter> filters)
A list of filters used to match properties for tags. |
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeTagsRequest()
public DescribeTagsRequest(List<Filter> filters)
filters
- A list of filters used to match properties for tags.Method Detail |
---|
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 String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |