AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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() = default;
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 template<typename BoxPlotAggregatedFieldWellsT = BoxPlotAggregatedFieldWells>
49 void SetBoxPlotAggregatedFieldWells(BoxPlotAggregatedFieldWellsT&& value) { m_boxPlotAggregatedFieldWellsHasBeenSet = true; m_boxPlotAggregatedFieldWells = std::forward<BoxPlotAggregatedFieldWellsT>(value); }
50 template<typename BoxPlotAggregatedFieldWellsT = BoxPlotAggregatedFieldWells>
51 BoxPlotFieldWells& WithBoxPlotAggregatedFieldWells(BoxPlotAggregatedFieldWellsT&& value) { SetBoxPlotAggregatedFieldWells(std::forward<BoxPlotAggregatedFieldWellsT>(value)); return *this;}
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)
BoxPlotFieldWells & WithBoxPlotAggregatedFieldWells(BoxPlotAggregatedFieldWellsT &&value)
AWS_QUICKSIGHT_API BoxPlotFieldWells()=default
const BoxPlotAggregatedFieldWells & GetBoxPlotAggregatedFieldWells() const
void SetBoxPlotAggregatedFieldWells(BoxPlotAggregatedFieldWellsT &&value)
AWS_QUICKSIGHT_API BoxPlotFieldWells(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue