@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TableFieldOptions extends Object implements Serializable, Cloneable, StructuredPojo
The field options of a table visual.
| Constructor and Description | 
|---|
| TableFieldOptions() | 
| Modifier and Type | Method and Description | 
|---|---|
| TableFieldOptions | clone() | 
| boolean | equals(Object obj) | 
| List<String> | getOrder()
 The order of the field IDs that are configured as field options for a table visual. | 
| TablePinnedFieldOptions | getPinnedFieldOptions()
 The settings for the pinned columns of a table visual. | 
| List<TableFieldOption> | getSelectedFieldOptions()
 The field options to be configured to a table. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setOrder(Collection<String> order)
 The order of the field IDs that are configured as field options for a table visual. | 
| void | setPinnedFieldOptions(TablePinnedFieldOptions pinnedFieldOptions)
 The settings for the pinned columns of a table visual. | 
| void | setSelectedFieldOptions(Collection<TableFieldOption> selectedFieldOptions)
 The field options to be configured to a table. | 
| String | toString()Returns a string representation of this object. | 
| TableFieldOptions | withOrder(Collection<String> order)
 The order of the field IDs that are configured as field options for a table visual. | 
| TableFieldOptions | withOrder(String... order)
 The order of the field IDs that are configured as field options for a table visual. | 
| TableFieldOptions | withPinnedFieldOptions(TablePinnedFieldOptions pinnedFieldOptions)
 The settings for the pinned columns of a table visual. | 
| TableFieldOptions | withSelectedFieldOptions(Collection<TableFieldOption> selectedFieldOptions)
 The field options to be configured to a table. | 
| TableFieldOptions | withSelectedFieldOptions(TableFieldOption... selectedFieldOptions)
 The field options to be configured to a table. | 
public List<TableFieldOption> getSelectedFieldOptions()
The field options to be configured to a table.
public void setSelectedFieldOptions(Collection<TableFieldOption> selectedFieldOptions)
The field options to be configured to a table.
selectedFieldOptions - The field options to be configured to a table.public TableFieldOptions withSelectedFieldOptions(TableFieldOption... selectedFieldOptions)
The field options to be configured to a table.
 NOTE: This method appends the values to the existing list (if any). Use
 setSelectedFieldOptions(java.util.Collection) or withSelectedFieldOptions(java.util.Collection)
 if you want to override the existing values.
 
selectedFieldOptions - The field options to be configured to a table.public TableFieldOptions withSelectedFieldOptions(Collection<TableFieldOption> selectedFieldOptions)
The field options to be configured to a table.
selectedFieldOptions - The field options to be configured to a table.public List<String> getOrder()
The order of the field IDs that are configured as field options for a table visual.
public void setOrder(Collection<String> order)
The order of the field IDs that are configured as field options for a table visual.
order - The order of the field IDs that are configured as field options for a table visual.public TableFieldOptions withOrder(String... order)
The order of the field IDs that are configured as field options for a table visual.
 NOTE: This method appends the values to the existing list (if any). Use
 setOrder(java.util.Collection) or withOrder(java.util.Collection) if you want to override the
 existing values.
 
order - The order of the field IDs that are configured as field options for a table visual.public TableFieldOptions withOrder(Collection<String> order)
The order of the field IDs that are configured as field options for a table visual.
order - The order of the field IDs that are configured as field options for a table visual.public void setPinnedFieldOptions(TablePinnedFieldOptions pinnedFieldOptions)
The settings for the pinned columns of a table visual.
pinnedFieldOptions - The settings for the pinned columns of a table visual.public TablePinnedFieldOptions getPinnedFieldOptions()
The settings for the pinned columns of a table visual.
public TableFieldOptions withPinnedFieldOptions(TablePinnedFieldOptions pinnedFieldOptions)
The settings for the pinned columns of a table visual.
pinnedFieldOptions - The settings for the pinned columns of a table visual.public String toString()
toString in class ObjectObject.toString()public TableFieldOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.