AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
HeatMapAggregatedFieldWells.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/model/DimensionField.h>
10#include <aws/quicksight/model/MeasureField.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace QuickSight
24{
25namespace Model
26{
27
34 {
35 public:
36 AWS_QUICKSIGHT_API HeatMapAggregatedFieldWells() = default;
39 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::Vector<DimensionField>& GetRows() const { return m_rows; }
47 inline bool RowsHasBeenSet() const { return m_rowsHasBeenSet; }
48 template<typename RowsT = Aws::Vector<DimensionField>>
49 void SetRows(RowsT&& value) { m_rowsHasBeenSet = true; m_rows = std::forward<RowsT>(value); }
50 template<typename RowsT = Aws::Vector<DimensionField>>
51 HeatMapAggregatedFieldWells& WithRows(RowsT&& value) { SetRows(std::forward<RowsT>(value)); return *this;}
52 template<typename RowsT = DimensionField>
53 HeatMapAggregatedFieldWells& AddRows(RowsT&& value) { m_rowsHasBeenSet = true; m_rows.emplace_back(std::forward<RowsT>(value)); return *this; }
55
57
60 inline const Aws::Vector<DimensionField>& GetColumns() const { return m_columns; }
61 inline bool ColumnsHasBeenSet() const { return m_columnsHasBeenSet; }
62 template<typename ColumnsT = Aws::Vector<DimensionField>>
63 void SetColumns(ColumnsT&& value) { m_columnsHasBeenSet = true; m_columns = std::forward<ColumnsT>(value); }
64 template<typename ColumnsT = Aws::Vector<DimensionField>>
65 HeatMapAggregatedFieldWells& WithColumns(ColumnsT&& value) { SetColumns(std::forward<ColumnsT>(value)); return *this;}
66 template<typename ColumnsT = DimensionField>
67 HeatMapAggregatedFieldWells& AddColumns(ColumnsT&& value) { m_columnsHasBeenSet = true; m_columns.emplace_back(std::forward<ColumnsT>(value)); return *this; }
69
71
74 inline const Aws::Vector<MeasureField>& GetValues() const { return m_values; }
75 inline bool ValuesHasBeenSet() const { return m_valuesHasBeenSet; }
76 template<typename ValuesT = Aws::Vector<MeasureField>>
77 void SetValues(ValuesT&& value) { m_valuesHasBeenSet = true; m_values = std::forward<ValuesT>(value); }
78 template<typename ValuesT = Aws::Vector<MeasureField>>
79 HeatMapAggregatedFieldWells& WithValues(ValuesT&& value) { SetValues(std::forward<ValuesT>(value)); return *this;}
80 template<typename ValuesT = MeasureField>
81 HeatMapAggregatedFieldWells& AddValues(ValuesT&& value) { m_valuesHasBeenSet = true; m_values.emplace_back(std::forward<ValuesT>(value)); return *this; }
83 private:
84
86 bool m_rowsHasBeenSet = false;
87
89 bool m_columnsHasBeenSet = false;
90
92 bool m_valuesHasBeenSet = false;
93 };
94
95} // namespace Model
96} // namespace QuickSight
97} // namespace Aws
HeatMapAggregatedFieldWells & WithRows(RowsT &&value)
AWS_QUICKSIGHT_API HeatMapAggregatedFieldWells(Aws::Utils::Json::JsonView jsonValue)
HeatMapAggregatedFieldWells & AddColumns(ColumnsT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
HeatMapAggregatedFieldWells & WithColumns(ColumnsT &&value)
AWS_QUICKSIGHT_API HeatMapAggregatedFieldWells()=default
const Aws::Vector< DimensionField > & GetRows() const
HeatMapAggregatedFieldWells & AddRows(RowsT &&value)
const Aws::Vector< DimensionField > & GetColumns() const
const Aws::Vector< MeasureField > & GetValues() const
HeatMapAggregatedFieldWells & AddValues(ValuesT &&value)
HeatMapAggregatedFieldWells & WithValues(ValuesT &&value)
AWS_QUICKSIGHT_API HeatMapAggregatedFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue