AWS SDK for C++

AWS SDK for C++ Version 1.11.750

Loading...
Searching...
No Matches
LineChartFieldWells.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/LineChartAggregatedFieldWells.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
28 public:
29 AWS_QUICKSIGHT_API LineChartFieldWells() = default;
30 AWS_QUICKSIGHT_API LineChartFieldWells(Aws::Utils::Json::JsonView jsonValue);
32 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const LineChartAggregatedFieldWells& GetLineChartAggregatedFieldWells() const { return m_lineChartAggregatedFieldWells; }
39 inline bool LineChartAggregatedFieldWellsHasBeenSet() const { return m_lineChartAggregatedFieldWellsHasBeenSet; }
40 template <typename LineChartAggregatedFieldWellsT = LineChartAggregatedFieldWells>
41 void SetLineChartAggregatedFieldWells(LineChartAggregatedFieldWellsT&& value) {
42 m_lineChartAggregatedFieldWellsHasBeenSet = true;
43 m_lineChartAggregatedFieldWells = std::forward<LineChartAggregatedFieldWellsT>(value);
44 }
45 template <typename LineChartAggregatedFieldWellsT = LineChartAggregatedFieldWells>
46 LineChartFieldWells& WithLineChartAggregatedFieldWells(LineChartAggregatedFieldWellsT&& value) {
47 SetLineChartAggregatedFieldWells(std::forward<LineChartAggregatedFieldWellsT>(value));
48 return *this;
49 }
51 private:
52 LineChartAggregatedFieldWells m_lineChartAggregatedFieldWells;
53 bool m_lineChartAggregatedFieldWellsHasBeenSet = false;
54};
55
56} // namespace Model
57} // namespace QuickSight
58} // namespace Aws
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
LineChartFieldWells & WithLineChartAggregatedFieldWells(LineChartAggregatedFieldWellsT &&value)
AWS_QUICKSIGHT_API LineChartFieldWells()=default
AWS_QUICKSIGHT_API LineChartFieldWells(Aws::Utils::Json::JsonView jsonValue)
void SetLineChartAggregatedFieldWells(LineChartAggregatedFieldWellsT &&value)
const LineChartAggregatedFieldWells & GetLineChartAggregatedFieldWells() const
AWS_QUICKSIGHT_API LineChartFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue