|
|||||||
| 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 one or more of the tags for your EC2 resources.
For more information about tags, see Tagging Your Resources in the Amazon Elastic Compute Cloud User Guide .
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)
|
Request<DescribeTagsRequest> |
getDryRunRequest()
This method is intended for internal use only. |
java.util.List<Filter> |
getFilters()
One or more filters. |
java.lang.Integer |
getMaxResults()
The maximum number of items to return for this call. |
java.lang.String |
getNextToken()
The token for the next set of items to return. |
int |
hashCode()
|
void |
setFilters(java.util.Collection<Filter> filters)
One or more filters. |
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of items to return for this call. |
void |
setNextToken(java.lang.String nextToken)
The token for the next set of items to return. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeTagsRequest |
withFilters(java.util.Collection<Filter> filters)
One or more filters. |
DescribeTagsRequest |
withFilters(Filter... filters)
One or more filters. |
DescribeTagsRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of items to return for this call. |
DescribeTagsRequest |
withNextToken(java.lang.String nextToken)
The token for the next set of items to return. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
| 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 - One or more filters. key -
The tag key.
resource-id - The resource ID.
resource-type - The resource type
(customer-gateway | dhcp-options |
image | instance |
internet-gateway | network-acl |
network-interface | reserved-instances |
route-table | security-group |
snapshot | spot-instances-request |
subnet | volume | vpc |
vpn-connection | vpn-gateway).
value - The tag value.
| Method Detail |
|---|
public java.util.List<Filter> getFilters()
key - The tag key.
resource-id - The resource ID.
resource-type - The resource type
(customer-gateway | dhcp-options |
image | instance |
internet-gateway | network-acl |
network-interface | reserved-instances |
route-table | security-group |
snapshot | spot-instances-request |
subnet | volume | vpc |
vpn-connection | vpn-gateway).
value - The tag value.
key - The tag key.
resource-id - The resource ID.
resource-type - The resource type
(customer-gateway | dhcp-options |
image | instance |
internet-gateway | network-acl |
network-interface | reserved-instances |
route-table | security-group |
snapshot | spot-instances-request |
subnet | volume | vpc |
vpn-connection | vpn-gateway).
value - The tag value.
public void setFilters(java.util.Collection<Filter> filters)
key - The tag key.
resource-id - The resource ID.
resource-type - The resource type
(customer-gateway | dhcp-options |
image | instance |
internet-gateway | network-acl |
network-interface | reserved-instances |
route-table | security-group |
snapshot | spot-instances-request |
subnet | volume | vpc |
vpn-connection | vpn-gateway).
value - The tag value.
filters - One or more filters. key - The tag key.
resource-id - The resource ID.
resource-type - The resource type
(customer-gateway | dhcp-options |
image | instance |
internet-gateway | network-acl |
network-interface | reserved-instances |
route-table | security-group |
snapshot | spot-instances-request |
subnet | volume | vpc |
vpn-connection | vpn-gateway).
value - The tag value.
public DescribeTagsRequest withFilters(Filter... filters)
key - The tag key.
resource-id - The resource ID.
resource-type - The resource type
(customer-gateway | dhcp-options |
image | instance |
internet-gateway | network-acl |
network-interface | reserved-instances |
route-table | security-group |
snapshot | spot-instances-request |
subnet | volume | vpc |
vpn-connection | vpn-gateway).
value - The tag value.
Returns a reference to this object so that method calls can be chained together.
filters - One or more filters. key - The tag key.
resource-id - The resource ID.
resource-type - The resource type
(customer-gateway | dhcp-options |
image | instance |
internet-gateway | network-acl |
network-interface | reserved-instances |
route-table | security-group |
snapshot | spot-instances-request |
subnet | volume | vpc |
vpn-connection | vpn-gateway).
value - The tag value.
public DescribeTagsRequest withFilters(java.util.Collection<Filter> filters)
key - The tag key.
resource-id - The resource ID.
resource-type - The resource type
(customer-gateway | dhcp-options |
image | instance |
internet-gateway | network-acl |
network-interface | reserved-instances |
route-table | security-group |
snapshot | spot-instances-request |
subnet | volume | vpc |
vpn-connection | vpn-gateway).
value - The tag value.
Returns a reference to this object so that method calls can be chained together.
filters - One or more filters. key - The tag key.
resource-id - The resource ID.
resource-type - The resource type
(customer-gateway | dhcp-options |
image | instance |
internet-gateway | network-acl |
network-interface | reserved-instances |
route-table | security-group |
snapshot | spot-instances-request |
subnet | volume | vpc |
vpn-connection | vpn-gateway).
value - The tag value.
public java.lang.Integer getMaxResults()
public void setMaxResults(java.lang.Integer maxResults)
maxResults - The maximum number of items to return for this call. The call also
returns a token that you can specify in a subsequent call to get the
next set of results. If the value is greater than 1000, we return only
1000 items.public DescribeTagsRequest withMaxResults(java.lang.Integer maxResults)
Returns a reference to this object so that method calls can be chained together.
maxResults - The maximum number of items to return for this call. The call also
returns a token that you can specify in a subsequent call to get the
next set of results. If the value is greater than 1000, we return only
1000 items.
public java.lang.String getNextToken()
public void setNextToken(java.lang.String nextToken)
nextToken - The token for the next set of items to return. (You received this
token from a prior call.)public DescribeTagsRequest withNextToken(java.lang.String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - The token for the next set of items to return. (You received this
token from a prior call.)
public Request<DescribeTagsRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DescribeTagsRequest>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 | ||||||