@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Table extends Object implements Serializable, Cloneable, StructuredPojo
The details for the data export table.
| Constructor and Description |
|---|
Table() |
| Modifier and Type | Method and Description |
|---|---|
Table |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description for the table.
|
String |
getTableName()
The name of the table.
|
List<TablePropertyDescription> |
getTableProperties()
The properties for the table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDescription(String description)
The description for the table.
|
void |
setTableName(String tableName)
The name of the table.
|
void |
setTableProperties(Collection<TablePropertyDescription> tableProperties)
The properties for the table.
|
String |
toString()
Returns a string representation of this object.
|
Table |
withDescription(String description)
The description for the table.
|
Table |
withTableName(String tableName)
The name of the table.
|
Table |
withTableProperties(Collection<TablePropertyDescription> tableProperties)
The properties for the table.
|
Table |
withTableProperties(TablePropertyDescription... tableProperties)
The properties for the table.
|
public void setDescription(String description)
The description for the table.
description - The description for the table.public String getDescription()
The description for the table.
public Table withDescription(String description)
The description for the table.
description - The description for 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 List<TablePropertyDescription> getTableProperties()
The properties for the table.
public void setTableProperties(Collection<TablePropertyDescription> tableProperties)
The properties for the table.
tableProperties - The properties for the table.public Table withTableProperties(TablePropertyDescription... tableProperties)
The properties for the table.
NOTE: This method appends the values to the existing list (if any). Use
setTableProperties(java.util.Collection) or withTableProperties(java.util.Collection) if you
want to override the existing values.
tableProperties - The properties for the table.public Table withTableProperties(Collection<TablePropertyDescription> tableProperties)
The properties for the table.
tableProperties - The properties for 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.