/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The aggregated field wells of a word cloud.See Also:
AWS
* API Reference
The group by field well of a word cloud. Values are grouped by group by * fields.
*/ inline const Aws::VectorThe group by field well of a word cloud. Values are grouped by group by * fields.
*/ inline bool GroupByHasBeenSet() const { return m_groupByHasBeenSet; } /** *The group by field well of a word cloud. Values are grouped by group by * fields.
*/ inline void SetGroupBy(const Aws::VectorThe group by field well of a word cloud. Values are grouped by group by * fields.
*/ inline void SetGroupBy(Aws::VectorThe group by field well of a word cloud. Values are grouped by group by * fields.
*/ inline WordCloudAggregatedFieldWells& WithGroupBy(const Aws::VectorThe group by field well of a word cloud. Values are grouped by group by * fields.
*/ inline WordCloudAggregatedFieldWells& WithGroupBy(Aws::VectorThe group by field well of a word cloud. Values are grouped by group by * fields.
*/ inline WordCloudAggregatedFieldWells& AddGroupBy(const DimensionField& value) { m_groupByHasBeenSet = true; m_groupBy.push_back(value); return *this; } /** *The group by field well of a word cloud. Values are grouped by group by * fields.
*/ inline WordCloudAggregatedFieldWells& AddGroupBy(DimensionField&& value) { m_groupByHasBeenSet = true; m_groupBy.push_back(std::move(value)); return *this; } /** *The size field well of a word cloud. Values are aggregated based on group by * fields.
*/ inline const Aws::VectorThe size field well of a word cloud. Values are aggregated based on group by * fields.
*/ inline bool SizeHasBeenSet() const { return m_sizeHasBeenSet; } /** *The size field well of a word cloud. Values are aggregated based on group by * fields.
*/ inline void SetSize(const Aws::VectorThe size field well of a word cloud. Values are aggregated based on group by * fields.
*/ inline void SetSize(Aws::VectorThe size field well of a word cloud. Values are aggregated based on group by * fields.
*/ inline WordCloudAggregatedFieldWells& WithSize(const Aws::VectorThe size field well of a word cloud. Values are aggregated based on group by * fields.
*/ inline WordCloudAggregatedFieldWells& WithSize(Aws::VectorThe size field well of a word cloud. Values are aggregated based on group by * fields.
*/ inline WordCloudAggregatedFieldWells& AddSize(const MeasureField& value) { m_sizeHasBeenSet = true; m_size.push_back(value); return *this; } /** *The size field well of a word cloud. Values are aggregated based on group by * fields.
*/ inline WordCloudAggregatedFieldWells& AddSize(MeasureField&& value) { m_sizeHasBeenSet = true; m_size.push_back(std::move(value)); return *this; } private: Aws::Vector