@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Table extends Object implements Serializable, Cloneable, StructuredPojo
An object representing the properties of a table in a workbook.
| Constructor and Description | 
|---|
| Table() | 
| Modifier and Type | Method and Description | 
|---|---|
| Table | clone() | 
| boolean | equals(Object obj) | 
| String | getTableId()
 The id of the table. | 
| String | getTableName()
 The name of the table. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setTableId(String tableId)
 The id of the table. | 
| void | setTableName(String tableName)
 The name of the table. | 
| String | toString()Returns a string representation of this object. | 
| Table | withTableId(String tableId)
 The id of the table. | 
| Table | withTableName(String tableName)
 The name of the table. | 
public void setTableId(String tableId)
The id of the table.
tableId - The id of the table.public String getTableId()
The id of the table.
public Table withTableId(String tableId)
The id of the table.
tableId - The id of the table.public void setTableName(String tableName)
The name of the table.
tableName - The name of the table.public String getTableName()
The name of the table.
public Table withTableName(String tableName)
The name of the table.
tableName - The name of the table.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.