Package com.amazonaws.services.ec2.model
Class DescribeAddressesResult
java.lang.Object
com.amazonaws.services.ec2.model.DescribeAddressesResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of DescribeAddresses.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about one or more Elastic IP addresses.int
hashCode()
void
setAddresses
(Collection<Address> addresses) Information about one or more Elastic IP addresses.toString()
Returns a string representation of this object; useful for testing and debugging.withAddresses
(Address... addresses) Information about one or more Elastic IP addresses.withAddresses
(Collection<Address> addresses) Information about one or more Elastic IP addresses.
-
Constructor Details
-
DescribeAddressesResult
public DescribeAddressesResult()
-
-
Method Details
-
getAddresses
Information about one or more Elastic IP addresses.
- Returns:
- Information about one or more Elastic IP addresses.
-
setAddresses
Information about one or more Elastic IP addresses.
- Parameters:
addresses
- Information about one or more Elastic IP addresses.
-
withAddresses
Information about one or more Elastic IP addresses.
NOTE: This method appends the values to the existing list (if any). Use
setAddresses(java.util.Collection)
orwithAddresses(java.util.Collection)
if you want to override the existing values.- Parameters:
addresses
- Information about one or more Elastic IP addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withAddresses
Information about one or more Elastic IP addresses.
- Parameters:
addresses
- Information about one or more Elastic IP addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-