7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/location/LocationService_EXPORTS.h>
19namespace LocationService {
45 template <
typename Po
intT = Aws::Vector<
double>>
47 m_pointHasBeenSet =
true;
48 m_point = std::forward<PointT>(value);
50 template <
typename Po
intT = Aws::Vector<
double>>
52 SetPoint(std::forward<PointT>(value));
56 m_pointHasBeenSet =
true;
57 m_point.push_back(value);
63 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