7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
9#include <aws/geo-routes/model/MatchingStrategy.h>
42 template <
typename NameH
intT = Aws::String>
44 m_nameHintHasBeenSet =
true;
45 m_nameHint = std::forward<NameHintT>(value);
47 template <
typename NameH
intT = Aws::String>
63 m_onRoadThresholdHasBeenSet =
true;
64 m_onRoadThreshold = value;
78 inline long long GetRadius()
const {
return m_radius; }
81 m_radiusHasBeenSet =
true;
99 m_strategyHasBeenSet =
true;
110 long long m_onRoadThreshold{0};
112 long long m_radius{0};
115 bool m_nameHintHasBeenSet =
false;
116 bool m_onRoadThresholdHasBeenSet =
false;
117 bool m_radiusHasBeenSet =
false;
118 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