@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTableOptimizerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteTableOptimizerRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteTableOptimizerRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCatalogId()
The Catalog ID of the table.
|
String |
getDatabaseName()
The name of the database in the catalog in which the table resides.
|
String |
getTableName()
The name of the table.
|
String |
getType()
The type of table optimizer.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The Catalog ID of the table.
|
void |
setDatabaseName(String databaseName)
The name of the database in the catalog in which the table resides.
|
void |
setTableName(String tableName)
The name of the table.
|
void |
setType(String type)
The type of table optimizer.
|
String |
toString()
Returns a string representation of this object.
|
DeleteTableOptimizerRequest |
withCatalogId(String catalogId)
The Catalog ID of the table.
|
DeleteTableOptimizerRequest |
withDatabaseName(String databaseName)
The name of the database in the catalog in which the table resides.
|
DeleteTableOptimizerRequest |
withTableName(String tableName)
The name of the table.
|
DeleteTableOptimizerRequest |
withType(String type)
The type of table optimizer.
|
DeleteTableOptimizerRequest |
withType(TableOptimizerType type)
The type of table optimizer.
|
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 setCatalogId(String catalogId)
The Catalog ID of the table.
catalogId
- The Catalog ID of the table.public String getCatalogId()
The Catalog ID of the table.
public DeleteTableOptimizerRequest withCatalogId(String catalogId)
The Catalog ID of the table.
catalogId
- The Catalog ID of the table.public void setDatabaseName(String databaseName)
The name of the database in the catalog in which the table resides.
databaseName
- The name of the database in the catalog in which the table resides.public String getDatabaseName()
The name of the database in the catalog in which the table resides.
public DeleteTableOptimizerRequest withDatabaseName(String databaseName)
The name of the database in the catalog in which the table resides.
databaseName
- The name of the database in the catalog in which the table resides.public void setTableName(String tableName)
The name of the table.
tableName
- The name of the table.public String getTableName()
The name of the table.
public DeleteTableOptimizerRequest withTableName(String tableName)
The name of the table.
tableName
- The name of the table.public void setType(String type)
The type of table optimizer.
type
- The type of table optimizer.TableOptimizerType
public String getType()
The type of table optimizer.
TableOptimizerType
public DeleteTableOptimizerRequest withType(String type)
The type of table optimizer.
type
- The type of table optimizer.TableOptimizerType
public DeleteTableOptimizerRequest withType(TableOptimizerType type)
The type of table optimizer.
type
- The type of table optimizer.TableOptimizerType
public String toString()
toString
in class Object
Object.toString()
public DeleteTableOptimizerRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.