7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
21namespace LocationService
51 template<
typename LineStringT = Aws::Vector<Aws::Vector<
double>>>
52 void SetLineString(LineStringT&& value) { m_lineStringHasBeenSet =
true; m_lineString = std::forward<LineStringT>(value); }
53 template<
typename LineStringT = Aws::Vector<Aws::Vector<
double>>>
55 template<
typename LineStringT = Aws::Vector<
double>>
56 LegGeometry&
AddLineString(LineStringT&& value) { m_lineStringHasBeenSet =
true; m_lineString.emplace_back(std::forward<LineStringT>(value));
return *
this; }
61 bool m_lineStringHasBeenSet =
false;
const Aws::Vector< Aws::Vector< double > > & GetLineString() const
bool LineStringHasBeenSet() const
AWS_LOCATIONSERVICE_API LegGeometry & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
LegGeometry & AddLineString(LineStringT &&value)
AWS_LOCATIONSERVICE_API LegGeometry(Aws::Utils::Json::JsonView jsonValue)
AWS_LOCATIONSERVICE_API LegGeometry()=default
LegGeometry & WithLineString(LineStringT &&value)
void SetLineString(LineStringT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue