AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RouteSpanAdditionalFeature.h
1
6#pragma once
7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace GeoRoutes
13{
14namespace Model
15{
17 {
18 NOT_SET,
21 Country,
26 Gates,
28 Names,
29 Notices,
32 Region,
41 Zones,
43 };
44
45namespace RouteSpanAdditionalFeatureMapper
46{
48
50} // namespace RouteSpanAdditionalFeatureMapper
51} // namespace Model
52} // namespace GeoRoutes
53} // namespace Aws
AWS_GEOROUTES_API Aws::String GetNameForRouteSpanAdditionalFeature(RouteSpanAdditionalFeature value)
AWS_GEOROUTES_API RouteSpanAdditionalFeature GetRouteSpanAdditionalFeatureForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String