public class AssociateAddressResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of AssociateAddress.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
associationId
[EC2-VPC] The ID that represents the association of the Elastic IP
address with an instance.
|
Constructor and Description |
---|
AssociateAddressResult() |
Modifier and Type | Method and Description |
---|---|
AssociateAddressResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAssociationId()
[EC2-VPC] The ID that represents the association of the Elastic IP
address with an instance.
|
int |
hashCode() |
void |
setAssociationId(java.lang.String associationId)
[EC2-VPC] The ID that represents the association of the Elastic IP
address with an instance.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AssociateAddressResult |
withAssociationId(java.lang.String associationId)
[EC2-VPC] The ID that represents the association of the Elastic IP
address with an instance.
|
private java.lang.String associationId
[EC2-VPC] The ID that represents the association of the Elastic IP address with an instance.
public void setAssociationId(java.lang.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 java.lang.String getAssociationId()
[EC2-VPC] The ID that represents the association of the Elastic IP address with an instance.
public AssociateAddressResult withAssociationId(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public AssociateAddressResult clone()
clone
in class java.lang.Object