AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
PieChartFieldWells.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/PieChartAggregatedFieldWells.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace QuickSight
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_QUICKSIGHT_API PieChartFieldWells() = default;
37 AWS_QUICKSIGHT_API PieChartFieldWells(Aws::Utils::Json::JsonView jsonValue);
39 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const PieChartAggregatedFieldWells& GetPieChartAggregatedFieldWells() const { return m_pieChartAggregatedFieldWells; }
47 inline bool PieChartAggregatedFieldWellsHasBeenSet() const { return m_pieChartAggregatedFieldWellsHasBeenSet; }
48 template<typename PieChartAggregatedFieldWellsT = PieChartAggregatedFieldWells>
49 void SetPieChartAggregatedFieldWells(PieChartAggregatedFieldWellsT&& value) { m_pieChartAggregatedFieldWellsHasBeenSet = true; m_pieChartAggregatedFieldWells = std::forward<PieChartAggregatedFieldWellsT>(value); }
50 template<typename PieChartAggregatedFieldWellsT = PieChartAggregatedFieldWells>
51 PieChartFieldWells& WithPieChartAggregatedFieldWells(PieChartAggregatedFieldWellsT&& value) { SetPieChartAggregatedFieldWells(std::forward<PieChartAggregatedFieldWellsT>(value)); return *this;}
53 private:
54
55 PieChartAggregatedFieldWells m_pieChartAggregatedFieldWells;
56 bool m_pieChartAggregatedFieldWellsHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace QuickSight
61} // namespace Aws
PieChartFieldWells & WithPieChartAggregatedFieldWells(PieChartAggregatedFieldWellsT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API PieChartFieldWells()=default
void SetPieChartAggregatedFieldWells(PieChartAggregatedFieldWellsT &&value)
AWS_QUICKSIGHT_API PieChartFieldWells(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API PieChartFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
const PieChartAggregatedFieldWells & GetPieChartAggregatedFieldWells() const
Aws::Utils::Json::JsonValue JsonValue