@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TreeMapSortConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The sort configuration of a tree map.
| Constructor and Description | 
|---|
TreeMapSortConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
TreeMapSortConfiguration | 
clone()  | 
boolean | 
equals(Object obj)  | 
ItemsLimitConfiguration | 
getTreeMapGroupItemsLimitConfiguration()
 The limit on the number of groups that are displayed. 
 | 
List<FieldSortOptions> | 
getTreeMapSort()
 The sort configuration of group by fields. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setTreeMapGroupItemsLimitConfiguration(ItemsLimitConfiguration treeMapGroupItemsLimitConfiguration)
 The limit on the number of groups that are displayed. 
 | 
void | 
setTreeMapSort(Collection<FieldSortOptions> treeMapSort)
 The sort configuration of group by fields. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
TreeMapSortConfiguration | 
withTreeMapGroupItemsLimitConfiguration(ItemsLimitConfiguration treeMapGroupItemsLimitConfiguration)
 The limit on the number of groups that are displayed. 
 | 
TreeMapSortConfiguration | 
withTreeMapSort(Collection<FieldSortOptions> treeMapSort)
 The sort configuration of group by fields. 
 | 
TreeMapSortConfiguration | 
withTreeMapSort(FieldSortOptions... treeMapSort)
 The sort configuration of group by fields. 
 | 
public List<FieldSortOptions> getTreeMapSort()
The sort configuration of group by fields.
public void setTreeMapSort(Collection<FieldSortOptions> treeMapSort)
The sort configuration of group by fields.
treeMapSort - The sort configuration of group by fields.public TreeMapSortConfiguration withTreeMapSort(FieldSortOptions... treeMapSort)
The sort configuration of group by fields.
 NOTE: This method appends the values to the existing list (if any). Use
 setTreeMapSort(java.util.Collection) or withTreeMapSort(java.util.Collection) if you want to
 override the existing values.
 
treeMapSort - The sort configuration of group by fields.public TreeMapSortConfiguration withTreeMapSort(Collection<FieldSortOptions> treeMapSort)
The sort configuration of group by fields.
treeMapSort - The sort configuration of group by fields.public void setTreeMapGroupItemsLimitConfiguration(ItemsLimitConfiguration treeMapGroupItemsLimitConfiguration)
The limit on the number of groups that are displayed.
treeMapGroupItemsLimitConfiguration - The limit on the number of groups that are displayed.public ItemsLimitConfiguration getTreeMapGroupItemsLimitConfiguration()
The limit on the number of groups that are displayed.
public TreeMapSortConfiguration withTreeMapGroupItemsLimitConfiguration(ItemsLimitConfiguration treeMapGroupItemsLimitConfiguration)
The limit on the number of groups that are displayed.
treeMapGroupItemsLimitConfiguration - The limit on the number of groups that are displayed.public String toString()
toString in class ObjectObject.toString()public TreeMapSortConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.