7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/geo-routes/model/RouteTollPrice.h>
10#include <aws/geo-routes/model/RouteTollPass.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/geo-routes/model/RouteTollPaymentMethod.h>
13#include <aws/geo-routes/model/RouteTransponder.h>
53 inline void SetApplicableTimes(
const char* value) { m_applicableTimesHasBeenSet =
true; m_applicableTimes.assign(value); }
78 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
79 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
105 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
153 bool m_applicableTimesHasBeenSet =
false;
156 bool m_convertedPriceHasBeenSet =
false;
159 bool m_idHasBeenSet =
false;
162 bool m_localPriceHasBeenSet =
false;
165 bool m_nameHasBeenSet =
false;
168 bool m_passHasBeenSet =
false;
171 bool m_paymentMethodsHasBeenSet =
false;
174 bool m_transpondersHasBeenSet =
false;
RouteTollRate & WithApplicableTimes(Aws::String &&value)
const Aws::String & GetName() const
void SetApplicableTimes(const Aws::String &value)
void SetId(const char *value)
bool PassHasBeenSet() const
void SetPass(RouteTollPass &&value)
void SetLocalPrice(RouteTollPrice &&value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
RouteTollRate & AddTransponders(const RouteTransponder &value)
RouteTollRate & WithPaymentMethods(const Aws::Vector< RouteTollPaymentMethod > &value)
RouteTollRate & WithId(const char *value)
RouteTollRate & WithId(const Aws::String &value)
RouteTollRate & WithConvertedPrice(RouteTollPrice &&value)
bool ApplicableTimesHasBeenSet() const
void SetApplicableTimes(const char *value)
const Aws::String & GetApplicableTimes() const
const RouteTollPass & GetPass() const
bool IdHasBeenSet() const
RouteTollRate & AddPaymentMethods(const RouteTollPaymentMethod &value)
RouteTollRate & AddPaymentMethods(RouteTollPaymentMethod &&value)
RouteTollRate & WithTransponders(Aws::Vector< RouteTransponder > &&value)
void SetLocalPrice(const RouteTollPrice &value)
void SetApplicableTimes(Aws::String &&value)
RouteTollRate & WithPass(const RouteTollPass &value)
RouteTollRate & AddTransponders(RouteTransponder &&value)
void SetName(Aws::String &&value)
void SetPaymentMethods(const Aws::Vector< RouteTollPaymentMethod > &value)
AWS_GEOROUTES_API RouteTollRate()
bool NameHasBeenSet() const
void SetConvertedPrice(const RouteTollPrice &value)
AWS_GEOROUTES_API RouteTollRate(Aws::Utils::Json::JsonView jsonValue)
void SetPass(const RouteTollPass &value)
const RouteTollPrice & GetLocalPrice() const
bool PaymentMethodsHasBeenSet() const
RouteTollRate & WithLocalPrice(const RouteTollPrice &value)
RouteTollRate & WithApplicableTimes(const char *value)
AWS_GEOROUTES_API RouteTollRate & operator=(Aws::Utils::Json::JsonView jsonValue)
RouteTollRate & WithApplicableTimes(const Aws::String &value)
RouteTollRate & WithPass(RouteTollPass &&value)
RouteTollRate & WithName(const Aws::String &value)
const Aws::Vector< RouteTollPaymentMethod > & GetPaymentMethods() const
void SetTransponders(const Aws::Vector< RouteTransponder > &value)
RouteTollRate & WithName(Aws::String &&value)
void SetTransponders(Aws::Vector< RouteTransponder > &&value)
void SetPaymentMethods(Aws::Vector< RouteTollPaymentMethod > &&value)
void SetConvertedPrice(RouteTollPrice &&value)
RouteTollRate & WithTransponders(const Aws::Vector< RouteTransponder > &value)
const Aws::String & GetId() const
RouteTollRate & WithId(Aws::String &&value)
RouteTollRate & WithName(const char *value)
void SetId(const Aws::String &value)
RouteTollRate & WithPaymentMethods(Aws::Vector< RouteTollPaymentMethod > &&value)
bool TranspondersHasBeenSet() const
RouteTollRate & WithConvertedPrice(const RouteTollPrice &value)
bool ConvertedPriceHasBeenSet() const
void SetName(const Aws::String &value)
void SetName(const char *value)
const RouteTollPrice & GetConvertedPrice() const
bool LocalPriceHasBeenSet() const
const Aws::Vector< RouteTransponder > & GetTransponders() const
RouteTollRate & WithLocalPrice(RouteTollPrice &&value)
void SetId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue