@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FieldSortOptions extends Object implements Serializable, Cloneable, StructuredPojo
The field sort options in a chart configuration.
Constructor and Description |
---|
FieldSortOptions() |
Modifier and Type | Method and Description |
---|---|
FieldSortOptions |
clone() |
boolean |
equals(Object obj) |
ColumnSort |
getColumnSort()
The sort configuration for a column that is not used in a field well.
|
FieldSort |
getFieldSort()
The sort configuration for a field in a field well.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setColumnSort(ColumnSort columnSort)
The sort configuration for a column that is not used in a field well.
|
void |
setFieldSort(FieldSort fieldSort)
The sort configuration for a field in a field well.
|
String |
toString()
Returns a string representation of this object.
|
FieldSortOptions |
withColumnSort(ColumnSort columnSort)
The sort configuration for a column that is not used in a field well.
|
FieldSortOptions |
withFieldSort(FieldSort fieldSort)
The sort configuration for a field in a field well.
|
public void setFieldSort(FieldSort fieldSort)
The sort configuration for a field in a field well.
fieldSort
- The sort configuration for a field in a field well.public FieldSort getFieldSort()
The sort configuration for a field in a field well.
public FieldSortOptions withFieldSort(FieldSort fieldSort)
The sort configuration for a field in a field well.
fieldSort
- The sort configuration for a field in a field well.public void setColumnSort(ColumnSort columnSort)
The sort configuration for a column that is not used in a field well.
columnSort
- The sort configuration for a column that is not used in a field well.public ColumnSort getColumnSort()
The sort configuration for a column that is not used in a field well.
public FieldSortOptions withColumnSort(ColumnSort columnSort)
The sort configuration for a column that is not used in a field well.
columnSort
- The sort configuration for a column that is not used in a field well.public String toString()
toString
in class Object
Object.toString()
public FieldSortOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.