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;
const Aws::String & GetNameHint() const
IsolineMatchingOptions & WithNameHint(const Aws::String &value)
long long GetRadius() const
void SetNameHint(Aws::String &&value)
void SetRadius(long long value)
AWS_GEOROUTES_API IsolineMatchingOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool OnRoadThresholdHasBeenSet() const
long long GetOnRoadThreshold() const
void SetStrategy(const MatchingStrategy &value)
void SetOnRoadThreshold(long long value)
IsolineMatchingOptions & WithOnRoadThreshold(long long value)
void SetNameHint(const char *value)
IsolineMatchingOptions & WithNameHint(Aws::String &&value)
const MatchingStrategy & GetStrategy() const
IsolineMatchingOptions & WithStrategy(MatchingStrategy &&value)
void SetStrategy(MatchingStrategy &&value)
bool NameHintHasBeenSet() const
AWS_GEOROUTES_API IsolineMatchingOptions()
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
IsolineMatchingOptions & WithRadius(long long value)
void SetNameHint(const Aws::String &value)
AWS_GEOROUTES_API IsolineMatchingOptions(Aws::Utils::Json::JsonView jsonValue)
IsolineMatchingOptions & WithNameHint(const char *value)
bool StrategyHasBeenSet() const
bool RadiusHasBeenSet() const
IsolineMatchingOptions & WithStrategy(const MatchingStrategy &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue