@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
 Represents the input of a DeleteTable operation.
 
NOOP| Constructor and Description | 
|---|
DeleteTableRequest()
Default constructor for DeleteTableRequest object. 
 | 
DeleteTableRequest(String tableName)
Constructs a new DeleteTableRequest object. 
 | 
| 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 | 
getTableName()
 The name of the table to delete. 
 | 
int | 
hashCode()  | 
void | 
setTableName(String tableName)
 The name of the table to delete. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DeleteTableRequest | 
withTableName(String tableName)
 The name of the table 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, withSdkRequestTimeoutpublic DeleteTableRequest()
public DeleteTableRequest(String tableName)
tableName - The name of the table to delete.public void setTableName(String tableName)
The name of the table to delete.
tableName - The name of the table to delete.public String getTableName()
The name of the table to delete.
public DeleteTableRequest withTableName(String tableName)
The name of the table to delete.
tableName - The name of the table to delete.public String toString()
toString in class ObjectObject.toString()public DeleteTableRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()