@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRepositoryAssociationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| DescribeRepositoryAssociationResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeRepositoryAssociationResult | clone() | 
| boolean | equals(Object obj) | 
| RepositoryAssociation | getRepositoryAssociation()
 Information about the repository association. | 
| int | hashCode() | 
| void | setRepositoryAssociation(RepositoryAssociation repositoryAssociation)
 Information about the repository association. | 
| String | toString()Returns a string representation of this object. | 
| DescribeRepositoryAssociationResult | withRepositoryAssociation(RepositoryAssociation repositoryAssociation)
 Information about the repository association. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRepositoryAssociation(RepositoryAssociation repositoryAssociation)
Information about the repository association.
repositoryAssociation - Information about the repository association.public RepositoryAssociation getRepositoryAssociation()
Information about the repository association.
public DescribeRepositoryAssociationResult withRepositoryAssociation(RepositoryAssociation repositoryAssociation)
Information about the repository association.
repositoryAssociation - Information about the repository association.public String toString()
toString in class ObjectObject.toString()public DescribeRepositoryAssociationResult clone()