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);
67 m_useWithHasBeenSet =
true;
79 bool m_positionHasBeenSet =
false;
80 bool m_useWithHasBeenSet =
false;
AWS_GEOROUTES_API RouteSideOfStreetOptions(Aws::Utils::Json::JsonView jsonValue)
RouteSideOfStreetOptions & WithPosition(PositionT &&value)
bool UseWithHasBeenSet() const
AWS_GEOROUTES_API RouteSideOfStreetOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
RouteSideOfStreetOptions & WithUseWith(SideOfStreetMatchingStrategy value)
void SetUseWith(SideOfStreetMatchingStrategy value)
void SetPosition(PositionT &&value)
const Aws::Vector< double > & GetPosition() const
AWS_GEOROUTES_API RouteSideOfStreetOptions()=default
RouteSideOfStreetOptions & AddPosition(double value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
bool PositionHasBeenSet() const
SideOfStreetMatchingStrategy GetUseWith() const
SideOfStreetMatchingStrategy
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue