7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
41 template <
typename DistanceT = Aws::Vector<
long long>>
43 m_distanceHasBeenSet =
true;
44 m_distance = std::forward<DistanceT>(value);
46 template <
typename DistanceT = Aws::Vector<
long long>>
52 m_distanceHasBeenSet =
true;
53 m_distance.push_back(value);
64 template <
typename TimeT = Aws::Vector<
long long>>
66 m_timeHasBeenSet =
true;
67 m_time = std::forward<TimeT>(value);
69 template <
typename TimeT = Aws::Vector<
long long>>
71 SetTime(std::forward<TimeT>(value));
75 m_timeHasBeenSet =
true;
76 m_time.push_back(value);
84 bool m_distanceHasBeenSet =
false;
85 bool m_timeHasBeenSet =
false;
bool DistanceHasBeenSet() const
void SetTime(TimeT &&value)
const Aws::Vector< long long > & GetTime() const
IsolineThresholds & AddTime(long long value)
IsolineThresholds & WithDistance(DistanceT &&value)
AWS_GEOROUTES_API IsolineThresholds(Aws::Utils::Json::JsonView jsonValue)
IsolineThresholds & AddDistance(long long value)
void SetDistance(DistanceT &&value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
bool TimeHasBeenSet() const
AWS_GEOROUTES_API IsolineThresholds()=default
const Aws::Vector< long long > & GetDistance() const
AWS_GEOROUTES_API IsolineThresholds & operator=(Aws::Utils::Json::JsonView jsonValue)
IsolineThresholds & WithTime(TimeT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue