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>>
68 bool m_positionHasBeenSet =
false;
71 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