AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
FilledMapAggregatedFieldWells.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
34 {
35 public:
36 AWS_QUICKSIGHT_API FilledMapAggregatedFieldWells();
39 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const Aws::Vector<DimensionField>& GetGeospatial() const{ return m_geospatial; }
48 inline bool GeospatialHasBeenSet() const { return m_geospatialHasBeenSet; }
49 inline void SetGeospatial(const Aws::Vector<DimensionField>& value) { m_geospatialHasBeenSet = true; m_geospatial = value; }
50 inline void SetGeospatial(Aws::Vector<DimensionField>&& value) { m_geospatialHasBeenSet = true; m_geospatial = std::move(value); }
53 inline FilledMapAggregatedFieldWells& AddGeospatial(const DimensionField& value) { m_geospatialHasBeenSet = true; m_geospatial.push_back(value); return *this; }
54 inline FilledMapAggregatedFieldWells& AddGeospatial(DimensionField&& value) { m_geospatialHasBeenSet = true; m_geospatial.push_back(std::move(value)); return *this; }
56
58
62 inline const Aws::Vector<MeasureField>& GetValues() const{ return m_values; }
63 inline bool ValuesHasBeenSet() const { return m_valuesHasBeenSet; }
64 inline void SetValues(const Aws::Vector<MeasureField>& value) { m_valuesHasBeenSet = true; m_values = value; }
65 inline void SetValues(Aws::Vector<MeasureField>&& value) { m_valuesHasBeenSet = true; m_values = std::move(value); }
66 inline FilledMapAggregatedFieldWells& WithValues(const Aws::Vector<MeasureField>& value) { SetValues(value); return *this;}
67 inline FilledMapAggregatedFieldWells& WithValues(Aws::Vector<MeasureField>&& value) { SetValues(std::move(value)); return *this;}
68 inline FilledMapAggregatedFieldWells& AddValues(const MeasureField& value) { m_valuesHasBeenSet = true; m_values.push_back(value); return *this; }
69 inline FilledMapAggregatedFieldWells& AddValues(MeasureField&& value) { m_valuesHasBeenSet = true; m_values.push_back(std::move(value)); return *this; }
71 private:
72
73 Aws::Vector<DimensionField> m_geospatial;
74 bool m_geospatialHasBeenSet = false;
75
77 bool m_valuesHasBeenSet = false;
78 };
79
80} // namespace Model
81} // namespace QuickSight
82} // namespace Aws
FilledMapAggregatedFieldWells & AddGeospatial(const DimensionField &value)
FilledMapAggregatedFieldWells & AddGeospatial(DimensionField &&value)
AWS_QUICKSIGHT_API FilledMapAggregatedFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetGeospatial(const Aws::Vector< DimensionField > &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
FilledMapAggregatedFieldWells & AddValues(const MeasureField &value)
AWS_QUICKSIGHT_API FilledMapAggregatedFieldWells(Aws::Utils::Json::JsonView jsonValue)
FilledMapAggregatedFieldWells & WithGeospatial(const Aws::Vector< DimensionField > &value)
FilledMapAggregatedFieldWells & WithGeospatial(Aws::Vector< DimensionField > &&value)
FilledMapAggregatedFieldWells & AddValues(MeasureField &&value)
FilledMapAggregatedFieldWells & WithValues(Aws::Vector< MeasureField > &&value)
void SetGeospatial(Aws::Vector< DimensionField > &&value)
const Aws::Vector< DimensionField > & GetGeospatial() const
FilledMapAggregatedFieldWells & WithValues(const Aws::Vector< MeasureField > &value)
void SetValues(const Aws::Vector< MeasureField > &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue