|
||||||||||
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
Constructor Summary | |
---|---|
DescribeAddressesResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<Address> |
getAddresses()
Information about one or more Elastic IP addresses. |
int |
hashCode()
|
void |
setAddresses(Collection<Address> addresses)
Information about one or more Elastic IP addresses. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeAddressesResult |
withAddresses(Address... addresses)
Information about one or more Elastic IP addresses. |
DescribeAddressesResult |
withAddresses(Collection<Address> addresses)
Information about one or more Elastic IP addresses. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeAddressesResult()
Method Detail |
---|
public List<Address> getAddresses()
public void setAddresses(Collection<Address> addresses)
addresses
- Information about one or more Elastic IP addresses.public DescribeAddressesResult withAddresses(Address... addresses)
Returns a reference to this object so that method calls can be chained together.
addresses
- Information about one or more Elastic IP addresses.
public DescribeAddressesResult withAddresses(Collection<Address> addresses)
Returns a reference to this object so that method calls can be chained together.
addresses
- Information about one or more Elastic IP addresses.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |