@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteTableRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteTableRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getKeyspaceName()
The name of the keyspace of the to be deleted table.
|
String |
getTableName()
The name of the table to be deleted.
|
int |
hashCode() |
void |
setKeyspaceName(String keyspaceName)
The name of the keyspace of the to be deleted table.
|
void |
setTableName(String tableName)
The name of the table to be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteTableRequest |
withKeyspaceName(String keyspaceName)
The name of the keyspace of the to be deleted table.
|
DeleteTableRequest |
withTableName(String tableName)
The name of the table to be deleted.
|
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 setKeyspaceName(String keyspaceName)
The name of the keyspace of the to be deleted table.
keyspaceName
- The name of the keyspace of the to be deleted table.public String getKeyspaceName()
The name of the keyspace of the to be deleted table.
public DeleteTableRequest withKeyspaceName(String keyspaceName)
The name of the keyspace of the to be deleted table.
keyspaceName
- The name of the keyspace of the to be deleted table.public void setTableName(String tableName)
The name of the table to be deleted.
tableName
- The name of the table to be deleted.public String getTableName()
The name of the table to be deleted.
public DeleteTableRequest withTableName(String tableName)
The name of the table to be deleted.
tableName
- The name of the table to be deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteTableRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()