public class DescribeAddressesRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeAddresses operation.
The DescribeAddresses operation lists elastic IP addresses assigned to your account.
| コンストラクタと説明 |
|---|
DescribeAddressesRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic 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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object