AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
ComboChartFieldWells.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/ComboChartAggregatedFieldWells.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QuickSight {
20namespace Model {
21
30 public:
31 AWS_QUICKSIGHT_API ComboChartFieldWells() = default;
32 AWS_QUICKSIGHT_API ComboChartFieldWells(Aws::Utils::Json::JsonView jsonValue);
34 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline const ComboChartAggregatedFieldWells& GetComboChartAggregatedFieldWells() const { return m_comboChartAggregatedFieldWells; }
42 inline bool ComboChartAggregatedFieldWellsHasBeenSet() const { return m_comboChartAggregatedFieldWellsHasBeenSet; }
43 template <typename ComboChartAggregatedFieldWellsT = ComboChartAggregatedFieldWells>
44 void SetComboChartAggregatedFieldWells(ComboChartAggregatedFieldWellsT&& value) {
45 m_comboChartAggregatedFieldWellsHasBeenSet = true;
46 m_comboChartAggregatedFieldWells = std::forward<ComboChartAggregatedFieldWellsT>(value);
47 }
48 template <typename ComboChartAggregatedFieldWellsT = ComboChartAggregatedFieldWells>
49 ComboChartFieldWells& WithComboChartAggregatedFieldWells(ComboChartAggregatedFieldWellsT&& value) {
50 SetComboChartAggregatedFieldWells(std::forward<ComboChartAggregatedFieldWellsT>(value));
51 return *this;
52 }
54 private:
55 ComboChartAggregatedFieldWells m_comboChartAggregatedFieldWells;
56 bool m_comboChartAggregatedFieldWellsHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace QuickSight
61} // namespace Aws
AWS_QUICKSIGHT_API ComboChartFieldWells(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API ComboChartFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
const ComboChartAggregatedFieldWells & GetComboChartAggregatedFieldWells() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
ComboChartFieldWells & WithComboChartAggregatedFieldWells(ComboChartAggregatedFieldWellsT &&value)
void SetComboChartAggregatedFieldWells(ComboChartAggregatedFieldWellsT &&value)
AWS_QUICKSIGHT_API ComboChartFieldWells()=default
Aws::Utils::Json::JsonValue JsonValue