|
|||||||
| 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 | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, 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()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||