Class DescribeAssociationResult
- java.lang.Object
-
- com.amazonaws.services.simplesystemsmanagement.model.DescribeAssociationResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class DescribeAssociationResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeAssociationResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeAssociationResult
clone()
boolean
equals(Object obj)
AssociationDescription
getAssociationDescription()
Information about the association.int
hashCode()
void
setAssociationDescription(AssociationDescription associationDescription)
Information about the association.String
toString()
Returns a string representation of this object; useful for testing and debugging.DescribeAssociationResult
withAssociationDescription(AssociationDescription associationDescription)
Information about the association.
-
-
-
Method Detail
-
setAssociationDescription
public void setAssociationDescription(AssociationDescription associationDescription)
Information about the association.
- Parameters:
associationDescription
- Information about the association.
-
getAssociationDescription
public AssociationDescription getAssociationDescription()
Information about the association.
- Returns:
- Information about the association.
-
withAssociationDescription
public DescribeAssociationResult 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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeAssociationResult clone()
-
-