@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetConnectionRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetConnectionRequest |
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 the connection resides.
|
String |
getName()
The name of the connection definition to retrieve.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The ID of the Data Catalog in which the connection resides.
|
void |
setName(String name)
The name of the connection definition to retrieve.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetConnectionRequest |
withCatalogId(String catalogId)
The ID of the Data Catalog in which the connection resides.
|
GetConnectionRequest |
withName(String name)
The name of the connection definition to retrieve.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setCatalogId(String catalogId)
The ID of the Data Catalog in which the connection resides. If none is supplied, the AWS account ID is used by default.
catalogId - The ID of the Data Catalog in which the connection resides. If none is supplied, the AWS account ID is
used by default.public String getCatalogId()
The ID of the Data Catalog in which the connection resides. If none is supplied, the AWS account ID is used by default.
public GetConnectionRequest withCatalogId(String catalogId)
The ID of the Data Catalog in which the connection resides. If none is supplied, the AWS account ID is used by default.
catalogId - The ID of the Data Catalog in which the connection resides. If none is supplied, the AWS account ID is
used by default.public void setName(String name)
The name of the connection definition to retrieve.
name - The name of the connection definition to retrieve.public String getName()
The name of the connection definition to retrieve.
public GetConnectionRequest withName(String name)
The name of the connection definition to retrieve.
name - The name of the connection definition to retrieve.public String toString()
toString in class ObjectObject.toString()public GetConnectionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.