AWS SDK for C++

AWS SDK for C++ Version 1.11.754

Loading...
Searching...
No Matches
RadarChartAggregatedFieldWells.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/DimensionField.h>
10#include <aws/quicksight/model/MeasureField.h>
11
12#include <utility>
13
14namespace Aws {
15namespace Utils {
16namespace Json {
17class JsonValue;
18class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace QuickSight {
22namespace Model {
23
31 public:
32 AWS_QUICKSIGHT_API RadarChartAggregatedFieldWells() = default;
35 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
41 inline const Aws::Vector<DimensionField>& GetCategory() const { return m_category; }
42 inline bool CategoryHasBeenSet() const { return m_categoryHasBeenSet; }
43 template <typename CategoryT = Aws::Vector<DimensionField>>
44 void SetCategory(CategoryT&& value) {
45 m_categoryHasBeenSet = true;
46 m_category = std::forward<CategoryT>(value);
47 }
48 template <typename CategoryT = Aws::Vector<DimensionField>>
50 SetCategory(std::forward<CategoryT>(value));
51 return *this;
52 }
53 template <typename CategoryT = DimensionField>
55 m_categoryHasBeenSet = true;
56 m_category.emplace_back(std::forward<CategoryT>(value));
57 return *this;
58 }
60
62
66 inline const Aws::Vector<DimensionField>& GetColor() const { return m_color; }
67 inline bool ColorHasBeenSet() const { return m_colorHasBeenSet; }
68 template <typename ColorT = Aws::Vector<DimensionField>>
69 void SetColor(ColorT&& value) {
70 m_colorHasBeenSet = true;
71 m_color = std::forward<ColorT>(value);
72 }
73 template <typename ColorT = Aws::Vector<DimensionField>>
75 SetColor(std::forward<ColorT>(value));
76 return *this;
77 }
78 template <typename ColorT = DimensionField>
80 m_colorHasBeenSet = true;
81 m_color.emplace_back(std::forward<ColorT>(value));
82 return *this;
83 }
85
87
91 inline const Aws::Vector<MeasureField>& GetValues() const { return m_values; }
92 inline bool ValuesHasBeenSet() const { return m_valuesHasBeenSet; }
93 template <typename ValuesT = Aws::Vector<MeasureField>>
94 void SetValues(ValuesT&& value) {
95 m_valuesHasBeenSet = true;
96 m_values = std::forward<ValuesT>(value);
97 }
98 template <typename ValuesT = Aws::Vector<MeasureField>>
100 SetValues(std::forward<ValuesT>(value));
101 return *this;
102 }
103 template <typename ValuesT = MeasureField>
105 m_valuesHasBeenSet = true;
106 m_values.emplace_back(std::forward<ValuesT>(value));
107 return *this;
108 }
110 private:
112
114
116 bool m_categoryHasBeenSet = false;
117 bool m_colorHasBeenSet = false;
118 bool m_valuesHasBeenSet = false;
119};
120
121} // namespace Model
122} // namespace QuickSight
123} // namespace Aws
AWS_QUICKSIGHT_API RadarChartAggregatedFieldWells()=default
const Aws::Vector< DimensionField > & GetCategory() const
RadarChartAggregatedFieldWells & WithColor(ColorT &&value)
RadarChartAggregatedFieldWells & AddColor(ColorT &&value)
RadarChartAggregatedFieldWells & WithCategory(CategoryT &&value)
RadarChartAggregatedFieldWells & AddValues(ValuesT &&value)
AWS_QUICKSIGHT_API RadarChartAggregatedFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API RadarChartAggregatedFieldWells(Aws::Utils::Json::JsonView jsonValue)
RadarChartAggregatedFieldWells & AddCategory(CategoryT &&value)
RadarChartAggregatedFieldWells & WithValues(ValuesT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue