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