@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) |
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)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.