@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TreeMapAggregatedFieldWells extends Object implements Serializable, Cloneable, StructuredPojo
Aggregated field wells of a tree map.
Constructor and Description |
---|
TreeMapAggregatedFieldWells() |
Modifier and Type | Method and Description |
---|---|
TreeMapAggregatedFieldWells |
clone() |
boolean |
equals(Object obj) |
List<MeasureField> |
getColors()
The color field well of a tree map.
|
List<DimensionField> |
getGroups()
The group by field well of a tree map.
|
List<MeasureField> |
getSizes()
The size field well of a tree map.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setColors(Collection<MeasureField> colors)
The color field well of a tree map.
|
void |
setGroups(Collection<DimensionField> groups)
The group by field well of a tree map.
|
void |
setSizes(Collection<MeasureField> sizes)
The size field well of a tree map.
|
String |
toString()
Returns a string representation of this object.
|
TreeMapAggregatedFieldWells |
withColors(Collection<MeasureField> colors)
The color field well of a tree map.
|
TreeMapAggregatedFieldWells |
withColors(MeasureField... colors)
The color field well of a tree map.
|
TreeMapAggregatedFieldWells |
withGroups(Collection<DimensionField> groups)
The group by field well of a tree map.
|
TreeMapAggregatedFieldWells |
withGroups(DimensionField... groups)
The group by field well of a tree map.
|
TreeMapAggregatedFieldWells |
withSizes(Collection<MeasureField> sizes)
The size field well of a tree map.
|
TreeMapAggregatedFieldWells |
withSizes(MeasureField... sizes)
The size field well of a tree map.
|
public List<DimensionField> getGroups()
The group by field well of a tree map. Values are grouped based on group by fields.
public void setGroups(Collection<DimensionField> groups)
The group by field well of a tree map. Values are grouped based on group by fields.
groups
- The group by field well of a tree map. Values are grouped based on group by fields.public TreeMapAggregatedFieldWells withGroups(DimensionField... groups)
The group by field well of a tree map. Values are grouped based on group by fields.
NOTE: This method appends the values to the existing list (if any). Use
setGroups(java.util.Collection)
or withGroups(java.util.Collection)
if you want to override the
existing values.
groups
- The group by field well of a tree map. Values are grouped based on group by fields.public TreeMapAggregatedFieldWells withGroups(Collection<DimensionField> groups)
The group by field well of a tree map. Values are grouped based on group by fields.
groups
- The group by field well of a tree map. Values are grouped based on group by fields.public List<MeasureField> getSizes()
The size field well of a tree map. Values are aggregated based on group by fields.
public void setSizes(Collection<MeasureField> sizes)
The size field well of a tree map. Values are aggregated based on group by fields.
sizes
- The size field well of a tree map. Values are aggregated based on group by fields.public TreeMapAggregatedFieldWells withSizes(MeasureField... sizes)
The size field well of a tree map. Values are aggregated based on group by fields.
NOTE: This method appends the values to the existing list (if any). Use
setSizes(java.util.Collection)
or withSizes(java.util.Collection)
if you want to override the
existing values.
sizes
- The size field well of a tree map. Values are aggregated based on group by fields.public TreeMapAggregatedFieldWells withSizes(Collection<MeasureField> sizes)
The size field well of a tree map. Values are aggregated based on group by fields.
sizes
- The size field well of a tree map. Values are aggregated based on group by fields.public List<MeasureField> getColors()
The color field well of a tree map. Values are grouped by aggregations based on group by fields.
public void setColors(Collection<MeasureField> colors)
The color field well of a tree map. Values are grouped by aggregations based on group by fields.
colors
- The color field well of a tree map. Values are grouped by aggregations based on group by fields.public TreeMapAggregatedFieldWells withColors(MeasureField... colors)
The color field well of a tree map. Values are grouped by aggregations based on group by fields.
NOTE: This method appends the values to the existing list (if any). Use
setColors(java.util.Collection)
or withColors(java.util.Collection)
if you want to override the
existing values.
colors
- The color field well of a tree map. Values are grouped by aggregations based on group by fields.public TreeMapAggregatedFieldWells withColors(Collection<MeasureField> colors)
The color field well of a tree map. Values are grouped by aggregations based on group by fields.
colors
- The color field well of a tree map. Values are grouped by aggregations based on group by fields.public String toString()
toString
in class Object
Object.toString()
public TreeMapAggregatedFieldWells clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.