Package com.amazonaws.services.ec2.model
Class AssociateAddressResult
java.lang.Object
com.amazonaws.services.ec2.model.AssociateAddressResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of AssociateAddress.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
[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.toString()
Returns a string representation of this object; useful for testing and debugging.withAssociationId
(String associationId) [EC2-VPC] The ID that represents the association of the Elastic IP address with an instance.
-
Constructor Details
-
AssociateAddressResult
public AssociateAddressResult()
-
-
Method Details
-
setAssociationId
[EC2-VPC] The ID that represents the association of the Elastic IP address with an instance.
- Parameters:
associationId
- [EC2-VPC] The ID that represents the association of the Elastic IP address with an instance.
-
getAssociationId
[EC2-VPC] The ID that represents the association of the Elastic IP address with an instance.
- Returns:
- [EC2-VPC] The ID that represents the association of the Elastic IP address with an instance.
-
withAssociationId
[EC2-VPC] The ID that represents the association of the Elastic IP address with an instance.
- Parameters:
associationId
- [EC2-VPC] The ID that represents the association of the Elastic IP address with an instance.- 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
-