@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateExternalConnectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DisassociateExternalConnectionResult() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateExternalConnectionResult |
clone() |
boolean |
equals(Object obj) |
RepositoryDescription |
getRepository()
The repository associated with the removed external connection.
|
int |
hashCode() |
void |
setRepository(RepositoryDescription repository)
The repository associated with the removed external connection.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateExternalConnectionResult |
withRepository(RepositoryDescription repository)
The repository associated with the removed external connection.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DisassociateExternalConnectionResult()
public void setRepository(RepositoryDescription repository)
The repository associated with the removed external connection.
repository - The repository associated with the removed external connection.public RepositoryDescription getRepository()
The repository associated with the removed external connection.
public DisassociateExternalConnectionResult withRepository(RepositoryDescription repository)
The repository associated with the removed external connection.
repository - The repository associated with the removed external connection.public String toString()
toString in class ObjectObject.toString()public DisassociateExternalConnectionResult clone()