@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TableFieldOptions extends Object implements Serializable, Cloneable, StructuredPojo
The field options for 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 field IDs of the field options for a table visual.
|
List<TableFieldOption> |
getSelectedFieldOptions()
The selected field options for the table field options.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOrder(Collection<String> order)
The order of field IDs of the field options for a table visual.
|
void |
setSelectedFieldOptions(Collection<TableFieldOption> selectedFieldOptions)
The selected field options for the table field options.
|
String |
toString()
Returns a string representation of this object.
|
TableFieldOptions |
withOrder(Collection<String> order)
The order of field IDs of the field options for a table visual.
|
TableFieldOptions |
withOrder(String... order)
The order of field IDs of the field options for a table visual.
|
TableFieldOptions |
withSelectedFieldOptions(Collection<TableFieldOption> selectedFieldOptions)
The selected field options for the table field options.
|
TableFieldOptions |
withSelectedFieldOptions(TableFieldOption... selectedFieldOptions)
The selected field options for the table field options.
|
public List<TableFieldOption> getSelectedFieldOptions()
The selected field options for the table field options.
public void setSelectedFieldOptions(Collection<TableFieldOption> selectedFieldOptions)
The selected field options for the table field options.
selectedFieldOptions
- The selected field options for the table field options.public TableFieldOptions withSelectedFieldOptions(TableFieldOption... selectedFieldOptions)
The selected field options for the table field options.
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 selected field options for the table field options.public TableFieldOptions withSelectedFieldOptions(Collection<TableFieldOption> selectedFieldOptions)
The selected field options for the table field options.
selectedFieldOptions
- The selected field options for the table field options.public List<String> getOrder()
The order of field IDs of the field options for a table visual.
public void setOrder(Collection<String> order)
The order of field IDs of the field options for a table visual.
order
- The order of field IDs of the field options for a table visual.public TableFieldOptions withOrder(String... order)
The order of field IDs of the 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 field IDs of the field options for a table visual.public TableFieldOptions withOrder(Collection<String> order)
The order of field IDs of the field options for a table visual.
order
- The order of field IDs of the field options for a table visual.public String toString()
toString
in class Object
Object.toString()
public TableFieldOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.