AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetCategory(const Aws::Vector<DimensionField>& value) { m_categoryHasBeenSet = true; m_category = value; }
50 inline void SetCategory(Aws::Vector<DimensionField>&& value) { m_categoryHasBeenSet = true; m_category = std::move(value); }
52 inline RadarChartAggregatedFieldWells& WithCategory(Aws::Vector<DimensionField>&& value) { SetCategory(std::move(value)); return *this;}
53 inline RadarChartAggregatedFieldWells& AddCategory(const DimensionField& value) { m_categoryHasBeenSet = true; m_category.push_back(value); return *this; }
54 inline RadarChartAggregatedFieldWells& AddCategory(DimensionField&& value) { m_categoryHasBeenSet = true; m_category.push_back(std::move(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 inline void SetColor(const Aws::Vector<DimensionField>& value) { m_colorHasBeenSet = true; m_color = value; }
65 inline void SetColor(Aws::Vector<DimensionField>&& value) { m_colorHasBeenSet = true; m_color = std::move(value); }
67 inline RadarChartAggregatedFieldWells& WithColor(Aws::Vector<DimensionField>&& value) { SetColor(std::move(value)); return *this;}
68 inline RadarChartAggregatedFieldWells& AddColor(const DimensionField& value) { m_colorHasBeenSet = true; m_color.push_back(value); return *this; }
69 inline RadarChartAggregatedFieldWells& AddColor(DimensionField&& value) { m_colorHasBeenSet = true; m_color.push_back(std::move(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 inline void SetValues(const Aws::Vector<MeasureField>& value) { m_valuesHasBeenSet = true; m_values = value; }
80 inline void SetValues(Aws::Vector<MeasureField>&& value) { m_valuesHasBeenSet = true; m_values = std::move(value); }
82 inline RadarChartAggregatedFieldWells& WithValues(Aws::Vector<MeasureField>&& value) { SetValues(std::move(value)); return *this;}
83 inline RadarChartAggregatedFieldWells& AddValues(const MeasureField& value) { m_valuesHasBeenSet = true; m_values.push_back(value); return *this; }
84 inline RadarChartAggregatedFieldWells& AddValues(MeasureField&& value) { m_valuesHasBeenSet = true; m_values.push_back(std::move(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
const Aws::Vector< DimensionField > & GetCategory() const
void SetValues(const Aws::Vector< MeasureField > &value)
RadarChartAggregatedFieldWells & WithValues(const Aws::Vector< MeasureField > &value)
RadarChartAggregatedFieldWells & AddColor(const DimensionField &value)
RadarChartAggregatedFieldWells & WithColor(const Aws::Vector< DimensionField > &value)
RadarChartAggregatedFieldWells & AddValues(const MeasureField &value)
RadarChartAggregatedFieldWells & WithColor(Aws::Vector< DimensionField > &&value)
RadarChartAggregatedFieldWells & WithCategory(const Aws::Vector< DimensionField > &value)
RadarChartAggregatedFieldWells & WithValues(Aws::Vector< MeasureField > &&value)
RadarChartAggregatedFieldWells & AddValues(MeasureField &&value)
void SetColor(const Aws::Vector< DimensionField > &value)
RadarChartAggregatedFieldWells & AddColor(DimensionField &&value)
AWS_QUICKSIGHT_API RadarChartAggregatedFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCategory(const Aws::Vector< DimensionField > &value)
RadarChartAggregatedFieldWells & AddCategory(const DimensionField &value)
AWS_QUICKSIGHT_API RadarChartAggregatedFieldWells(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
RadarChartAggregatedFieldWells & AddCategory(DimensionField &&value)
RadarChartAggregatedFieldWells & WithCategory(Aws::Vector< DimensionField > &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue