7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
45 template <
typename DistanceT = Aws::Vector<
long long>>
47 m_distanceHasBeenSet =
true;
48 m_distance = std::forward<DistanceT>(value);
50 template <
typename DistanceT = Aws::Vector<
long long>>
56 m_distanceHasBeenSet =
true;
57 m_distance.push_back(value);
69 template <
typename TimeT = Aws::Vector<
long long>>
71 m_timeHasBeenSet =
true;
72 m_time = std::forward<TimeT>(value);
74 template <
typename TimeT = Aws::Vector<
long long>>
76 SetTime(std::forward<TimeT>(value));
80 m_timeHasBeenSet =
true;
81 m_time.push_back(value);
89 bool m_distanceHasBeenSet =
false;
90 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