@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ComboChartSortConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
 The sort configuration of a ComboChartVisual.
 
| Constructor and Description | 
|---|
ComboChartSortConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
ComboChartSortConfiguration | 
clone()  | 
boolean | 
equals(Object obj)  | 
ItemsLimitConfiguration | 
getCategoryItemsLimit()
 The item limit configuration for the category field well of a combo chart. 
 | 
List<FieldSortOptions> | 
getCategorySort()
 The sort configuration of the category field well in a combo chart. 
 | 
ItemsLimitConfiguration | 
getColorItemsLimit()
 The item limit configuration of the color field well in a combo chart. 
 | 
List<FieldSortOptions> | 
getColorSort()
 The sort configuration of the color field well in a combo chart. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
 The item limit configuration for the category field well of a combo chart. 
 | 
void | 
setCategorySort(Collection<FieldSortOptions> categorySort)
 The sort configuration of the category field well in a combo chart. 
 | 
void | 
setColorItemsLimit(ItemsLimitConfiguration colorItemsLimit)
 The item limit configuration of the color field well in a combo chart. 
 | 
void | 
setColorSort(Collection<FieldSortOptions> colorSort)
 The sort configuration of the color field well in a combo chart. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ComboChartSortConfiguration | 
withCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
 The item limit configuration for the category field well of a combo chart. 
 | 
ComboChartSortConfiguration | 
withCategorySort(Collection<FieldSortOptions> categorySort)
 The sort configuration of the category field well in a combo chart. 
 | 
ComboChartSortConfiguration | 
withCategorySort(FieldSortOptions... categorySort)
 The sort configuration of the category field well in a combo chart. 
 | 
ComboChartSortConfiguration | 
withColorItemsLimit(ItemsLimitConfiguration colorItemsLimit)
 The item limit configuration of the color field well in a combo chart. 
 | 
ComboChartSortConfiguration | 
withColorSort(Collection<FieldSortOptions> colorSort)
 The sort configuration of the color field well in a combo chart. 
 | 
ComboChartSortConfiguration | 
withColorSort(FieldSortOptions... colorSort)
 The sort configuration of the color field well in a combo chart. 
 | 
public List<FieldSortOptions> getCategorySort()
The sort configuration of the category field well in a combo chart.
public void setCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category field well in a combo chart.
categorySort - The sort configuration of the category field well in a combo chart.public ComboChartSortConfiguration withCategorySort(FieldSortOptions... categorySort)
The sort configuration of the category field well in a combo chart.
 NOTE: This method appends the values to the existing list (if any). Use
 setCategorySort(java.util.Collection) or withCategorySort(java.util.Collection) if you want to
 override the existing values.
 
categorySort - The sort configuration of the category field well in a combo chart.public ComboChartSortConfiguration withCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category field well in a combo chart.
categorySort - The sort configuration of the category field well in a combo chart.public void setCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The item limit configuration for the category field well of a combo chart.
categoryItemsLimit - The item limit configuration for the category field well of a combo chart.public ItemsLimitConfiguration getCategoryItemsLimit()
The item limit configuration for the category field well of a combo chart.
public ComboChartSortConfiguration withCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The item limit configuration for the category field well of a combo chart.
categoryItemsLimit - The item limit configuration for the category field well of a combo chart.public List<FieldSortOptions> getColorSort()
The sort configuration of the color field well in a combo chart.
public void setColorSort(Collection<FieldSortOptions> colorSort)
The sort configuration of the color field well in a combo chart.
colorSort - The sort configuration of the color field well in a combo chart.public ComboChartSortConfiguration withColorSort(FieldSortOptions... colorSort)
The sort configuration of the color field well in a combo chart.
 NOTE: This method appends the values to the existing list (if any). Use
 setColorSort(java.util.Collection) or withColorSort(java.util.Collection) if you want to
 override the existing values.
 
colorSort - The sort configuration of the color field well in a combo chart.public ComboChartSortConfiguration withColorSort(Collection<FieldSortOptions> colorSort)
The sort configuration of the color field well in a combo chart.
colorSort - The sort configuration of the color field well in a combo chart.public void setColorItemsLimit(ItemsLimitConfiguration colorItemsLimit)
The item limit configuration of the color field well in a combo chart.
colorItemsLimit - The item limit configuration of the color field well in a combo chart.public ItemsLimitConfiguration getColorItemsLimit()
The item limit configuration of the color field well in a combo chart.
public ComboChartSortConfiguration withColorItemsLimit(ItemsLimitConfiguration colorItemsLimit)
The item limit configuration of the color field well in a combo chart.
colorItemsLimit - The item limit configuration of the color field well in a combo chart.public String toString()
toString in class ObjectObject.toString()public ComboChartSortConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.