7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/model/DimensionField.h>
10#include <aws/quicksight/model/MeasureField.h>
49 template<
typename GroupByT = Aws::Vector<DimensionField>>
50 void SetGroupBy(GroupByT&& value) { m_groupByHasBeenSet =
true; m_groupBy = std::forward<GroupByT>(value); }
51 template<
typename GroupByT = Aws::Vector<DimensionField>>
53 template<
typename GroupByT = DimensionField>
64 template<
typename SizeT = Aws::Vector<MeasureField>>
65 void SetSize(SizeT&& value) { m_sizeHasBeenSet =
true; m_size = std::forward<SizeT>(value); }
66 template<
typename SizeT = Aws::Vector<MeasureField>>
68 template<
typename SizeT = MeasureField>
74 bool m_groupByHasBeenSet =
false;
77 bool m_sizeHasBeenSet =
false;
WordCloudAggregatedFieldWells & WithSize(SizeT &&value)
const Aws::Vector< MeasureField > & GetSize() const
bool GroupByHasBeenSet() const
WordCloudAggregatedFieldWells & AddGroupBy(GroupByT &&value)
void SetGroupBy(GroupByT &&value)
AWS_QUICKSIGHT_API WordCloudAggregatedFieldWells(Aws::Utils::Json::JsonView jsonValue)
WordCloudAggregatedFieldWells & AddSize(SizeT &&value)
void SetSize(SizeT &&value)
bool SizeHasBeenSet() const
AWS_QUICKSIGHT_API WordCloudAggregatedFieldWells()=default
WordCloudAggregatedFieldWells & WithGroupBy(GroupByT &&value)
AWS_QUICKSIGHT_API WordCloudAggregatedFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< DimensionField > & GetGroupBy() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue