@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateConnectionRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateConnectionRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getCatalogId()
 The ID of the Data Catalog in which to create the connection. | 
| ConnectionInput | getConnectionInput()
 A  ConnectionInputobject defining the connection to create. | 
| int | hashCode() | 
| void | setCatalogId(String catalogId)
 The ID of the Data Catalog in which to create the connection. | 
| void | setConnectionInput(ConnectionInput connectionInput)
 A  ConnectionInputobject defining the connection to create. | 
| String | toString()Returns a string representation of this object. | 
| CreateConnectionRequest | withCatalogId(String catalogId)
 The ID of the Data Catalog in which to create the connection. | 
| CreateConnectionRequest | withConnectionInput(ConnectionInput connectionInput)
 A  ConnectionInputobject defining the connection to create. | 
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, withSdkRequestTimeoutpublic void setCatalogId(String catalogId)
The ID of the Data Catalog in which to create the connection. If none is provided, the AWS account ID is used by default.
catalogId - The ID of the Data Catalog in which to create the connection. If none is provided, the AWS account ID is
        used by default.public String getCatalogId()
The ID of the Data Catalog in which to create the connection. If none is provided, the AWS account ID is used by default.
public CreateConnectionRequest withCatalogId(String catalogId)
The ID of the Data Catalog in which to create the connection. If none is provided, the AWS account ID is used by default.
catalogId - The ID of the Data Catalog in which to create the connection. If none is provided, the AWS account ID is
        used by default.public void setConnectionInput(ConnectionInput connectionInput)
 A ConnectionInput object defining the connection to create.
 
connectionInput - A ConnectionInput object defining the connection to create.public ConnectionInput getConnectionInput()
 A ConnectionInput object defining the connection to create.
 
ConnectionInput object defining the connection to create.public CreateConnectionRequest withConnectionInput(ConnectionInput connectionInput)
 A ConnectionInput object defining the connection to create.
 
connectionInput - A ConnectionInput object defining the connection to create.public String toString()
toString in class ObjectObject.toString()public CreateConnectionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()