AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
MultiPolygonGeometryInput.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SageMakerGeospatial {
20namespace Model {
21
30 public:
31 AWS_SAGEMAKERGEOSPATIAL_API MultiPolygonGeometryInput() = default;
32 AWS_SAGEMAKERGEOSPATIAL_API MultiPolygonGeometryInput(Aws::Utils::Json::JsonView jsonValue);
33 AWS_SAGEMAKERGEOSPATIAL_API MultiPolygonGeometryInput& operator=(Aws::Utils::Json::JsonView jsonValue);
34 AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const Aws::Vector<Aws::Vector<Aws::Vector<Aws::Vector<double>>>>& GetCoordinates() const { return m_coordinates; }
41 inline bool CoordinatesHasBeenSet() const { return m_coordinatesHasBeenSet; }
42 template <typename CoordinatesT = Aws::Vector<Aws::Vector<Aws::Vector<Aws::Vector<double>>>>>
43 void SetCoordinates(CoordinatesT&& value) {
44 m_coordinatesHasBeenSet = true;
45 m_coordinates = std::forward<CoordinatesT>(value);
46 }
47 template <typename CoordinatesT = Aws::Vector<Aws::Vector<Aws::Vector<Aws::Vector<double>>>>>
49 SetCoordinates(std::forward<CoordinatesT>(value));
50 return *this;
51 }
52 template <typename CoordinatesT = Aws::Vector<Aws::Vector<Aws::Vector<double>>>>
54 m_coordinatesHasBeenSet = true;
55 m_coordinates.emplace_back(std::forward<CoordinatesT>(value));
56 return *this;
57 }
59 private:
61 bool m_coordinatesHasBeenSet = false;
62};
63
64} // namespace Model
65} // namespace SageMakerGeospatial
66} // namespace Aws
const Aws::Vector< Aws::Vector< Aws::Vector< Aws::Vector< double > > > > & GetCoordinates() const
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKERGEOSPATIAL_API MultiPolygonGeometryInput(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKERGEOSPATIAL_API MultiPolygonGeometryInput()=default
AWS_SAGEMAKERGEOSPATIAL_API MultiPolygonGeometryInput & operator=(Aws::Utils::Json::JsonView jsonValue)
MultiPolygonGeometryInput & WithCoordinates(CoordinatesT &&value)
MultiPolygonGeometryInput & AddCoordinates(CoordinatesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue