AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
FunnelChartAggregatedFieldWells.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
35 {
36 public:
37 AWS_QUICKSIGHT_API FunnelChartAggregatedFieldWells();
40 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
48 inline const Aws::Vector<DimensionField>& GetCategory() const{ return m_category; }
49 inline bool CategoryHasBeenSet() const { return m_categoryHasBeenSet; }
50 inline void SetCategory(const Aws::Vector<DimensionField>& value) { m_categoryHasBeenSet = true; m_category = value; }
51 inline void SetCategory(Aws::Vector<DimensionField>&& value) { m_categoryHasBeenSet = true; m_category = std::move(value); }
53 inline FunnelChartAggregatedFieldWells& WithCategory(Aws::Vector<DimensionField>&& value) { SetCategory(std::move(value)); return *this;}
54 inline FunnelChartAggregatedFieldWells& AddCategory(const DimensionField& value) { m_categoryHasBeenSet = true; m_category.push_back(value); return *this; }
55 inline FunnelChartAggregatedFieldWells& AddCategory(DimensionField&& value) { m_categoryHasBeenSet = true; m_category.push_back(std::move(value)); return *this; }
57
59
63 inline const Aws::Vector<MeasureField>& GetValues() const{ return m_values; }
64 inline bool ValuesHasBeenSet() const { return m_valuesHasBeenSet; }
65 inline void SetValues(const Aws::Vector<MeasureField>& value) { m_valuesHasBeenSet = true; m_values = value; }
66 inline void SetValues(Aws::Vector<MeasureField>&& value) { m_valuesHasBeenSet = true; m_values = std::move(value); }
68 inline FunnelChartAggregatedFieldWells& WithValues(Aws::Vector<MeasureField>&& value) { SetValues(std::move(value)); return *this;}
69 inline FunnelChartAggregatedFieldWells& AddValues(const MeasureField& value) { m_valuesHasBeenSet = true; m_values.push_back(value); return *this; }
70 inline FunnelChartAggregatedFieldWells& AddValues(MeasureField&& value) { m_valuesHasBeenSet = true; m_values.push_back(std::move(value)); return *this; }
72 private:
73
75 bool m_categoryHasBeenSet = false;
76
78 bool m_valuesHasBeenSet = false;
79 };
80
81} // namespace Model
82} // namespace QuickSight
83} // namespace Aws
AWS_QUICKSIGHT_API FunnelChartAggregatedFieldWells(Aws::Utils::Json::JsonView jsonValue)
FunnelChartAggregatedFieldWells & AddCategory(DimensionField &&value)
void SetCategory(const Aws::Vector< DimensionField > &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
FunnelChartAggregatedFieldWells & AddValues(const MeasureField &value)
FunnelChartAggregatedFieldWells & WithCategory(const Aws::Vector< DimensionField > &value)
FunnelChartAggregatedFieldWells & WithCategory(Aws::Vector< DimensionField > &&value)
FunnelChartAggregatedFieldWells & AddCategory(const DimensionField &value)
FunnelChartAggregatedFieldWells & AddValues(MeasureField &&value)
FunnelChartAggregatedFieldWells & WithValues(const Aws::Vector< MeasureField > &value)
FunnelChartAggregatedFieldWells & WithValues(Aws::Vector< MeasureField > &&value)
AWS_QUICKSIGHT_API FunnelChartAggregatedFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue