@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteConnectionRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteConnectionRequest |
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 |
getConnectionName()
The name of the connection to delete.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The ID of the Data Catalog in which the connection resides.
|
void |
setConnectionName(String connectionName)
The name of the connection to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteConnectionRequest |
withCatalogId(String catalogId)
The ID of the Data Catalog in which the connection resides.
|
DeleteConnectionRequest |
withConnectionName(String connectionName)
The name of the connection to delete.
|
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 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 DeleteConnectionRequest 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 setConnectionName(String connectionName)
The name of the connection to delete.
connectionName
- The name of the connection to delete.public String getConnectionName()
The name of the connection to delete.
public DeleteConnectionRequest withConnectionName(String connectionName)
The name of the connection to delete.
connectionName
- The name of the connection to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteConnectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.