AWS SDK for C++

AWS SDK for C++ Version 1.11.752

Loading...
Searching...
No Matches
FilledMapAggregatedFieldWells.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
30 public:
31 AWS_QUICKSIGHT_API FilledMapAggregatedFieldWells() = default;
34 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline const Aws::Vector<DimensionField>& GetGeospatial() const { return m_geospatial; }
42 inline bool GeospatialHasBeenSet() const { return m_geospatialHasBeenSet; }
43 template <typename GeospatialT = Aws::Vector<DimensionField>>
44 void SetGeospatial(GeospatialT&& value) {
45 m_geospatialHasBeenSet = true;
46 m_geospatial = std::forward<GeospatialT>(value);
47 }
48 template <typename GeospatialT = Aws::Vector<DimensionField>>
50 SetGeospatial(std::forward<GeospatialT>(value));
51 return *this;
52 }
53 template <typename GeospatialT = DimensionField>
55 m_geospatialHasBeenSet = true;
56 m_geospatial.emplace_back(std::forward<GeospatialT>(value));
57 return *this;
58 }
60
62
66 inline const Aws::Vector<MeasureField>& GetValues() const { return m_values; }
67 inline bool ValuesHasBeenSet() const { return m_valuesHasBeenSet; }
68 template <typename ValuesT = Aws::Vector<MeasureField>>
69 void SetValues(ValuesT&& value) {
70 m_valuesHasBeenSet = true;
71 m_values = std::forward<ValuesT>(value);
72 }
73 template <typename ValuesT = Aws::Vector<MeasureField>>
75 SetValues(std::forward<ValuesT>(value));
76 return *this;
77 }
78 template <typename ValuesT = MeasureField>
80 m_valuesHasBeenSet = true;
81 m_values.emplace_back(std::forward<ValuesT>(value));
82 return *this;
83 }
85 private:
86 Aws::Vector<DimensionField> m_geospatial;
87
89 bool m_geospatialHasBeenSet = false;
90 bool m_valuesHasBeenSet = false;
91};
92
93} // namespace Model
94} // namespace QuickSight
95} // namespace Aws
FilledMapAggregatedFieldWells & AddGeospatial(GeospatialT &&value)
FilledMapAggregatedFieldWells & AddValues(ValuesT &&value)
AWS_QUICKSIGHT_API FilledMapAggregatedFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API FilledMapAggregatedFieldWells(Aws::Utils::Json::JsonView jsonValue)
FilledMapAggregatedFieldWells & WithGeospatial(GeospatialT &&value)
FilledMapAggregatedFieldWells & WithValues(ValuesT &&value)
const Aws::Vector< DimensionField > & GetGeospatial() const
AWS_QUICKSIGHT_API FilledMapAggregatedFieldWells()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue