|
Did this page help you?Yes No Tell us about it... |
||||||
| 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),
Serialized Form| Constructor Summary | |
|---|---|
DescribeTagsRequest()
Default constructor for a new DescribeTagsRequest object. |
|
DescribeTagsRequest(java.util.List<Filter> filters)
Constructs a new DescribeTagsRequest object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<Filter> |
getFilters()
A list of filters used to match properties for tags. |
int |
hashCode()
|
void |
setFilters(java.util.Collection<Filter> filters)
A list of filters used to match properties for tags. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeTagsRequest |
withFilters(java.util.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, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeTagsRequest()
public DescribeTagsRequest(java.util.List<Filter> filters)
filters - A list of filters used to match properties for tags.| Method Detail |
|---|
public java.util.List<Filter> getFilters()
public void setFilters(java.util.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(java.util.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||