7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
71 bool m_nameHasBeenSet =
false;
74 bool m_positionHasBeenSet =
false;
void SetName(const char *value)
RouteTollPaymentSite & WithName(Aws::String &&value)
RouteTollPaymentSite & WithName(const Aws::String &value)
bool PositionHasBeenSet() const
AWS_GEOROUTES_API RouteTollPaymentSite & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPosition(Aws::Vector< double > &&value)
RouteTollPaymentSite & WithName(const char *value)
void SetPosition(const Aws::Vector< double > &value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
RouteTollPaymentSite & WithPosition(const Aws::Vector< double > &value)
AWS_GEOROUTES_API RouteTollPaymentSite()
bool NameHasBeenSet() const
RouteTollPaymentSite & WithPosition(Aws::Vector< double > &&value)
RouteTollPaymentSite & AddPosition(double value)
void SetName(const Aws::String &value)
AWS_GEOROUTES_API RouteTollPaymentSite(Aws::Utils::Json::JsonView jsonValue)
void SetName(Aws::String &&value)
const Aws::String & GetName() const
const Aws::Vector< double > & GetPosition() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue