@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 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 Glue table belongs to.
|
String |
getTableName()
The name of the Glue table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDatabaseName(String databaseName)
The name of the database the Glue table belongs to.
|
void |
setTableName(String tableName)
The name of the Glue table.
|
String |
toString()
Returns a string representation of this object.
|
GlueTableReference |
withDatabaseName(String databaseName)
The name of the database the Glue table belongs to.
|
GlueTableReference |
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 GlueTableReference 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 the Glue table belongs to.
databaseName
- The name of the database the Glue table belongs to.public String getDatabaseName()
The name of the database the Glue table belongs to.
public GlueTableReference withDatabaseName(String databaseName)
The name of the database the Glue table belongs to.
databaseName
- The name of the database the Glue table belongs to.public String toString()
toString
in class Object
Object.toString()
public GlueTableReference clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.