7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
9#include <aws/geo-routes/model/SideOfStreetMatchingStrategy.h>
42 template <
typename PositionT = Aws::Vector<
double>>
44 m_positionHasBeenSet =
true;
45 m_position = std::forward<PositionT>(value);
47 template <
typename PositionT = Aws::Vector<
double>>
53 m_positionHasBeenSet =
true;
54 m_position.push_back(value);
68 m_useWithHasBeenSet =
true;
80 bool m_positionHasBeenSet =
false;
81 bool m_useWithHasBeenSet =
false;
AWS_GEOROUTES_API IsolineSideOfStreetOptions()=default
void SetUseWith(SideOfStreetMatchingStrategy value)
SideOfStreetMatchingStrategy GetUseWith() const
IsolineSideOfStreetOptions & WithUseWith(SideOfStreetMatchingStrategy value)
IsolineSideOfStreetOptions & WithPosition(PositionT &&value)
const Aws::Vector< double > & GetPosition() const
void SetPosition(PositionT &&value)
AWS_GEOROUTES_API IsolineSideOfStreetOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool UseWithHasBeenSet() const
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
bool PositionHasBeenSet() const
IsolineSideOfStreetOptions & AddPosition(double value)
AWS_GEOROUTES_API IsolineSideOfStreetOptions(Aws::Utils::Json::JsonView jsonValue)
SideOfStreetMatchingStrategy
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue