@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateAddressResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
AssociateAddressResult() |
| Modifier and Type | Method and Description |
|---|---|
AssociateAddressResult |
clone() |
boolean |
equals(Object obj) |
String |
getAssociationId()
The ID that represents the association of the Elastic IP address with an instance.
|
int |
hashCode() |
void |
setAssociationId(String associationId)
The ID that represents the association of the Elastic IP address with an instance.
|
String |
toString()
Returns a string representation of this object.
|
AssociateAddressResult |
withAssociationId(String associationId)
The ID that represents the association of the Elastic IP address with an instance.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAssociationId(String associationId)
The ID that represents the association of the Elastic IP address with an instance.
associationId - The ID that represents the association of the Elastic IP address with an instance.public String getAssociationId()
The ID that represents the association of the Elastic IP address with an instance.
public AssociateAddressResult withAssociationId(String associationId)
The ID that represents the association of the Elastic IP address with an instance.
associationId - 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()