@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateExternalConnectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AssociateExternalConnectionResult() |
Modifier and Type | Method and Description |
---|---|
AssociateExternalConnectionResult |
clone() |
boolean |
equals(Object obj) |
RepositoryDescription |
getRepository()
Information about the connected repository after processing the request.
|
int |
hashCode() |
void |
setRepository(RepositoryDescription repository)
Information about the connected repository after processing the request.
|
String |
toString()
Returns a string representation of this object.
|
AssociateExternalConnectionResult |
withRepository(RepositoryDescription repository)
Information about the connected repository after processing the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRepository(RepositoryDescription repository)
Information about the connected repository after processing the request.
repository
- Information about the connected repository after processing the request.public RepositoryDescription getRepository()
Information about the connected repository after processing the request.
public AssociateExternalConnectionResult withRepository(RepositoryDescription repository)
Information about the connected repository after processing the request.
repository
- Information about the connected repository after processing the request.public String toString()
toString
in class Object
Object.toString()
public AssociateExternalConnectionResult clone()