@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetTableOptimizerEntry extends Object implements Serializable, Cloneable, StructuredPojo
Represents a table optimizer to retrieve in the BatchGetTableOptimizer
operation.
Constructor and Description |
---|
BatchGetTableOptimizerEntry() |
Modifier and Type | Method and Description |
---|---|
BatchGetTableOptimizerEntry |
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
BatchGetTableOptimizerEntry |
withCatalogId(String catalogId)
The Catalog ID of the table.
|
BatchGetTableOptimizerEntry |
withDatabaseName(String databaseName)
The name of the database in the catalog in which the table resides.
|
BatchGetTableOptimizerEntry |
withTableName(String tableName)
The name of the table.
|
BatchGetTableOptimizerEntry |
withType(String type)
The type of table optimizer.
|
BatchGetTableOptimizerEntry |
withType(TableOptimizerType type)
The type of table optimizer.
|
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 BatchGetTableOptimizerEntry 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 BatchGetTableOptimizerEntry 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 BatchGetTableOptimizerEntry 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 BatchGetTableOptimizerEntry withType(String type)
The type of table optimizer.
type
- The type of table optimizer.TableOptimizerType
public BatchGetTableOptimizerEntry 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 BatchGetTableOptimizerEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.