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; }
71 inline bool GetRange()
const{
return m_range; }
73 inline void SetRange(
bool value) { m_rangeHasBeenSet =
true; m_range = value; }
93 inline double GetValue()
const{
return m_value; }
95 inline void SetValue(
double value) { m_valueHasBeenSet =
true; m_value = value; }
101 bool m_currencyHasBeenSet =
false;
104 bool m_estimateHasBeenSet =
false;
107 bool m_rangeHasBeenSet =
false;
110 bool m_rangeValueHasBeenSet =
false;
113 bool m_valueHasBeenSet =
false;
void SetRangeValue(const RouteTollPriceValueRange &value)
RouteTollPriceSummary & WithValue(double value)
void SetCurrency(const Aws::String &value)
void SetEstimate(bool value)
bool ValueHasBeenSet() const
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
const RouteTollPriceValueRange & GetRangeValue() const
const Aws::String & GetCurrency() const
void SetCurrency(Aws::String &&value)
void SetValue(double value)
RouteTollPriceSummary & WithRangeValue(RouteTollPriceValueRange &&value)
RouteTollPriceSummary & WithCurrency(Aws::String &&value)
RouteTollPriceSummary & WithCurrency(const Aws::String &value)
void SetCurrency(const char *value)
RouteTollPriceSummary & WithCurrency(const char *value)
RouteTollPriceSummary & WithEstimate(bool value)
RouteTollPriceSummary & WithRange(bool value)
AWS_GEOROUTES_API RouteTollPriceSummary()
bool RangeValueHasBeenSet() const
void SetRangeValue(RouteTollPriceValueRange &&value)
bool CurrencyHasBeenSet() const
bool EstimateHasBeenSet() const
AWS_GEOROUTES_API RouteTollPriceSummary(Aws::Utils::Json::JsonView jsonValue)
RouteTollPriceSummary & WithRangeValue(const RouteTollPriceValueRange &value)
bool RangeHasBeenSet() const
AWS_GEOROUTES_API RouteTollPriceSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRange(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue