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>
45 template <
typename PositionT = Aws::Vector<
double>>
47 m_positionHasBeenSet =
true;
48 m_position = std::forward<PositionT>(value);
50 template <
typename PositionT = Aws::Vector<
double>>
56 m_positionHasBeenSet =
true;
57 m_position.push_back(value);
77 m_useWithHasBeenSet =
true;
89 bool m_positionHasBeenSet =
false;
90 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