7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/geo-routes/model/MatchingStrategy.h>
48 template<
typename NameH
intT = Aws::String>
49 void SetNameHint(NameHintT&& value) { m_nameHintHasBeenSet =
true; m_nameHint = std::forward<NameHintT>(value); }
50 template<
typename NameH
intT = Aws::String>
62 inline void SetOnRoadThreshold(
long long value) { m_onRoadThresholdHasBeenSet =
true; m_onRoadThreshold = value; }
72 inline long long GetRadius()
const {
return m_radius; }
74 inline void SetRadius(
long long value) { m_radiusHasBeenSet =
true; m_radius = value; }
92 bool m_nameHintHasBeenSet =
false;
94 long long m_onRoadThreshold{0};
95 bool m_onRoadThresholdHasBeenSet =
false;
97 long long m_radius{0};
98 bool m_radiusHasBeenSet =
false;
101 bool m_strategyHasBeenSet =
false;
MatchingStrategy GetStrategy() const
bool StrategyHasBeenSet() const
RouteMatchingOptions & WithOnRoadThreshold(long long value)
AWS_GEOROUTES_API RouteMatchingOptions(Aws::Utils::Json::JsonView jsonValue)
bool OnRoadThresholdHasBeenSet() const
void SetStrategy(MatchingStrategy value)
bool RadiusHasBeenSet() const
RouteMatchingOptions & WithNameHint(NameHintT &&value)
void SetRadius(long long value)
RouteMatchingOptions & WithRadius(long long value)
RouteMatchingOptions & WithStrategy(MatchingStrategy value)
bool NameHintHasBeenSet() const
void SetNameHint(NameHintT &&value)
AWS_GEOROUTES_API RouteMatchingOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetNameHint() const
AWS_GEOROUTES_API RouteMatchingOptions()=default
long long GetRadius() const
void SetOnRoadThreshold(long long value)
long long GetOnRoadThreshold() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue