AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GeospatialMapAggregatedFieldWells.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:
40 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
48 inline const Aws::Vector<DimensionField>& GetGeospatial() const{ return m_geospatial; }
49 inline bool GeospatialHasBeenSet() const { return m_geospatialHasBeenSet; }
50 inline void SetGeospatial(const Aws::Vector<DimensionField>& value) { m_geospatialHasBeenSet = true; m_geospatial = value; }
51 inline void SetGeospatial(Aws::Vector<DimensionField>&& value) { m_geospatialHasBeenSet = true; m_geospatial = std::move(value); }
54 inline GeospatialMapAggregatedFieldWells& AddGeospatial(const DimensionField& value) { m_geospatialHasBeenSet = true; m_geospatial.push_back(value); return *this; }
55 inline GeospatialMapAggregatedFieldWells& AddGeospatial(DimensionField&& value) { m_geospatialHasBeenSet = true; m_geospatial.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 GeospatialMapAggregatedFieldWells& WithValues(Aws::Vector<MeasureField>&& value) { SetValues(std::move(value)); return *this;}
69 inline GeospatialMapAggregatedFieldWells& AddValues(const MeasureField& value) { m_valuesHasBeenSet = true; m_values.push_back(value); return *this; }
70 inline GeospatialMapAggregatedFieldWells& AddValues(MeasureField&& value) { m_valuesHasBeenSet = true; m_values.push_back(std::move(value)); return *this; }
72
74
77 inline const Aws::Vector<DimensionField>& GetColors() const{ return m_colors; }
78 inline bool ColorsHasBeenSet() const { return m_colorsHasBeenSet; }
79 inline void SetColors(const Aws::Vector<DimensionField>& value) { m_colorsHasBeenSet = true; m_colors = value; }
80 inline void SetColors(Aws::Vector<DimensionField>&& value) { m_colorsHasBeenSet = true; m_colors = std::move(value); }
82 inline GeospatialMapAggregatedFieldWells& WithColors(Aws::Vector<DimensionField>&& value) { SetColors(std::move(value)); return *this;}
83 inline GeospatialMapAggregatedFieldWells& AddColors(const DimensionField& value) { m_colorsHasBeenSet = true; m_colors.push_back(value); return *this; }
84 inline GeospatialMapAggregatedFieldWells& AddColors(DimensionField&& value) { m_colorsHasBeenSet = true; m_colors.push_back(std::move(value)); return *this; }
86 private:
87
88 Aws::Vector<DimensionField> m_geospatial;
89 bool m_geospatialHasBeenSet = false;
90
92 bool m_valuesHasBeenSet = false;
93
95 bool m_colorsHasBeenSet = false;
96 };
97
98} // namespace Model
99} // namespace QuickSight
100} // namespace Aws
GeospatialMapAggregatedFieldWells & AddColors(const DimensionField &value)
GeospatialMapAggregatedFieldWells & AddGeospatial(DimensionField &&value)
GeospatialMapAggregatedFieldWells & WithColors(Aws::Vector< DimensionField > &&value)
AWS_QUICKSIGHT_API GeospatialMapAggregatedFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API GeospatialMapAggregatedFieldWells(Aws::Utils::Json::JsonView jsonValue)
GeospatialMapAggregatedFieldWells & WithValues(const Aws::Vector< MeasureField > &value)
GeospatialMapAggregatedFieldWells & WithGeospatial(const Aws::Vector< DimensionField > &value)
GeospatialMapAggregatedFieldWells & AddValues(MeasureField &&value)
GeospatialMapAggregatedFieldWells & WithColors(const Aws::Vector< DimensionField > &value)
GeospatialMapAggregatedFieldWells & AddGeospatial(const DimensionField &value)
GeospatialMapAggregatedFieldWells & AddColors(DimensionField &&value)
GeospatialMapAggregatedFieldWells & WithGeospatial(Aws::Vector< DimensionField > &&value)
GeospatialMapAggregatedFieldWells & AddValues(const MeasureField &value)
GeospatialMapAggregatedFieldWells & WithValues(Aws::Vector< MeasureField > &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue