7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/location/LocationService_EXPORTS.h>
19namespace LocationService {
45 template <
typename LineStringT = Aws::Vector<Aws::Vector<
double>>>
47 m_lineStringHasBeenSet =
true;
48 m_lineString = std::forward<LineStringT>(value);
50 template <
typename LineStringT = Aws::Vector<Aws::Vector<
double>>>
55 template <
typename LineStringT = Aws::Vector<
double>>
57 m_lineStringHasBeenSet =
true;
58 m_lineString.emplace_back(std::forward<LineStringT>(value));
64 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