|
|||||||
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 | |
---|---|
boolean |
equals(Object obj)
|
List<Filter> |
getFilters()
A list of filters used to match properties for tags. |
int |
hashCode()
|
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, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, 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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |