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>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename PositionT = Aws::Vector<
double>>
61 void SetPosition(PositionT&& value) { m_positionHasBeenSet =
true; m_position = std::forward<PositionT>(value); }
62 template<
typename PositionT = Aws::Vector<
double>>
69 bool m_nameHasBeenSet =
false;
72 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