7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
21namespace LocationService
51 template<
typename Po
intT = Aws::Vector<
double>>
52 void SetPoint(PointT&& value) { m_pointHasBeenSet =
true; m_point = std::forward<PointT>(value); }
53 template<
typename Po
intT = Aws::Vector<
double>>
55 inline PlaceGeometry&
AddPoint(
double value) { m_pointHasBeenSet =
true; m_point.push_back(value);
return *
this; }
60 bool m_pointHasBeenSet =
false;
bool PointHasBeenSet() const
AWS_LOCATIONSERVICE_API PlaceGeometry & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< double > & GetPoint() const
PlaceGeometry & AddPoint(double value)
PlaceGeometry & WithPoint(PointT &&value)
AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LOCATIONSERVICE_API PlaceGeometry()=default
AWS_LOCATIONSERVICE_API PlaceGeometry(Aws::Utils::Json::JsonView jsonValue)
void SetPoint(PointT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue