7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/geo-routes/model/RouteTollPriceValueRange.h>
50 inline void SetCurrency(
const char* value) { m_currencyHasBeenSet =
true; m_currency.assign(value); }
62 inline void SetEstimate(
bool value) { m_estimateHasBeenSet =
true; m_estimate = value; }
73 inline void SetPerDuration(
long long value) { m_perDurationHasBeenSet =
true; m_perDuration = value; }
82 inline bool GetRange()
const{
return m_range; }
84 inline void SetRange(
bool value) { m_rangeHasBeenSet =
true; m_range = value; }
106 inline void SetValue(
double value) { m_valueHasBeenSet =
true; m_value = value; }
112 bool m_currencyHasBeenSet =
false;
115 bool m_estimateHasBeenSet =
false;
117 long long m_perDuration;
118 bool m_perDurationHasBeenSet =
false;
121 bool m_rangeHasBeenSet =
false;
124 bool m_rangeValueHasBeenSet =
false;
127 bool m_valueHasBeenSet =
false;
RouteTollPrice & WithCurrency(const Aws::String &value)
RouteTollPrice & WithRangeValue(RouteTollPriceValueRange &&value)
void SetCurrency(const char *value)
bool RangeHasBeenSet() const
RouteTollPrice & WithRange(bool value)
void SetPerDuration(long long value)
void SetCurrency(Aws::String &&value)
RouteTollPrice & WithValue(double value)
RouteTollPrice & WithCurrency(const char *value)
void SetEstimate(bool value)
RouteTollPrice & WithPerDuration(long long value)
RouteTollPrice & WithRangeValue(const RouteTollPriceValueRange &value)
const RouteTollPriceValueRange & GetRangeValue() const
void SetRangeValue(RouteTollPriceValueRange &&value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
bool RangeValueHasBeenSet() const
bool EstimateHasBeenSet() const
AWS_GEOROUTES_API RouteTollPrice & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API RouteTollPrice(Aws::Utils::Json::JsonView jsonValue)
long long GetPerDuration() const
RouteTollPrice & WithCurrency(Aws::String &&value)
bool PerDurationHasBeenSet() const
AWS_GEOROUTES_API RouteTollPrice()
bool ValueHasBeenSet() const
RouteTollPrice & WithEstimate(bool value)
void SetCurrency(const Aws::String &value)
const Aws::String & GetCurrency() const
bool CurrencyHasBeenSet() const
void SetRangeValue(const RouteTollPriceValueRange &value)
void SetRange(bool value)
void SetValue(double value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue