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() |
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public DeleteTableRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.