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 request. | 
| 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; useful for testing and debugging. | 
| DeleteTableRequest | withTableName(String tableName)
 The name of the table to delete. | 
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, 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()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.