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>
50 inline void SetNameHint(
const char* value) { m_nameHintHasBeenSet =
true; m_nameHint.assign(value); }
64 inline void SetOnRoadThreshold(
long long value) { m_onRoadThresholdHasBeenSet =
true; m_onRoadThreshold = value; }
74 inline long long GetRadius()
const{
return m_radius; }
76 inline void SetRadius(
long long value) { m_radiusHasBeenSet =
true; m_radius = value; }
96 bool m_nameHintHasBeenSet =
false;
98 long long m_onRoadThreshold;
99 bool m_onRoadThresholdHasBeenSet =
false;
102 bool m_radiusHasBeenSet =
false;
105 bool m_strategyHasBeenSet =
false;
bool StrategyHasBeenSet() const
RouteMatchingOptions & WithNameHint(const char *value)
RouteMatchingOptions & WithNameHint(const Aws::String &value)
RouteMatchingOptions & WithOnRoadThreshold(long long value)
RouteMatchingOptions & WithStrategy(MatchingStrategy &&value)
AWS_GEOROUTES_API RouteMatchingOptions(Aws::Utils::Json::JsonView jsonValue)
void SetStrategy(const MatchingStrategy &value)
bool OnRoadThresholdHasBeenSet() const
RouteMatchingOptions & WithStrategy(const MatchingStrategy &value)
bool RadiusHasBeenSet() const
const MatchingStrategy & GetStrategy() const
void SetRadius(long long value)
void SetNameHint(const Aws::String &value)
RouteMatchingOptions & WithRadius(long long value)
AWS_GEOROUTES_API RouteMatchingOptions()
bool NameHintHasBeenSet() const
void SetNameHint(const char *value)
AWS_GEOROUTES_API RouteMatchingOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
RouteMatchingOptions & WithNameHint(Aws::String &&value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetNameHint() const
void SetNameHint(Aws::String &&value)
void SetStrategy(MatchingStrategy &&value)
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