|
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(List<Filter> filters)
Constructs a new DescribeTagsRequest object. |
|
| Method Summary | |
|---|---|
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. |
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, getRequestClientOptions, getRequestCredentials, 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 Request<DescribeTagsRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DescribeTagsRequest>public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||