@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() |
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, copyBaseTo, 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 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 © 2019. All rights reserved.