Class UpdateAssociationStatusResult
java.lang.Object
com.amazonaws.services.simplesystemsmanagement.model.UpdateAssociationStatusResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the association.int
hashCode()
void
setAssociationDescription
(AssociationDescription associationDescription) Information about the association.toString()
Returns a string representation of this object; useful for testing and debugging.withAssociationDescription
(AssociationDescription associationDescription) Information about the association.
-
Constructor Details
-
UpdateAssociationStatusResult
public UpdateAssociationStatusResult()
-
-
Method Details
-
setAssociationDescription
Information about the association.
- Parameters:
associationDescription
- Information about the association.
-
getAssociationDescription
Information about the association.
- Returns:
- Information about the association.
-
withAssociationDescription
public UpdateAssociationStatusResult withAssociationDescription(AssociationDescription associationDescription) Information about the association.
- Parameters:
associationDescription
- Information about the association.- 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
-