@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HeatMapSortConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The sort configuration of a heat map.
| Constructor and Description | 
|---|
| HeatMapSortConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| HeatMapSortConfiguration | clone() | 
| boolean | equals(Object obj) | 
| ItemsLimitConfiguration | getHeatMapColumnItemsLimitConfiguration()
 The limit on the number of columns that are displayed in a heat map. | 
| List<FieldSortOptions> | getHeatMapColumnSort()
 The column sort configuration for heat map for columns that aren't a part of a field well. | 
| ItemsLimitConfiguration | getHeatMapRowItemsLimitConfiguration()
 The limit on the number of rows that are displayed in a heat map. | 
| List<FieldSortOptions> | getHeatMapRowSort()
 The field sort configuration of the rows fields. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setHeatMapColumnItemsLimitConfiguration(ItemsLimitConfiguration heatMapColumnItemsLimitConfiguration)
 The limit on the number of columns that are displayed in a heat map. | 
| void | setHeatMapColumnSort(Collection<FieldSortOptions> heatMapColumnSort)
 The column sort configuration for heat map for columns that aren't a part of a field well. | 
| void | setHeatMapRowItemsLimitConfiguration(ItemsLimitConfiguration heatMapRowItemsLimitConfiguration)
 The limit on the number of rows that are displayed in a heat map. | 
| void | setHeatMapRowSort(Collection<FieldSortOptions> heatMapRowSort)
 The field sort configuration of the rows fields. | 
| String | toString()Returns a string representation of this object. | 
| HeatMapSortConfiguration | withHeatMapColumnItemsLimitConfiguration(ItemsLimitConfiguration heatMapColumnItemsLimitConfiguration)
 The limit on the number of columns that are displayed in a heat map. | 
| HeatMapSortConfiguration | withHeatMapColumnSort(Collection<FieldSortOptions> heatMapColumnSort)
 The column sort configuration for heat map for columns that aren't a part of a field well. | 
| HeatMapSortConfiguration | withHeatMapColumnSort(FieldSortOptions... heatMapColumnSort)
 The column sort configuration for heat map for columns that aren't a part of a field well. | 
| HeatMapSortConfiguration | withHeatMapRowItemsLimitConfiguration(ItemsLimitConfiguration heatMapRowItemsLimitConfiguration)
 The limit on the number of rows that are displayed in a heat map. | 
| HeatMapSortConfiguration | withHeatMapRowSort(Collection<FieldSortOptions> heatMapRowSort)
 The field sort configuration of the rows fields. | 
| HeatMapSortConfiguration | withHeatMapRowSort(FieldSortOptions... heatMapRowSort)
 The field sort configuration of the rows fields. | 
public List<FieldSortOptions> getHeatMapRowSort()
The field sort configuration of the rows fields.
public void setHeatMapRowSort(Collection<FieldSortOptions> heatMapRowSort)
The field sort configuration of the rows fields.
heatMapRowSort - The field sort configuration of the rows fields.public HeatMapSortConfiguration withHeatMapRowSort(FieldSortOptions... heatMapRowSort)
The field sort configuration of the rows fields.
 NOTE: This method appends the values to the existing list (if any). Use
 setHeatMapRowSort(java.util.Collection) or withHeatMapRowSort(java.util.Collection) if you want
 to override the existing values.
 
heatMapRowSort - The field sort configuration of the rows fields.public HeatMapSortConfiguration withHeatMapRowSort(Collection<FieldSortOptions> heatMapRowSort)
The field sort configuration of the rows fields.
heatMapRowSort - The field sort configuration of the rows fields.public List<FieldSortOptions> getHeatMapColumnSort()
The column sort configuration for heat map for columns that aren't a part of a field well.
public void setHeatMapColumnSort(Collection<FieldSortOptions> heatMapColumnSort)
The column sort configuration for heat map for columns that aren't a part of a field well.
heatMapColumnSort - The column sort configuration for heat map for columns that aren't a part of a field well.public HeatMapSortConfiguration withHeatMapColumnSort(FieldSortOptions... heatMapColumnSort)
The column sort configuration for heat map for columns that aren't a part of a field well.
 NOTE: This method appends the values to the existing list (if any). Use
 setHeatMapColumnSort(java.util.Collection) or withHeatMapColumnSort(java.util.Collection) if
 you want to override the existing values.
 
heatMapColumnSort - The column sort configuration for heat map for columns that aren't a part of a field well.public HeatMapSortConfiguration withHeatMapColumnSort(Collection<FieldSortOptions> heatMapColumnSort)
The column sort configuration for heat map for columns that aren't a part of a field well.
heatMapColumnSort - The column sort configuration for heat map for columns that aren't a part of a field well.public void setHeatMapRowItemsLimitConfiguration(ItemsLimitConfiguration heatMapRowItemsLimitConfiguration)
The limit on the number of rows that are displayed in a heat map.
heatMapRowItemsLimitConfiguration - The limit on the number of rows that are displayed in a heat map.public ItemsLimitConfiguration getHeatMapRowItemsLimitConfiguration()
The limit on the number of rows that are displayed in a heat map.
public HeatMapSortConfiguration withHeatMapRowItemsLimitConfiguration(ItemsLimitConfiguration heatMapRowItemsLimitConfiguration)
The limit on the number of rows that are displayed in a heat map.
heatMapRowItemsLimitConfiguration - The limit on the number of rows that are displayed in a heat map.public void setHeatMapColumnItemsLimitConfiguration(ItemsLimitConfiguration heatMapColumnItemsLimitConfiguration)
The limit on the number of columns that are displayed in a heat map.
heatMapColumnItemsLimitConfiguration - The limit on the number of columns that are displayed in a heat map.public ItemsLimitConfiguration getHeatMapColumnItemsLimitConfiguration()
The limit on the number of columns that are displayed in a heat map.
public HeatMapSortConfiguration withHeatMapColumnItemsLimitConfiguration(ItemsLimitConfiguration heatMapColumnItemsLimitConfiguration)
The limit on the number of columns that are displayed in a heat map.
heatMapColumnItemsLimitConfiguration - The limit on the number of columns that are displayed in a heat map.public String toString()
toString in class ObjectObject.toString()public HeatMapSortConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.