@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateRepositoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
AssociateRepositoryResult() |
| Modifier and Type | Method and Description |
|---|---|
AssociateRepositoryResult |
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.
|
AssociateRepositoryResult |
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 AssociateRepositoryResult withRepositoryAssociation(RepositoryAssociation repositoryAssociation)
Information about the repository association.
repositoryAssociation - Information about the repository association.public String toString()
toString in class ObjectObject.toString()public AssociateRepositoryResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.