7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/geo-routes/model/RouteRoadType.h>
10#include <aws/geo-routes/model/LocalizedString.h>
11#include <aws/geo-routes/model/RouteNumber.h>
99 bool m_roadNameHasBeenSet =
false;
102 bool m_routeNumberHasBeenSet =
false;
105 bool m_towardsHasBeenSet =
false;
108 bool m_typeHasBeenSet =
false;
bool TypeHasBeenSet() const
const Aws::Vector< LocalizedString > & GetRoadName() const
bool RoadNameHasBeenSet() const
void SetTowards(const Aws::Vector< LocalizedString > &value)
bool RouteNumberHasBeenSet() const
RouteRoad & AddRouteNumber(RouteNumber &&value)
RouteRoad & WithTowards(const Aws::Vector< LocalizedString > &value)
RouteRoad & WithRoadName(const Aws::Vector< LocalizedString > &value)
bool TowardsHasBeenSet() const
const Aws::Vector< RouteNumber > & GetRouteNumber() const
AWS_GEOROUTES_API RouteRoad()
void SetType(RouteRoadType &&value)
void SetRoadName(Aws::Vector< LocalizedString > &&value)
RouteRoad & WithRoadName(Aws::Vector< LocalizedString > &&value)
void SetRoadName(const Aws::Vector< LocalizedString > &value)
RouteRoad & AddRoadName(LocalizedString &&value)
const RouteRoadType & GetType() const
RouteRoad & WithTowards(Aws::Vector< LocalizedString > &&value)
RouteRoad & WithType(const RouteRoadType &value)
AWS_GEOROUTES_API RouteRoad(Aws::Utils::Json::JsonView jsonValue)
RouteRoad & AddRouteNumber(const RouteNumber &value)
RouteRoad & AddTowards(LocalizedString &&value)
void SetType(const RouteRoadType &value)
const Aws::Vector< LocalizedString > & GetTowards() const
void SetTowards(Aws::Vector< LocalizedString > &&value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRouteNumber(const Aws::Vector< RouteNumber > &value)
RouteRoad & WithRouteNumber(Aws::Vector< RouteNumber > &&value)
RouteRoad & AddRoadName(const LocalizedString &value)
void SetRouteNumber(Aws::Vector< RouteNumber > &&value)
RouteRoad & WithRouteNumber(const Aws::Vector< RouteNumber > &value)
RouteRoad & WithType(RouteRoadType &&value)
AWS_GEOROUTES_API RouteRoad & operator=(Aws::Utils::Json::JsonView jsonValue)
RouteRoad & AddTowards(const LocalizedString &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue