public class DescribeAddressesResult extends Object implements Serializable
The result of describing an account's available Elastic IPs.
Constructor and Description |
---|
DescribeAddressesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<Address> |
getAddresses()
The list of Elastic IPs.
|
int |
hashCode() |
void |
setAddresses(Collection<Address> addresses)
The list of Elastic IPs.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAddressesResult |
withAddresses(Address... addresses)
The list of Elastic IPs.
|
DescribeAddressesResult |
withAddresses(Collection<Address> addresses)
The list of Elastic IPs.
|
public List<Address> getAddresses()
public void setAddresses(Collection<Address> addresses)
addresses
- The list of Elastic IPs.public DescribeAddressesResult withAddresses(Address... addresses)
Returns a reference to this object so that method calls can be chained together.
addresses
- The list of Elastic IPs.public DescribeAddressesResult withAddresses(Collection<Address> addresses)
Returns a reference to this object so that method calls can be chained together.
addresses
- The list of Elastic IPs.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.