AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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:
37 AWS_QUICKSIGHT_API GeospatialMapAggregatedFieldWells() = default;
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 template<typename GeospatialT = Aws::Vector<DimensionField>>
51 void SetGeospatial(GeospatialT&& value) { m_geospatialHasBeenSet = true; m_geospatial = std::forward<GeospatialT>(value); }
52 template<typename GeospatialT = Aws::Vector<DimensionField>>
53 GeospatialMapAggregatedFieldWells& WithGeospatial(GeospatialT&& value) { SetGeospatial(std::forward<GeospatialT>(value)); return *this;}
54 template<typename GeospatialT = DimensionField>
55 GeospatialMapAggregatedFieldWells& AddGeospatial(GeospatialT&& value) { m_geospatialHasBeenSet = true; m_geospatial.emplace_back(std::forward<GeospatialT>(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 template<typename ValuesT = Aws::Vector<MeasureField>>
66 void SetValues(ValuesT&& value) { m_valuesHasBeenSet = true; m_values = std::forward<ValuesT>(value); }
67 template<typename ValuesT = Aws::Vector<MeasureField>>
68 GeospatialMapAggregatedFieldWells& WithValues(ValuesT&& value) { SetValues(std::forward<ValuesT>(value)); return *this;}
69 template<typename ValuesT = MeasureField>
70 GeospatialMapAggregatedFieldWells& AddValues(ValuesT&& value) { m_valuesHasBeenSet = true; m_values.emplace_back(std::forward<ValuesT>(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 template<typename ColorsT = Aws::Vector<DimensionField>>
80 void SetColors(ColorsT&& value) { m_colorsHasBeenSet = true; m_colors = std::forward<ColorsT>(value); }
81 template<typename ColorsT = Aws::Vector<DimensionField>>
82 GeospatialMapAggregatedFieldWells& WithColors(ColorsT&& value) { SetColors(std::forward<ColorsT>(value)); return *this;}
83 template<typename ColorsT = DimensionField>
84 GeospatialMapAggregatedFieldWells& AddColors(ColorsT&& value) { m_colorsHasBeenSet = true; m_colors.emplace_back(std::forward<ColorsT>(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 & 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