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>
43 template <
typename LineStringT = Aws::Vector<Aws::Vector<
double>>>
45 m_lineStringHasBeenSet =
true;
46 m_lineString = std::forward<LineStringT>(value);
48 template <
typename LineStringT = Aws::Vector<Aws::Vector<
double>>>
53 template <
typename LineStringT = Aws::Vector<
double>>
55 m_lineStringHasBeenSet =
true;
56 m_lineString.emplace_back(std::forward<LineStringT>(value));
69 template <
typename PolylineT = Aws::String>
71 m_polylineHasBeenSet =
true;
72 m_polyline = std::forward<PolylineT>(value);
74 template <
typename PolylineT = Aws::String>
84 bool m_lineStringHasBeenSet =
false;
85 bool m_polylineHasBeenSet =
false;
IsolineConnectionGeometry & WithPolyline(PolylineT &&value)
IsolineConnectionGeometry & AddLineString(LineStringT &&value)
AWS_GEOROUTES_API IsolineConnectionGeometry & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPolyline() const
const Aws::Vector< Aws::Vector< double > > & GetLineString() const
IsolineConnectionGeometry & WithLineString(LineStringT &&value)
bool PolylineHasBeenSet() const
void SetLineString(LineStringT &&value)
AWS_GEOROUTES_API IsolineConnectionGeometry(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPolyline(PolylineT &&value)
AWS_GEOROUTES_API IsolineConnectionGeometry()=default
bool LineStringHasBeenSet() 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