7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
48 template<
typename LineStringT = Aws::Vector<Aws::Vector<
double>>>
49 void SetLineString(LineStringT&& value) { m_lineStringHasBeenSet =
true; m_lineString = std::forward<LineStringT>(value); }
50 template<
typename LineStringT = Aws::Vector<Aws::Vector<
double>>>
52 template<
typename LineStringT = Aws::Vector<
double>>
53 Corridor&
AddLineString(LineStringT&& value) { m_lineStringHasBeenSet =
true; m_lineString.emplace_back(std::forward<LineStringT>(value));
return *
this; }
62 inline void SetRadius(
int value) { m_radiusHasBeenSet =
true; m_radius = value; }
68 bool m_lineStringHasBeenSet =
false;
71 bool m_radiusHasBeenSet =
false;
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GEOROUTES_API Corridor & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRadius(int value)
AWS_GEOROUTES_API Corridor()=default
bool LineStringHasBeenSet() const
Corridor & AddLineString(LineStringT &&value)
AWS_GEOROUTES_API Corridor(Aws::Utils::Json::JsonView jsonValue)
Corridor & WithRadius(int value)
Corridor & WithLineString(LineStringT &&value)
void SetLineString(LineStringT &&value)
const Aws::Vector< Aws::Vector< double > > & GetLineString() const
bool RadiusHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue