@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTableOptimizerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetTableOptimizerRequest() |
Modifier and Type | Method and Description |
---|---|
GetTableOptimizerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
GetTableOptimizerRequest |
withCatalogId(String catalogId)
The Catalog ID of the table.
|
GetTableOptimizerRequest |
withDatabaseName(String databaseName)
The name of the database in the catalog in which the table resides.
|
GetTableOptimizerRequest |
withTableName(String tableName)
The name of the table.
|
GetTableOptimizerRequest |
withType(String type)
The type of table optimizer.
|
GetTableOptimizerRequest |
withType(TableOptimizerType type)
The type of table optimizer.
|
addHandlerContext, 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 GetTableOptimizerRequest 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 GetTableOptimizerRequest 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 GetTableOptimizerRequest 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 GetTableOptimizerRequest withType(String type)
The type of table optimizer.
type
- The type of table optimizer.TableOptimizerType
public GetTableOptimizerRequest 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 GetTableOptimizerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()