7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
20namespace SageMakerGeospatial {
31 AWS_SAGEMAKERGEOSPATIAL_API
Geometry() =
default;
42 template <
typename CoordinatesT = Aws::Vector<Aws::Vector<Aws::Vector<
double>>>>
44 m_coordinatesHasBeenSet =
true;
45 m_coordinates = std::forward<CoordinatesT>(value);
47 template <
typename CoordinatesT = Aws::Vector<Aws::Vector<Aws::Vector<
double>>>>
52 template <
typename CoordinatesT = Aws::Vector<Aws::Vector<
double>>>
54 m_coordinatesHasBeenSet =
true;
55 m_coordinates.emplace_back(std::forward<CoordinatesT>(value));
66 template <
typename TypeT = Aws::String>
68 m_typeHasBeenSet =
true;
69 m_type = std::forward<TypeT>(value);
71 template <
typename TypeT = Aws::String>
73 SetType(std::forward<TypeT>(value));
81 bool m_coordinatesHasBeenSet =
false;
82 bool m_typeHasBeenSet =
false;
void SetCoordinates(CoordinatesT &&value)
const Aws::Vector< Aws::Vector< Aws::Vector< double > > > & GetCoordinates() const
bool TypeHasBeenSet() const
bool CoordinatesHasBeenSet() const
void SetType(TypeT &&value)
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
Geometry & AddCoordinates(CoordinatesT &&value)
AWS_SAGEMAKERGEOSPATIAL_API Geometry & operator=(Aws::Utils::Json::JsonView jsonValue)
Geometry & WithType(TypeT &&value)
AWS_SAGEMAKERGEOSPATIAL_API Geometry(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetType() const
Geometry & WithCoordinates(CoordinatesT &&value)
AWS_SAGEMAKERGEOSPATIAL_API Geometry()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue