@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAddressesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeAddressesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAddressesResult |
clone() |
boolean |
equals(Object obj) |
List<Address> |
getAddresses()
Information about the Elastic IP addresses.
|
int |
hashCode() |
void |
setAddresses(Collection<Address> addresses)
Information about the Elastic IP addresses.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAddressesResult |
withAddresses(Address... addresses)
Information about the Elastic IP addresses.
|
DescribeAddressesResult |
withAddresses(Collection<Address> addresses)
Information about the Elastic IP addresses.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Address> getAddresses()
Information about the Elastic IP addresses.
public void setAddresses(Collection<Address> addresses)
Information about the Elastic IP addresses.
addresses - Information about the Elastic IP addresses.public DescribeAddressesResult withAddresses(Address... addresses)
Information about the Elastic IP addresses.
NOTE: This method appends the values to the existing list (if any). Use
setAddresses(java.util.Collection) or withAddresses(java.util.Collection) if you want to
override the existing values.
addresses - Information about the Elastic IP addresses.public DescribeAddressesResult withAddresses(Collection<Address> addresses)
Information about the Elastic IP addresses.
addresses - Information about the Elastic IP addresses.public String toString()
toString in class ObjectObject.toString()public DescribeAddressesResult clone()