7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/geo-routes/model/IsolineMatchingOptions.h>
9#include <aws/geo-routes/model/IsolineSideOfStreetOptions.h>
44 m_avoidActionsForDistanceHasBeenSet =
true;
45 m_avoidActionsForDistance = value;
60 m_headingHasBeenSet =
true;
75 template <
typename MatchingT = IsolineMatchingOptions>
77 m_matchingHasBeenSet =
true;
78 m_matching = std::forward<MatchingT>(value);
80 template <
typename MatchingT = IsolineMatchingOptions>
94 template <
typename S
ideOfStreetT = IsolineS
ideOfStreetOptions>
96 m_sideOfStreetHasBeenSet =
true;
97 m_sideOfStreet = std::forward<SideOfStreetT>(value);
99 template <
typename S
ideOfStreetT = IsolineS
ideOfStreetOptions>
106 long long m_avoidActionsForDistance{0};
108 double m_heading{0.0};
110 IsolineMatchingOptions m_matching;
112 IsolineSideOfStreetOptions m_sideOfStreet;
113 bool m_avoidActionsForDistanceHasBeenSet =
false;
114 bool m_headingHasBeenSet =
false;
115 bool m_matchingHasBeenSet =
false;
116 bool m_sideOfStreetHasBeenSet =
false;
void SetAvoidActionsForDistance(long long value)
AWS_GEOROUTES_API IsolineOriginOptions()=default
double GetHeading() const
IsolineOriginOptions & WithSideOfStreet(SideOfStreetT &&value)
const IsolineSideOfStreetOptions & GetSideOfStreet() const
void SetSideOfStreet(SideOfStreetT &&value)
bool HeadingHasBeenSet() const
AWS_GEOROUTES_API IsolineOriginOptions(Aws::Utils::Json::JsonView jsonValue)
const IsolineMatchingOptions & GetMatching() const
IsolineOriginOptions & WithAvoidActionsForDistance(long long value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
bool SideOfStreetHasBeenSet() const
long long GetAvoidActionsForDistance() const
IsolineOriginOptions & WithMatching(MatchingT &&value)
AWS_GEOROUTES_API IsolineOriginOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMatching(MatchingT &&value)
bool AvoidActionsForDistanceHasBeenSet() const
void SetHeading(double value)
IsolineOriginOptions & WithHeading(double value)
bool MatchingHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue