public class DescribeAssociationResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAssociationResult() |
Modifier and Type | Method and 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.
|
public AssociationDescription getAssociationDescription()
public void setAssociationDescription(AssociationDescription associationDescription)
associationDescription
- Information about the association.public DescribeAssociationResult withAssociationDescription(AssociationDescription associationDescription)
Returns a reference to this object so that method calls can be chained together.
associationDescription
- Information about the association.public String toString()
toString
in class Object
Object.toString()
public DescribeAssociationResult clone()
Copyright © 2015. All rights reserved.