7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/geo-routes/model/SideOfStreetMatchingStrategy.h>
48 template<
typename PositionT = Aws::Vector<
double>>
49 void SetPosition(PositionT&& value) { m_positionHasBeenSet =
true; m_position = std::forward<PositionT>(value); }
50 template<
typename PositionT = Aws::Vector<
double>>
69 bool m_positionHasBeenSet =
false;
72 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