@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
ConnectionInput object 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
ConnectionInput object defining the connection to create. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateConnectionRequest |
withCatalogId(String catalogId)
The ID of the Data Catalog in which to create the connection.
|
CreateConnectionRequest |
withConnectionInput(ConnectionInput connectionInput)
A
ConnectionInput object 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, withSdkRequestTimeout
public void setCatalogId(String catalogId)
The ID of the Data Catalog in which to create the connection. If none is supplied, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog in which to create the connection. If none is supplied, 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 supplied, 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 supplied, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog in which to create the connection. If none is supplied, 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 Object
Object.toString()
public CreateConnectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.