@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataQualityTargetTable extends Object implements Serializable, Cloneable, StructuredPojo
An object representing an Glue table.
Constructor and Description |
---|
DataQualityTargetTable() |
Modifier and Type | Method and Description |
---|---|
DataQualityTargetTable |
clone() |
boolean |
equals(Object obj) |
String |
getDatabaseName()
The name of the database where the Glue table exists.
|
String |
getTableName()
The name of the Glue table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDatabaseName(String databaseName)
The name of the database where the Glue table exists.
|
void |
setTableName(String tableName)
The name of the Glue table.
|
String |
toString()
Returns a string representation of this object.
|
DataQualityTargetTable |
withDatabaseName(String databaseName)
The name of the database where the Glue table exists.
|
DataQualityTargetTable |
withTableName(String tableName)
The name of the Glue table.
|
public void setTableName(String tableName)
The name of the Glue table.
tableName
- The name of the Glue table.public String getTableName()
The name of the Glue table.
public DataQualityTargetTable withTableName(String tableName)
The name of the Glue table.
tableName
- The name of the Glue table.public void setDatabaseName(String databaseName)
The name of the database where the Glue table exists.
databaseName
- The name of the database where the Glue table exists.public String getDatabaseName()
The name of the database where the Glue table exists.
public DataQualityTargetTable withDatabaseName(String databaseName)
The name of the database where the Glue table exists.
databaseName
- The name of the database where the Glue table exists.public String toString()
toString
in class Object
Object.toString()
public DataQualityTargetTable clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.