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