7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/geo-routes/model/LocalizedString.h>
9#include <aws/geo-routes/model/RouteNumber.h>
42 template <
typename RoadNameT = LocalizedString>
44 m_roadNameHasBeenSet =
true;
45 m_roadName = std::forward<RoadNameT>(value);
47 template <
typename RoadNameT = LocalizedString>
60 template <
typename RouteNumberT = RouteNumber>
62 m_routeNumberHasBeenSet =
true;
63 m_routeNumber = std::forward<RouteNumberT>(value);
65 template <
typename RouteNumberT = RouteNumber>
75 bool m_roadNameHasBeenSet =
false;
76 bool m_routeNumberHasBeenSet =
false;
AWS_GEOROUTES_API RouteMajorRoadLabel(Aws::Utils::Json::JsonView jsonValue)
const RouteNumber & GetRouteNumber() const
void SetRouteNumber(RouteNumberT &&value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
const LocalizedString & GetRoadName() const
RouteMajorRoadLabel & WithRoadName(RoadNameT &&value)
void SetRoadName(RoadNameT &&value)
AWS_GEOROUTES_API RouteMajorRoadLabel()=default
AWS_GEOROUTES_API RouteMajorRoadLabel & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RouteNumberHasBeenSet() const
bool RoadNameHasBeenSet() const
RouteMajorRoadLabel & WithRouteNumber(RouteNumberT &&value)
Aws::Utils::Json::JsonValue JsonValue