|
|||||||
| 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)| Constructor Summary | |
|---|---|
DescribeAddressesRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<String> |
getAllocationIds()
Returns the value of the AllocationIds property for this object. |
List<Filter> |
getFilters()
A list of filters used to match properties for Addresses. |
List<String> |
getPublicIps()
The optional list of Elastic IP addresses to describe. |
int |
hashCode()
|
void |
setAllocationIds(Collection<String> allocationIds)
Sets the value of the AllocationIds property for this object. |
void |
setFilters(Collection<Filter> filters)
A list of filters used to match properties for Addresses. |
void |
setPublicIps(Collection<String> publicIps)
The optional list of Elastic IP addresses to describe. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeAddressesRequest |
withAllocationIds(Collection<String> allocationIds)
Sets the value of the AllocationIds property for this object. |
DescribeAddressesRequest |
withAllocationIds(String... allocationIds)
Sets the value of the AllocationIds property for this object. |
DescribeAddressesRequest |
withFilters(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(Collection<String> publicIps)
The optional list of Elastic IP addresses to describe. |
DescribeAddressesRequest |
withPublicIps(String... publicIps)
The optional list of Elastic IP addresses to describe. |
| 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 DescribeAddressesRequest()
| Method Detail |
|---|
public List<String> getPublicIps()
public void setPublicIps(Collection<String> publicIps)
publicIps - The optional list of Elastic IP addresses to describe.public DescribeAddressesRequest withPublicIps(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(Collection<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 List<Filter> getFilters()
public void setFilters(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(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 List<String> getAllocationIds()
public void setAllocationIds(Collection<String> allocationIds)
allocationIds - The new value for the AllocationIds property for this object.public DescribeAddressesRequest withAllocationIds(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(Collection<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 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 | ||||||