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 GroupsT = Aws::Vector<DimensionField>>
50 void SetGroups(GroupsT&& value) { m_groupsHasBeenSet =
true; m_groups = std::forward<GroupsT>(value); }
51 template<
typename GroupsT = Aws::Vector<DimensionField>>
53 template<
typename GroupsT = DimensionField>
64 template<
typename SizesT = Aws::Vector<MeasureField>>
65 void SetSizes(SizesT&& value) { m_sizesHasBeenSet =
true; m_sizes = std::forward<SizesT>(value); }
66 template<
typename SizesT = Aws::Vector<MeasureField>>
68 template<
typename SizesT = MeasureField>
79 template<
typename ColorsT = Aws::Vector<MeasureField>>
80 void SetColors(ColorsT&& value) { m_colorsHasBeenSet =
true; m_colors = std::forward<ColorsT>(value); }
81 template<
typename ColorsT = Aws::Vector<MeasureField>>
83 template<
typename ColorsT = MeasureField>
89 bool m_groupsHasBeenSet =
false;
92 bool m_sizesHasBeenSet =
false;
95 bool m_colorsHasBeenSet =
false;
AWS_QUICKSIGHT_API TreeMapAggregatedFieldWells()=default
AWS_QUICKSIGHT_API TreeMapAggregatedFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< DimensionField > & GetGroups() const
bool ColorsHasBeenSet() const
void SetColors(ColorsT &&value)
TreeMapAggregatedFieldWells & AddColors(ColorsT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool GroupsHasBeenSet() const
void SetSizes(SizesT &&value)
TreeMapAggregatedFieldWells & WithGroups(GroupsT &&value)
const Aws::Vector< MeasureField > & GetColors() const
void SetGroups(GroupsT &&value)
TreeMapAggregatedFieldWells & WithColors(ColorsT &&value)
AWS_QUICKSIGHT_API TreeMapAggregatedFieldWells(Aws::Utils::Json::JsonView jsonValue)
TreeMapAggregatedFieldWells & WithSizes(SizesT &&value)
bool SizesHasBeenSet() const
const Aws::Vector< MeasureField > & GetSizes() const
TreeMapAggregatedFieldWells & AddSizes(SizesT &&value)
TreeMapAggregatedFieldWells & AddGroups(GroupsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue