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