AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ScatterPlotFieldWells.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/ScatterPlotCategoricallyAggregatedFieldWells.h>
9#include <aws/quicksight/model/ScatterPlotUnaggregatedFieldWells.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace QuickSight
23{
24namespace Model
25{
26
35 {
36 public:
37 AWS_QUICKSIGHT_API ScatterPlotFieldWells();
40 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
49 inline const ScatterPlotCategoricallyAggregatedFieldWells& GetScatterPlotCategoricallyAggregatedFieldWells() const{ return m_scatterPlotCategoricallyAggregatedFieldWells; }
50 inline bool ScatterPlotCategoricallyAggregatedFieldWellsHasBeenSet() const { return m_scatterPlotCategoricallyAggregatedFieldWellsHasBeenSet; }
51 inline void SetScatterPlotCategoricallyAggregatedFieldWells(const ScatterPlotCategoricallyAggregatedFieldWells& value) { m_scatterPlotCategoricallyAggregatedFieldWellsHasBeenSet = true; m_scatterPlotCategoricallyAggregatedFieldWells = value; }
52 inline void SetScatterPlotCategoricallyAggregatedFieldWells(ScatterPlotCategoricallyAggregatedFieldWells&& value) { m_scatterPlotCategoricallyAggregatedFieldWellsHasBeenSet = true; m_scatterPlotCategoricallyAggregatedFieldWells = std::move(value); }
56
58
62 inline const ScatterPlotUnaggregatedFieldWells& GetScatterPlotUnaggregatedFieldWells() const{ return m_scatterPlotUnaggregatedFieldWells; }
63 inline bool ScatterPlotUnaggregatedFieldWellsHasBeenSet() const { return m_scatterPlotUnaggregatedFieldWellsHasBeenSet; }
64 inline void SetScatterPlotUnaggregatedFieldWells(const ScatterPlotUnaggregatedFieldWells& value) { m_scatterPlotUnaggregatedFieldWellsHasBeenSet = true; m_scatterPlotUnaggregatedFieldWells = value; }
65 inline void SetScatterPlotUnaggregatedFieldWells(ScatterPlotUnaggregatedFieldWells&& value) { m_scatterPlotUnaggregatedFieldWellsHasBeenSet = true; m_scatterPlotUnaggregatedFieldWells = std::move(value); }
69 private:
70
71 ScatterPlotCategoricallyAggregatedFieldWells m_scatterPlotCategoricallyAggregatedFieldWells;
72 bool m_scatterPlotCategoricallyAggregatedFieldWellsHasBeenSet = false;
73
74 ScatterPlotUnaggregatedFieldWells m_scatterPlotUnaggregatedFieldWells;
75 bool m_scatterPlotUnaggregatedFieldWellsHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace QuickSight
80} // namespace Aws
void SetScatterPlotCategoricallyAggregatedFieldWells(const ScatterPlotCategoricallyAggregatedFieldWells &value)
const ScatterPlotCategoricallyAggregatedFieldWells & GetScatterPlotCategoricallyAggregatedFieldWells() const
void SetScatterPlotCategoricallyAggregatedFieldWells(ScatterPlotCategoricallyAggregatedFieldWells &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetScatterPlotUnaggregatedFieldWells(ScatterPlotUnaggregatedFieldWells &&value)
void SetScatterPlotUnaggregatedFieldWells(const ScatterPlotUnaggregatedFieldWells &value)
AWS_QUICKSIGHT_API ScatterPlotFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
const ScatterPlotUnaggregatedFieldWells & GetScatterPlotUnaggregatedFieldWells() const
ScatterPlotFieldWells & WithScatterPlotUnaggregatedFieldWells(const ScatterPlotUnaggregatedFieldWells &value)
AWS_QUICKSIGHT_API ScatterPlotFieldWells(Aws::Utils::Json::JsonView jsonValue)
ScatterPlotFieldWells & WithScatterPlotCategoricallyAggregatedFieldWells(ScatterPlotCategoricallyAggregatedFieldWells &&value)
ScatterPlotFieldWells & WithScatterPlotCategoricallyAggregatedFieldWells(const ScatterPlotCategoricallyAggregatedFieldWells &value)
ScatterPlotFieldWells & WithScatterPlotUnaggregatedFieldWells(ScatterPlotUnaggregatedFieldWells &&value)
Aws::Utils::Json::JsonValue JsonValue