7#include <aws/core/utils/memory/stl/AWSVector.h>
8#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));
67 m_radiusHasBeenSet =
true;
79 bool m_lineStringHasBeenSet =
false;
80 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