@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TablePinnedFieldOptions extends Object implements Serializable, Cloneable, StructuredPojo
The settings for the pinned columns of a table visual.
Constructor and Description |
---|
TablePinnedFieldOptions() |
Modifier and Type | Method and Description |
---|---|
TablePinnedFieldOptions |
clone() |
boolean |
equals(Object obj) |
List<String> |
getPinnedLeftFields()
A list of columns to be pinned to the left of a table visual.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPinnedLeftFields(Collection<String> pinnedLeftFields)
A list of columns to be pinned to the left of a table visual.
|
String |
toString()
Returns a string representation of this object.
|
TablePinnedFieldOptions |
withPinnedLeftFields(Collection<String> pinnedLeftFields)
A list of columns to be pinned to the left of a table visual.
|
TablePinnedFieldOptions |
withPinnedLeftFields(String... pinnedLeftFields)
A list of columns to be pinned to the left of a table visual.
|
public List<String> getPinnedLeftFields()
A list of columns to be pinned to the left of a table visual.
public void setPinnedLeftFields(Collection<String> pinnedLeftFields)
A list of columns to be pinned to the left of a table visual.
pinnedLeftFields
- A list of columns to be pinned to the left of a table visual.public TablePinnedFieldOptions withPinnedLeftFields(String... pinnedLeftFields)
A list of columns to be pinned to the left of a table visual.
NOTE: This method appends the values to the existing list (if any). Use
setPinnedLeftFields(java.util.Collection)
or withPinnedLeftFields(java.util.Collection)
if you
want to override the existing values.
pinnedLeftFields
- A list of columns to be pinned to the left of a table visual.public TablePinnedFieldOptions withPinnedLeftFields(Collection<String> pinnedLeftFields)
A list of columns to be pinned to the left of a table visual.
pinnedLeftFields
- A list of columns to be pinned to the left of a table visual.public String toString()
toString
in class Object
Object.toString()
public TablePinnedFieldOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.