7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename PositionT = Aws::Vector<
double>>
62 m_positionHasBeenSet =
true;
63 m_position = std::forward<PositionT>(value);
65 template <
typename PositionT = Aws::Vector<
double>>
71 m_positionHasBeenSet =
true;
72 m_position.push_back(value);
80 bool m_nameHasBeenSet =
false;
81 bool m_positionHasBeenSet =
false;
void SetPosition(PositionT &&value)
void SetName(NameT &&value)
bool PositionHasBeenSet() const
AWS_GEOROUTES_API RouteTollPaymentSite & operator=(Aws::Utils::Json::JsonView jsonValue)
RouteTollPaymentSite & WithPosition(PositionT &&value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
RouteTollPaymentSite & WithName(NameT &&value)
RouteTollPaymentSite & AddPosition(double value)
AWS_GEOROUTES_API RouteTollPaymentSite(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API RouteTollPaymentSite()=default
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