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