@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAssociationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateAssociationResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateAssociationResult |
clone() |
boolean |
equals(Object obj) |
AssociationDescription |
getAssociationDescription()
The description of the association that was updated.
|
int |
hashCode() |
void |
setAssociationDescription(AssociationDescription associationDescription)
The description of the association that was updated.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateAssociationResult |
withAssociationDescription(AssociationDescription associationDescription)
The description of the association that was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAssociationDescription(AssociationDescription associationDescription)
The description of the association that was updated.
associationDescription - The description of the association that was updated.public AssociationDescription getAssociationDescription()
The description of the association that was updated.
public UpdateAssociationResult withAssociationDescription(AssociationDescription associationDescription)
The description of the association that was updated.
associationDescription - The description of the association that was updated.public String toString()
toString in class ObjectObject.toString()public UpdateAssociationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.