@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeleteConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchDeleteConnectionRequest() |
Modifier and Type | Method and Description |
---|---|
BatchDeleteConnectionRequest |
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 connections reside.
|
List<String> |
getConnectionNameList()
A list of names of the connections to delete.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The ID of the Data Catalog in which the connections reside.
|
void |
setConnectionNameList(Collection<String> connectionNameList)
A list of names of the connections to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchDeleteConnectionRequest |
withCatalogId(String catalogId)
The ID of the Data Catalog in which the connections reside.
|
BatchDeleteConnectionRequest |
withConnectionNameList(Collection<String> connectionNameList)
A list of names of the connections to delete.
|
BatchDeleteConnectionRequest |
withConnectionNameList(String... connectionNameList)
A list of names of the connections 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 connections reside. If none is supplied, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog in which the connections reside. If none is supplied, the AWS account ID is
used by default.public String getCatalogId()
The ID of the Data Catalog in which the connections reside. If none is supplied, the AWS account ID is used by default.
public BatchDeleteConnectionRequest withCatalogId(String catalogId)
The ID of the Data Catalog in which the connections reside. If none is supplied, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog in which the connections reside. If none is supplied, the AWS account ID is
used by default.public List<String> getConnectionNameList()
A list of names of the connections to delete.
public void setConnectionNameList(Collection<String> connectionNameList)
A list of names of the connections to delete.
connectionNameList
- A list of names of the connections to delete.public BatchDeleteConnectionRequest withConnectionNameList(String... connectionNameList)
A list of names of the connections to delete.
NOTE: This method appends the values to the existing list (if any). Use
setConnectionNameList(java.util.Collection)
or withConnectionNameList(java.util.Collection)
if
you want to override the existing values.
connectionNameList
- A list of names of the connections to delete.public BatchDeleteConnectionRequest withConnectionNameList(Collection<String> connectionNameList)
A list of names of the connections to delete.
connectionNameList
- A list of names of the connections to delete.public String toString()
toString
in class Object
Object.toString()
public BatchDeleteConnectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.