AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BoxPlotFieldWells.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/BoxPlotAggregatedFieldWells.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 BoxPlotFieldWells();
37 AWS_QUICKSIGHT_API BoxPlotFieldWells(Aws::Utils::Json::JsonView jsonValue);
39 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const BoxPlotAggregatedFieldWells& GetBoxPlotAggregatedFieldWells() const{ return m_boxPlotAggregatedFieldWells; }
47 inline bool BoxPlotAggregatedFieldWellsHasBeenSet() const { return m_boxPlotAggregatedFieldWellsHasBeenSet; }
48 inline void SetBoxPlotAggregatedFieldWells(const BoxPlotAggregatedFieldWells& value) { m_boxPlotAggregatedFieldWellsHasBeenSet = true; m_boxPlotAggregatedFieldWells = value; }
49 inline void SetBoxPlotAggregatedFieldWells(BoxPlotAggregatedFieldWells&& value) { m_boxPlotAggregatedFieldWellsHasBeenSet = true; m_boxPlotAggregatedFieldWells = std::move(value); }
53 private:
54
55 BoxPlotAggregatedFieldWells m_boxPlotAggregatedFieldWells;
56 bool m_boxPlotAggregatedFieldWellsHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace QuickSight
61} // namespace Aws
AWS_QUICKSIGHT_API BoxPlotFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
const BoxPlotAggregatedFieldWells & GetBoxPlotAggregatedFieldWells() const
BoxPlotFieldWells & WithBoxPlotAggregatedFieldWells(BoxPlotAggregatedFieldWells &&value)
BoxPlotFieldWells & WithBoxPlotAggregatedFieldWells(const BoxPlotAggregatedFieldWells &value)
void SetBoxPlotAggregatedFieldWells(const BoxPlotAggregatedFieldWells &value)
AWS_QUICKSIGHT_API BoxPlotFieldWells(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetBoxPlotAggregatedFieldWells(BoxPlotAggregatedFieldWells &&value)
Aws::Utils::Json::JsonValue JsonValue