@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TableReference extends Object implements Serializable, Cloneable, StructuredPojo
A pointer to the dataset that underlies this table. Currently, this can only be an Glue table.
Constructor and Description |
---|
TableReference() |
Modifier and Type | Method and Description |
---|---|
TableReference |
clone() |
boolean |
equals(Object obj) |
GlueTableReference |
getGlue()
If present, a reference to the Glue table referred to by this table reference.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGlue(GlueTableReference glue)
If present, a reference to the Glue table referred to by this table reference.
|
String |
toString()
Returns a string representation of this object.
|
TableReference |
withGlue(GlueTableReference glue)
If present, a reference to the Glue table referred to by this table reference.
|
public void setGlue(GlueTableReference glue)
If present, a reference to the Glue table referred to by this table reference.
glue
- If present, a reference to the Glue table referred to by this table reference.public GlueTableReference getGlue()
If present, a reference to the Glue table referred to by this table reference.
public TableReference withGlue(GlueTableReference glue)
If present, a reference to the Glue table referred to by this table reference.
glue
- If present, a reference to the Glue table referred to by this table reference.public String toString()
toString
in class Object
Object.toString()
public TableReference clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.