@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateOutboundConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
 Container for the parameters to the CreateOutboundConnection operation.
 
NOOP| Constructor and Description | 
|---|
| CreateOutboundConnectionRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateOutboundConnectionRequest | clone() | 
| boolean | equals(Object obj) | 
| String | getConnectionAlias()
 Name of the connection. | 
| String | getConnectionMode()
 The connection mode. | 
| DomainInformationContainer | getLocalDomainInfo()
 Name and Region of the source (local) domain. | 
| DomainInformationContainer | getRemoteDomainInfo()
 Name and Region of the destination (remote) domain. | 
| int | hashCode() | 
| void | setConnectionAlias(String connectionAlias)
 Name of the connection. | 
| void | setConnectionMode(String connectionMode)
 The connection mode. | 
| void | setLocalDomainInfo(DomainInformationContainer localDomainInfo)
 Name and Region of the source (local) domain. | 
| void | setRemoteDomainInfo(DomainInformationContainer remoteDomainInfo)
 Name and Region of the destination (remote) domain. | 
| String | toString()Returns a string representation of this object. | 
| CreateOutboundConnectionRequest | withConnectionAlias(String connectionAlias)
 Name of the connection. | 
| CreateOutboundConnectionRequest | withConnectionMode(ConnectionMode connectionMode)
 The connection mode. | 
| CreateOutboundConnectionRequest | withConnectionMode(String connectionMode)
 The connection mode. | 
| CreateOutboundConnectionRequest | withLocalDomainInfo(DomainInformationContainer localDomainInfo)
 Name and Region of the source (local) domain. | 
| CreateOutboundConnectionRequest | withRemoteDomainInfo(DomainInformationContainer remoteDomainInfo)
 Name and Region of the destination (remote) domain. | 
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setLocalDomainInfo(DomainInformationContainer localDomainInfo)
Name and Region of the source (local) domain.
localDomainInfo - Name and Region of the source (local) domain.public DomainInformationContainer getLocalDomainInfo()
Name and Region of the source (local) domain.
public CreateOutboundConnectionRequest withLocalDomainInfo(DomainInformationContainer localDomainInfo)
Name and Region of the source (local) domain.
localDomainInfo - Name and Region of the source (local) domain.public void setRemoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Name and Region of the destination (remote) domain.
remoteDomainInfo - Name and Region of the destination (remote) domain.public DomainInformationContainer getRemoteDomainInfo()
Name and Region of the destination (remote) domain.
public CreateOutboundConnectionRequest withRemoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Name and Region of the destination (remote) domain.
remoteDomainInfo - Name and Region of the destination (remote) domain.public void setConnectionAlias(String connectionAlias)
Name of the connection.
connectionAlias - Name of the connection.public String getConnectionAlias()
Name of the connection.
public CreateOutboundConnectionRequest withConnectionAlias(String connectionAlias)
Name of the connection.
connectionAlias - Name of the connection.public void setConnectionMode(String connectionMode)
The connection mode.
connectionMode - The connection mode.ConnectionModepublic String getConnectionMode()
The connection mode.
ConnectionModepublic CreateOutboundConnectionRequest withConnectionMode(String connectionMode)
The connection mode.
connectionMode - The connection mode.ConnectionModepublic CreateOutboundConnectionRequest withConnectionMode(ConnectionMode connectionMode)
The connection mode.
connectionMode - The connection mode.ConnectionModepublic String toString()
toString in class ObjectObject.toString()public CreateOutboundConnectionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.