|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.DescribeAddressesResult
public class DescribeAddressesResult
The result of describing an account's available Elastic IPs.
| Constructor Summary | |
|---|---|
DescribeAddressesResult()
|
|
| Method Summary | |
|---|---|
List<Address> |
getAddresses()
The list of Elastic IPs. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeAddressesResult()
| Method Detail |
|---|
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 ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||