7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
47 template<
typename DistanceT = Aws::Vector<
long long>>
48 void SetDistance(DistanceT&& value) { m_distanceHasBeenSet =
true; m_distance = std::forward<DistanceT>(value); }
49 template<
typename DistanceT = Aws::Vector<
long long>>
60 template<
typename TimeT = Aws::Vector<
long long>>
61 void SetTime(TimeT&& value) { m_timeHasBeenSet =
true; m_time = std::forward<TimeT>(value); }
62 template<
typename TimeT = Aws::Vector<
long long>>
69 bool m_distanceHasBeenSet =
false;
72 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