@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateExternalConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisassociateExternalConnectionRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateExternalConnectionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomain()
The name of the domain that contains the repository from which to remove the external repository.
|
String |
getDomainOwner()
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
String |
getExternalConnection()
The name of the external connection to be removed from the repository.
|
String |
getRepository()
The name of the repository from which the external connection will be removed.
|
int |
hashCode() |
void |
setDomain(String domain)
The name of the domain that contains the repository from which to remove the external repository.
|
void |
setDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
void |
setExternalConnection(String externalConnection)
The name of the external connection to be removed from the repository.
|
void |
setRepository(String repository)
The name of the repository from which the external connection will be removed.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateExternalConnectionRequest |
withDomain(String domain)
The name of the domain that contains the repository from which to remove the external repository.
|
DisassociateExternalConnectionRequest |
withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
DisassociateExternalConnectionRequest |
withExternalConnection(String externalConnection)
The name of the external connection to be removed from the repository.
|
DisassociateExternalConnectionRequest |
withRepository(String repository)
The name of the repository from which the external connection will be removed.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DisassociateExternalConnectionRequest()
public void setDomain(String domain)
The name of the domain that contains the repository from which to remove the external repository.
domain
- The name of the domain that contains the repository from which to remove the external repository.public String getDomain()
The name of the domain that contains the repository from which to remove the external repository.
public DisassociateExternalConnectionRequest withDomain(String domain)
The name of the domain that contains the repository from which to remove the external repository.
domain
- The name of the domain that contains the repository from which to remove the external repository.public void setDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
domainOwner
- The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include
dashes or spaces.public String getDomainOwner()
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
public DisassociateExternalConnectionRequest withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
domainOwner
- The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include
dashes or spaces.public void setRepository(String repository)
The name of the repository from which the external connection will be removed.
repository
- The name of the repository from which the external connection will be removed.public String getRepository()
The name of the repository from which the external connection will be removed.
public DisassociateExternalConnectionRequest withRepository(String repository)
The name of the repository from which the external connection will be removed.
repository
- The name of the repository from which the external connection will be removed.public void setExternalConnection(String externalConnection)
The name of the external connection to be removed from the repository.
externalConnection
- The name of the external connection to be removed from the repository.public String getExternalConnection()
The name of the external connection to be removed from the repository.
public DisassociateExternalConnectionRequest withExternalConnection(String externalConnection)
The name of the external connection to be removed from the repository.
externalConnection
- The name of the external connection to be removed from the repository.public String toString()
toString
in class Object
Object.toString()
public DisassociateExternalConnectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()