public class DescribeAddressesRequest extends AmazonWebServiceRequest implements Serializable, DryRunSupportedRequest<DescribeAddressesRequest>
DescribeAddresses operation.
The DescribeAddresses operation lists elastic IP addresses assigned to your account.
| Constructor and Description |
|---|
DescribeAddressesRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getAllocationIds()
Returns the value of the AllocationIds property for this object.
|
Request<DescribeAddressesRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic 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 Request<DescribeAddressesRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DescribeAddressesRequest>public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.