7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
9#include <aws/geo-routes/model/LocalizedString.h>
10#include <aws/geo-routes/model/RouteNumber.h>
11#include <aws/geo-routes/model/RouteRoadType.h>
43 template <
typename RoadNameT = Aws::Vector<LocalizedString>>
45 m_roadNameHasBeenSet =
true;
46 m_roadName = std::forward<RoadNameT>(value);
48 template <
typename RoadNameT = Aws::Vector<LocalizedString>>
53 template <
typename RoadNameT = LocalizedString>
55 m_roadNameHasBeenSet =
true;
56 m_roadName.emplace_back(std::forward<RoadNameT>(value));
67 template <
typename RouteNumberT = Aws::Vector<RouteNumber>>
69 m_routeNumberHasBeenSet =
true;
70 m_routeNumber = std::forward<RouteNumberT>(value);
72 template <
typename RouteNumberT = Aws::Vector<RouteNumber>>
77 template <
typename RouteNumberT = RouteNumber>
79 m_routeNumberHasBeenSet =
true;
80 m_routeNumber.emplace_back(std::forward<RouteNumberT>(value));
91 template <
typename TowardsT = Aws::Vector<LocalizedString>>
93 m_towardsHasBeenSet =
true;
94 m_towards = std::forward<TowardsT>(value);
96 template <
typename TowardsT = Aws::Vector<LocalizedString>>
101 template <
typename TowardsT = LocalizedString>
103 m_towardsHasBeenSet =
true;
104 m_towards.emplace_back(std::forward<TowardsT>(value));
116 m_typeHasBeenSet =
true;
132 bool m_roadNameHasBeenSet =
false;
133 bool m_routeNumberHasBeenSet =
false;
134 bool m_towardsHasBeenSet =
false;
135 bool m_typeHasBeenSet =
false;
RouteRoad & AddRoadName(RoadNameT &&value)
bool TypeHasBeenSet() const
const Aws::Vector< LocalizedString > & GetRoadName() const
RouteRoad & AddTowards(TowardsT &&value)
bool RoadNameHasBeenSet() const
bool RouteNumberHasBeenSet() const
void SetRouteNumber(RouteNumberT &&value)
RouteRoadType GetType() const
bool TowardsHasBeenSet() const
const Aws::Vector< RouteNumber > & GetRouteNumber() const
void SetTowards(TowardsT &&value)
RouteRoad & AddRouteNumber(RouteNumberT &&value)
AWS_GEOROUTES_API RouteRoad(Aws::Utils::Json::JsonView jsonValue)
void SetRoadName(RoadNameT &&value)
void SetType(RouteRoadType value)
RouteRoad & WithType(RouteRoadType value)
RouteRoad & WithRoadName(RoadNameT &&value)
AWS_GEOROUTES_API RouteRoad()=default
const Aws::Vector< LocalizedString > & GetTowards() const
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
RouteRoad & WithRouteNumber(RouteNumberT &&value)
RouteRoad & WithTowards(TowardsT &&value)
AWS_GEOROUTES_API RouteRoad & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue