AWS SDK for C++

AWS SDK for C++ Version 1.11.750

Loading...
Searching...
No Matches
GeospatialMapAggregatedFieldWells.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/DimensionField.h>
10#include <aws/quicksight/model/MeasureField.h>
11
12#include <utility>
13
14namespace Aws {
15namespace Utils {
16namespace Json {
17class JsonValue;
18class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace QuickSight {
22namespace Model {
23
31 public:
32 AWS_QUICKSIGHT_API GeospatialMapAggregatedFieldWells() = default;
35 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
42 inline const Aws::Vector<DimensionField>& GetGeospatial() const { return m_geospatial; }
43 inline bool GeospatialHasBeenSet() const { return m_geospatialHasBeenSet; }
44 template <typename GeospatialT = Aws::Vector<DimensionField>>
45 void SetGeospatial(GeospatialT&& value) {
46 m_geospatialHasBeenSet = true;
47 m_geospatial = std::forward<GeospatialT>(value);
48 }
49 template <typename GeospatialT = Aws::Vector<DimensionField>>
51 SetGeospatial(std::forward<GeospatialT>(value));
52 return *this;
53 }
54 template <typename GeospatialT = DimensionField>
56 m_geospatialHasBeenSet = true;
57 m_geospatial.emplace_back(std::forward<GeospatialT>(value));
58 return *this;
59 }
61
63
67 inline const Aws::Vector<MeasureField>& GetValues() const { return m_values; }
68 inline bool ValuesHasBeenSet() const { return m_valuesHasBeenSet; }
69 template <typename ValuesT = Aws::Vector<MeasureField>>
70 void SetValues(ValuesT&& value) {
71 m_valuesHasBeenSet = true;
72 m_values = std::forward<ValuesT>(value);
73 }
74 template <typename ValuesT = Aws::Vector<MeasureField>>
76 SetValues(std::forward<ValuesT>(value));
77 return *this;
78 }
79 template <typename ValuesT = MeasureField>
81 m_valuesHasBeenSet = true;
82 m_values.emplace_back(std::forward<ValuesT>(value));
83 return *this;
84 }
86
88
91 inline const Aws::Vector<DimensionField>& GetColors() const { return m_colors; }
92 inline bool ColorsHasBeenSet() const { return m_colorsHasBeenSet; }
93 template <typename ColorsT = Aws::Vector<DimensionField>>
94 void SetColors(ColorsT&& value) {
95 m_colorsHasBeenSet = true;
96 m_colors = std::forward<ColorsT>(value);
97 }
98 template <typename ColorsT = Aws::Vector<DimensionField>>
100 SetColors(std::forward<ColorsT>(value));
101 return *this;
102 }
103 template <typename ColorsT = DimensionField>
105 m_colorsHasBeenSet = true;
106 m_colors.emplace_back(std::forward<ColorsT>(value));
107 return *this;
108 }
110 private:
111 Aws::Vector<DimensionField> m_geospatial;
112
114
116 bool m_geospatialHasBeenSet = false;
117 bool m_valuesHasBeenSet = false;
118 bool m_colorsHasBeenSet = false;
119};
120
121} // namespace Model
122} // namespace QuickSight
123} // namespace Aws
GeospatialMapAggregatedFieldWells & WithGeospatial(GeospatialT &&value)
AWS_QUICKSIGHT_API GeospatialMapAggregatedFieldWells()=default
AWS_QUICKSIGHT_API GeospatialMapAggregatedFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API GeospatialMapAggregatedFieldWells(Aws::Utils::Json::JsonView jsonValue)
GeospatialMapAggregatedFieldWells & AddColors(ColorsT &&value)
GeospatialMapAggregatedFieldWells & AddGeospatial(GeospatialT &&value)
GeospatialMapAggregatedFieldWells & AddValues(ValuesT &&value)
GeospatialMapAggregatedFieldWells & WithValues(ValuesT &&value)
GeospatialMapAggregatedFieldWells & WithColors(ColorsT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue