|
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.DescribeAddressesRequest
public class DescribeAddressesRequest
Container for the parameters to the DescribeAddresses operation.
The DescribeAddresses operation lists elastic IP addresses assigned to your account.
AmazonEC2.describeAddresses(DescribeAddressesRequest),
Serialized Form| Constructor Summary | |
|---|---|
DescribeAddressesRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<java.lang.String> |
getAllocationIds()
Returns the value of the AllocationIds property for this object. |
java.util.List<Filter> |
getFilters()
A list of filters used to match properties for Addresses. |
java.util.List<java.lang.String> |
getPublicIps()
The optional list of Elastic IP addresses to describe. |
int |
hashCode()
|
void |
setAllocationIds(java.util.Collection<java.lang.String> allocationIds)
Sets the value of the AllocationIds property for this object. |
void |
setFilters(java.util.Collection<Filter> filters)
A list of filters used to match properties for Addresses. |
void |
setPublicIps(java.util.Collection<java.lang.String> publicIps)
The optional list of Elastic IP addresses to describe. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeAddressesRequest |
withAllocationIds(java.util.Collection<java.lang.String> allocationIds)
Sets the value of the AllocationIds property for this object. |
DescribeAddressesRequest |
withAllocationIds(java.lang.String... allocationIds)
Sets the value of the AllocationIds property for this object. |
DescribeAddressesRequest |
withFilters(java.util.Collection<Filter> filters)
A list of filters used to match properties for Addresses. |
DescribeAddressesRequest |
withFilters(Filter... filters)
A list of filters used to match properties for Addresses. |
DescribeAddressesRequest |
withPublicIps(java.util.Collection<java.lang.String> publicIps)
The optional list of Elastic IP addresses to describe. |
DescribeAddressesRequest |
withPublicIps(java.lang.String... publicIps)
The optional list of Elastic IP addresses to describe. |
| 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 DescribeAddressesRequest()
| Method Detail |
|---|
public java.util.List<java.lang.String> getPublicIps()
public void setPublicIps(java.util.Collection<java.lang.String> publicIps)
publicIps - The optional list of Elastic IP addresses to describe.public DescribeAddressesRequest withPublicIps(java.lang.String... publicIps)
Returns a reference to this object so that method calls can be chained together.
publicIps - The optional list of Elastic IP addresses to describe.
public DescribeAddressesRequest withPublicIps(java.util.Collection<java.lang.String> publicIps)
Returns a reference to this object so that method calls can be chained together.
publicIps - The optional list of Elastic IP addresses to describe.
public java.util.List<Filter> getFilters()
public void setFilters(java.util.Collection<Filter> filters)
filters - A list of filters used to match properties for Addresses. For a
complete reference to the available filter keys for this operation,
see the Amazon
EC2 API reference.public DescribeAddressesRequest 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 Addresses. For a
complete reference to the available filter keys for this operation,
see the Amazon
EC2 API reference.
public DescribeAddressesRequest 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 Addresses. For a
complete reference to the available filter keys for this operation,
see the Amazon
EC2 API reference.
public java.util.List<java.lang.String> getAllocationIds()
public void setAllocationIds(java.util.Collection<java.lang.String> allocationIds)
allocationIds - The new value for the AllocationIds property for this object.public DescribeAddressesRequest withAllocationIds(java.lang.String... allocationIds)
Returns a reference to this object so that method calls can be chained together.
allocationIds - The new value for the AllocationIds property for this object.
public DescribeAddressesRequest withAllocationIds(java.util.Collection<java.lang.String> allocationIds)
Returns a reference to this object so that method calls can be chained together.
allocationIds - The new value for the AllocationIds property for this object.
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 | ||||||