AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ScatterPlotUnaggregatedFieldWells.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
34 {
35 public:
39 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const Aws::Vector<DimensionField>& GetXAxis() const{ return m_xAxis; }
48 inline bool XAxisHasBeenSet() const { return m_xAxisHasBeenSet; }
49 inline void SetXAxis(const Aws::Vector<DimensionField>& value) { m_xAxisHasBeenSet = true; m_xAxis = value; }
50 inline void SetXAxis(Aws::Vector<DimensionField>&& value) { m_xAxisHasBeenSet = true; m_xAxis = std::move(value); }
52 inline ScatterPlotUnaggregatedFieldWells& WithXAxis(Aws::Vector<DimensionField>&& value) { SetXAxis(std::move(value)); return *this;}
53 inline ScatterPlotUnaggregatedFieldWells& AddXAxis(const DimensionField& value) { m_xAxisHasBeenSet = true; m_xAxis.push_back(value); return *this; }
54 inline ScatterPlotUnaggregatedFieldWells& AddXAxis(DimensionField&& value) { m_xAxisHasBeenSet = true; m_xAxis.push_back(std::move(value)); return *this; }
56
58
62 inline const Aws::Vector<DimensionField>& GetYAxis() const{ return m_yAxis; }
63 inline bool YAxisHasBeenSet() const { return m_yAxisHasBeenSet; }
64 inline void SetYAxis(const Aws::Vector<DimensionField>& value) { m_yAxisHasBeenSet = true; m_yAxis = value; }
65 inline void SetYAxis(Aws::Vector<DimensionField>&& value) { m_yAxisHasBeenSet = true; m_yAxis = std::move(value); }
67 inline ScatterPlotUnaggregatedFieldWells& WithYAxis(Aws::Vector<DimensionField>&& value) { SetYAxis(std::move(value)); return *this;}
68 inline ScatterPlotUnaggregatedFieldWells& AddYAxis(const DimensionField& value) { m_yAxisHasBeenSet = true; m_yAxis.push_back(value); return *this; }
69 inline ScatterPlotUnaggregatedFieldWells& AddYAxis(DimensionField&& value) { m_yAxisHasBeenSet = true; m_yAxis.push_back(std::move(value)); return *this; }
71
73
76 inline const Aws::Vector<MeasureField>& GetSize() const{ return m_size; }
77 inline bool SizeHasBeenSet() const { return m_sizeHasBeenSet; }
78 inline void SetSize(const Aws::Vector<MeasureField>& value) { m_sizeHasBeenSet = true; m_size = value; }
79 inline void SetSize(Aws::Vector<MeasureField>&& value) { m_sizeHasBeenSet = true; m_size = std::move(value); }
80 inline ScatterPlotUnaggregatedFieldWells& WithSize(const Aws::Vector<MeasureField>& value) { SetSize(value); return *this;}
81 inline ScatterPlotUnaggregatedFieldWells& WithSize(Aws::Vector<MeasureField>&& value) { SetSize(std::move(value)); return *this;}
82 inline ScatterPlotUnaggregatedFieldWells& AddSize(const MeasureField& value) { m_sizeHasBeenSet = true; m_size.push_back(value); return *this; }
83 inline ScatterPlotUnaggregatedFieldWells& AddSize(MeasureField&& value) { m_sizeHasBeenSet = true; m_size.push_back(std::move(value)); return *this; }
85
87
90 inline const Aws::Vector<DimensionField>& GetCategory() const{ return m_category; }
91 inline bool CategoryHasBeenSet() const { return m_categoryHasBeenSet; }
92 inline void SetCategory(const Aws::Vector<DimensionField>& value) { m_categoryHasBeenSet = true; m_category = value; }
93 inline void SetCategory(Aws::Vector<DimensionField>&& value) { m_categoryHasBeenSet = true; m_category = std::move(value); }
96 inline ScatterPlotUnaggregatedFieldWells& AddCategory(const DimensionField& value) { m_categoryHasBeenSet = true; m_category.push_back(value); return *this; }
97 inline ScatterPlotUnaggregatedFieldWells& AddCategory(DimensionField&& value) { m_categoryHasBeenSet = true; m_category.push_back(std::move(value)); return *this; }
99
101
104 inline const Aws::Vector<DimensionField>& GetLabel() const{ return m_label; }
105 inline bool LabelHasBeenSet() const { return m_labelHasBeenSet; }
106 inline void SetLabel(const Aws::Vector<DimensionField>& value) { m_labelHasBeenSet = true; m_label = value; }
107 inline void SetLabel(Aws::Vector<DimensionField>&& value) { m_labelHasBeenSet = true; m_label = std::move(value); }
109 inline ScatterPlotUnaggregatedFieldWells& WithLabel(Aws::Vector<DimensionField>&& value) { SetLabel(std::move(value)); return *this;}
110 inline ScatterPlotUnaggregatedFieldWells& AddLabel(const DimensionField& value) { m_labelHasBeenSet = true; m_label.push_back(value); return *this; }
111 inline ScatterPlotUnaggregatedFieldWells& AddLabel(DimensionField&& value) { m_labelHasBeenSet = true; m_label.push_back(std::move(value)); return *this; }
113 private:
114
116 bool m_xAxisHasBeenSet = false;
117
119 bool m_yAxisHasBeenSet = false;
120
122 bool m_sizeHasBeenSet = false;
123
125 bool m_categoryHasBeenSet = false;
126
128 bool m_labelHasBeenSet = false;
129 };
130
131} // namespace Model
132} // namespace QuickSight
133} // namespace Aws
ScatterPlotUnaggregatedFieldWells & AddYAxis(DimensionField &&value)
ScatterPlotUnaggregatedFieldWells & WithXAxis(const Aws::Vector< DimensionField > &value)
ScatterPlotUnaggregatedFieldWells & AddXAxis(const DimensionField &value)
ScatterPlotUnaggregatedFieldWells & WithYAxis(const Aws::Vector< DimensionField > &value)
ScatterPlotUnaggregatedFieldWells & WithCategory(const Aws::Vector< DimensionField > &value)
ScatterPlotUnaggregatedFieldWells & AddLabel(const DimensionField &value)
ScatterPlotUnaggregatedFieldWells & WithCategory(Aws::Vector< DimensionField > &&value)
AWS_QUICKSIGHT_API ScatterPlotUnaggregatedFieldWells(Aws::Utils::Json::JsonView jsonValue)
ScatterPlotUnaggregatedFieldWells & AddSize(MeasureField &&value)
AWS_QUICKSIGHT_API ScatterPlotUnaggregatedFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
ScatterPlotUnaggregatedFieldWells & WithYAxis(Aws::Vector< DimensionField > &&value)
ScatterPlotUnaggregatedFieldWells & AddXAxis(DimensionField &&value)
ScatterPlotUnaggregatedFieldWells & AddSize(const MeasureField &value)
ScatterPlotUnaggregatedFieldWells & WithLabel(const Aws::Vector< DimensionField > &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
ScatterPlotUnaggregatedFieldWells & WithSize(Aws::Vector< MeasureField > &&value)
ScatterPlotUnaggregatedFieldWells & AddLabel(DimensionField &&value)
ScatterPlotUnaggregatedFieldWells & AddCategory(const DimensionField &value)
ScatterPlotUnaggregatedFieldWells & WithXAxis(Aws::Vector< DimensionField > &&value)
ScatterPlotUnaggregatedFieldWells & WithLabel(Aws::Vector< DimensionField > &&value)
ScatterPlotUnaggregatedFieldWells & AddCategory(DimensionField &&value)
ScatterPlotUnaggregatedFieldWells & AddYAxis(const DimensionField &value)
ScatterPlotUnaggregatedFieldWells & WithSize(const Aws::Vector< MeasureField > &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue