7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
42 template <
typename LineStringT = Aws::Vector<Aws::Vector<
double>>>
44 m_lineStringHasBeenSet =
true;
45 m_lineString = std::forward<LineStringT>(value);
47 template <
typename LineStringT = Aws::Vector<Aws::Vector<
double>>>
52 template <
typename LineStringT = Aws::Vector<
double>>
54 m_lineStringHasBeenSet =
true;
55 m_lineString.emplace_back(std::forward<LineStringT>(value));
68 template <
typename PolylineT = Aws::String>
70 m_polylineHasBeenSet =
true;
71 m_polyline = std::forward<PolylineT>(value);
73 template <
typename PolylineT = Aws::String>
83 bool m_lineStringHasBeenSet =
false;
84 bool m_polylineHasBeenSet =
false;
AWS_GEOROUTES_API RouteLegGeometry()=default
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
bool LineStringHasBeenSet() const
void SetPolyline(PolylineT &&value)
RouteLegGeometry & AddLineString(LineStringT &&value)
const Aws::Vector< Aws::Vector< double > > & GetLineString() const
AWS_GEOROUTES_API RouteLegGeometry & operator=(Aws::Utils::Json::JsonView jsonValue)
RouteLegGeometry & WithLineString(LineStringT &&value)
const Aws::String & GetPolyline() const
void SetLineString(LineStringT &&value)
AWS_GEOROUTES_API RouteLegGeometry(Aws::Utils::Json::JsonView jsonValue)
RouteLegGeometry & WithPolyline(PolylineT &&value)
bool PolylineHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue