@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WordCloudAggregatedFieldWells extends Object implements Serializable, Cloneable, StructuredPojo
The aggregated field wells of a word cloud.
Constructor and Description |
---|
WordCloudAggregatedFieldWells() |
Modifier and Type | Method and Description |
---|---|
WordCloudAggregatedFieldWells |
clone() |
boolean |
equals(Object obj) |
List<DimensionField> |
getGroupBy()
The group by field well of a word cloud.
|
List<MeasureField> |
getSize()
The size field well of a word cloud.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setGroupBy(Collection<DimensionField> groupBy)
The group by field well of a word cloud.
|
void |
setSize(Collection<MeasureField> size)
The size field well of a word cloud.
|
String |
toString()
Returns a string representation of this object.
|
WordCloudAggregatedFieldWells |
withGroupBy(Collection<DimensionField> groupBy)
The group by field well of a word cloud.
|
WordCloudAggregatedFieldWells |
withGroupBy(DimensionField... groupBy)
The group by field well of a word cloud.
|
WordCloudAggregatedFieldWells |
withSize(Collection<MeasureField> size)
The size field well of a word cloud.
|
WordCloudAggregatedFieldWells |
withSize(MeasureField... size)
The size field well of a word cloud.
|
public List<DimensionField> getGroupBy()
The group by field well of a word cloud. Values are grouped by group by fields.
public void setGroupBy(Collection<DimensionField> groupBy)
The group by field well of a word cloud. Values are grouped by group by fields.
groupBy
- The group by field well of a word cloud. Values are grouped by group by fields.public WordCloudAggregatedFieldWells withGroupBy(DimensionField... groupBy)
The group by field well of a word cloud. Values are grouped by group by fields.
NOTE: This method appends the values to the existing list (if any). Use
setGroupBy(java.util.Collection)
or withGroupBy(java.util.Collection)
if you want to override
the existing values.
groupBy
- The group by field well of a word cloud. Values are grouped by group by fields.public WordCloudAggregatedFieldWells withGroupBy(Collection<DimensionField> groupBy)
The group by field well of a word cloud. Values are grouped by group by fields.
groupBy
- The group by field well of a word cloud. Values are grouped by group by fields.public List<MeasureField> getSize()
The size field well of a word cloud. Values are aggregated based on group by fields.
public void setSize(Collection<MeasureField> size)
The size field well of a word cloud. Values are aggregated based on group by fields.
size
- The size field well of a word cloud. Values are aggregated based on group by fields.public WordCloudAggregatedFieldWells withSize(MeasureField... size)
The size field well of a word cloud. Values are aggregated based on group by fields.
NOTE: This method appends the values to the existing list (if any). Use
setSize(java.util.Collection)
or withSize(java.util.Collection)
if you want to override the
existing values.
size
- The size field well of a word cloud. Values are aggregated based on group by fields.public WordCloudAggregatedFieldWells withSize(Collection<MeasureField> size)
The size field well of a word cloud. Values are aggregated based on group by fields.
size
- The size field well of a word cloud. Values are aggregated based on group by fields.public String toString()
toString
in class Object
Object.toString()
public WordCloudAggregatedFieldWells clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.