@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 |
getCatalogId()
The catalog id where the Glue table exists.
|
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)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCatalogId(String catalogId)
The catalog id where the Glue table exists.
|
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 |
withCatalogId(String catalogId)
The catalog id where the Glue table exists.
|
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 void setCatalogId(String catalogId)
The catalog id where the Glue table exists.
catalogId
- The catalog id where the Glue table exists.public String getCatalogId()
The catalog id where the Glue table exists.
public DataQualityTargetTable withCatalogId(String catalogId)
The catalog id where the Glue table exists.
catalogId
- The catalog id where the Glue table exists.public String toString()
toString
in class Object
Object.toString()
public DataQualityTargetTable clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.