AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
RadarChartAggregatedFieldWells.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace QuickSight
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_QUICKSIGHT_API RadarChartAggregatedFieldWells() = default;
40 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const Aws::Vector<DimensionField>& GetCategory() const { return m_category; }
48 inline bool CategoryHasBeenSet() const { return m_categoryHasBeenSet; }
49 template<typename CategoryT = Aws::Vector<DimensionField>>
50 void SetCategory(CategoryT&& value) { m_categoryHasBeenSet = true; m_category = std::forward<CategoryT>(value); }
51 template<typename CategoryT = Aws::Vector<DimensionField>>
52 RadarChartAggregatedFieldWells& WithCategory(CategoryT&& value) { SetCategory(std::forward<CategoryT>(value)); return *this;}
53 template<typename CategoryT = DimensionField>
54 RadarChartAggregatedFieldWells& AddCategory(CategoryT&& value) { m_categoryHasBeenSet = true; m_category.emplace_back(std::forward<CategoryT>(value)); return *this; }
56
58
62 inline const Aws::Vector<DimensionField>& GetColor() const { return m_color; }
63 inline bool ColorHasBeenSet() const { return m_colorHasBeenSet; }
64 template<typename ColorT = Aws::Vector<DimensionField>>
65 void SetColor(ColorT&& value) { m_colorHasBeenSet = true; m_color = std::forward<ColorT>(value); }
66 template<typename ColorT = Aws::Vector<DimensionField>>
67 RadarChartAggregatedFieldWells& WithColor(ColorT&& value) { SetColor(std::forward<ColorT>(value)); return *this;}
68 template<typename ColorT = DimensionField>
69 RadarChartAggregatedFieldWells& AddColor(ColorT&& value) { m_colorHasBeenSet = true; m_color.emplace_back(std::forward<ColorT>(value)); return *this; }
71
73
77 inline const Aws::Vector<MeasureField>& GetValues() const { return m_values; }
78 inline bool ValuesHasBeenSet() const { return m_valuesHasBeenSet; }
79 template<typename ValuesT = Aws::Vector<MeasureField>>
80 void SetValues(ValuesT&& value) { m_valuesHasBeenSet = true; m_values = std::forward<ValuesT>(value); }
81 template<typename ValuesT = Aws::Vector<MeasureField>>
82 RadarChartAggregatedFieldWells& WithValues(ValuesT&& value) { SetValues(std::forward<ValuesT>(value)); return *this;}
83 template<typename ValuesT = MeasureField>
84 RadarChartAggregatedFieldWells& AddValues(ValuesT&& value) { m_valuesHasBeenSet = true; m_values.emplace_back(std::forward<ValuesT>(value)); return *this; }
86 private:
87
89 bool m_categoryHasBeenSet = false;
90
92 bool m_colorHasBeenSet = false;
93
95 bool m_valuesHasBeenSet = false;
96 };
97
98} // namespace Model
99} // namespace QuickSight
100} // 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