public class AssociateAddressResult extends Object implements Serializable, Cloneable
Contains the output of AssociateAddress.
| Constructor and Description | 
|---|
| AssociateAddressResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| AssociateAddressResult | clone() | 
| boolean | equals(Object obj) | 
| String | getAssociationId()
 [EC2-VPC] The ID that represents the association of the Elastic IP
 address with an instance. | 
| int | hashCode() | 
| void | setAssociationId(String associationId)
 [EC2-VPC] The ID that represents the association of the Elastic IP
 address with an instance. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| AssociateAddressResult | withAssociationId(String associationId)
 [EC2-VPC] The ID that represents the association of the Elastic IP
 address with an instance. | 
public void setAssociationId(String associationId)
[EC2-VPC] The ID that represents the association of the Elastic IP address with an instance.
associationId - [EC2-VPC] The ID that represents the association of the Elastic IP
        address with an instance.public String getAssociationId()
[EC2-VPC] The ID that represents the association of the Elastic IP address with an instance.
public AssociateAddressResult withAssociationId(String associationId)
[EC2-VPC] The ID that represents the association of the Elastic IP address with an instance.
associationId - [EC2-VPC] The ID that represents the association of the Elastic IP
        address with an instance.public String toString()
toString in class ObjectObject.toString()public AssociateAddressResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.