AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
MultiPolygonGeometryInput.h
1
6#pragma once
7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace SageMakerGeospatial
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_SAGEMAKERGEOSPATIAL_API MultiPolygonGeometryInput();
37 AWS_SAGEMAKERGEOSPATIAL_API MultiPolygonGeometryInput(Aws::Utils::Json::JsonView jsonValue);
38 AWS_SAGEMAKERGEOSPATIAL_API MultiPolygonGeometryInput& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::Vector<Aws::Vector<Aws::Vector<Aws::Vector<double>>>>& GetCoordinates() const{ return m_coordinates; }
47 inline bool CoordinatesHasBeenSet() const { return m_coordinatesHasBeenSet; }
48 inline void SetCoordinates(const Aws::Vector<Aws::Vector<Aws::Vector<Aws::Vector<double>>>>& value) { m_coordinatesHasBeenSet = true; m_coordinates = value; }
49 inline void SetCoordinates(Aws::Vector<Aws::Vector<Aws::Vector<Aws::Vector<double>>>>&& value) { m_coordinatesHasBeenSet = true; m_coordinates = std::move(value); }
52 inline MultiPolygonGeometryInput& AddCoordinates(const Aws::Vector<Aws::Vector<Aws::Vector<double>>>& value) { m_coordinatesHasBeenSet = true; m_coordinates.push_back(value); return *this; }
53 inline MultiPolygonGeometryInput& AddCoordinates(Aws::Vector<Aws::Vector<Aws::Vector<double>>>&& value) { m_coordinatesHasBeenSet = true; m_coordinates.push_back(std::move(value)); return *this; }
55 private:
56
58 bool m_coordinatesHasBeenSet = false;
59 };
60
61} // namespace Model
62} // namespace SageMakerGeospatial
63} // namespace Aws
void SetCoordinates(const Aws::Vector< Aws::Vector< Aws::Vector< Aws::Vector< double > > > > &value)
const Aws::Vector< Aws::Vector< Aws::Vector< Aws::Vector< double > > > > & GetCoordinates() const
MultiPolygonGeometryInput & AddCoordinates(const Aws::Vector< Aws::Vector< Aws::Vector< double > > > &value)
MultiPolygonGeometryInput & AddCoordinates(Aws::Vector< Aws::Vector< Aws::Vector< double > > > &&value)
MultiPolygonGeometryInput & WithCoordinates(const Aws::Vector< Aws::Vector< Aws::Vector< Aws::Vector< double > > > > &value)
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCoordinates(Aws::Vector< Aws::Vector< Aws::Vector< Aws::Vector< double > > > > &&value)
AWS_SAGEMAKERGEOSPATIAL_API MultiPolygonGeometryInput(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKERGEOSPATIAL_API MultiPolygonGeometryInput & operator=(Aws::Utils::Json::JsonView jsonValue)
MultiPolygonGeometryInput & WithCoordinates(Aws::Vector< Aws::Vector< Aws::Vector< Aws::Vector< double > > > > &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue