@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() |
boolean |
equals(Object obj) |
String |
getDatabaseName()
The name of the database where the Timestream database is to be deleted.
|
String |
getTableName()
The name of the Timestream table to be deleted.
|
int |
hashCode() |
void |
setDatabaseName(String databaseName)
The name of the database where the Timestream database is to be deleted.
|
void |
setTableName(String tableName)
The name of the Timestream table to be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteTableRequest |
withDatabaseName(String databaseName)
The name of the database where the Timestream database is to be deleted.
|
DeleteTableRequest |
withTableName(String tableName)
The name of the Timestream table to be deleted.
|
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 void setDatabaseName(String databaseName)
The name of the database where the Timestream database is to be deleted.
databaseName
- The name of the database where the Timestream database is to be deleted.public String getDatabaseName()
The name of the database where the Timestream database is to be deleted.
public DeleteTableRequest withDatabaseName(String databaseName)
The name of the database where the Timestream database is to be deleted.
databaseName
- The name of the database where the Timestream database is to be deleted.public void setTableName(String tableName)
The name of the Timestream table to be deleted.
tableName
- The name of the Timestream table to be deleted.public String getTableName()
The name of the Timestream table to be deleted.
public DeleteTableRequest withTableName(String tableName)
The name of the Timestream table to be deleted.
tableName
- The name of the Timestream table to be deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteTableRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2022. All rights reserved.