7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
9#include <aws/geo-routes/model/RouteTransitDeparture.h>
10#include <aws/geo-routes/model/RouteTransitIntermediateStopAttribute.h>
11#include <aws/geo-routes/model/RouteTransitTransportModeDetails.h>
44 template <
typename AttributesT = Aws::Vector<RouteTransitIntermediateStopAttribute>>
46 m_attributesHasBeenSet =
true;
47 m_attributes = std::forward<AttributesT>(value);
49 template <
typename AttributesT = Aws::Vector<RouteTransitIntermediateStopAttribute>>
55 m_attributesHasBeenSet =
true;
56 m_attributes.push_back(value);
67 template <
typename DepartureT = RouteTransitDeparture>
69 m_departureHasBeenSet =
true;
70 m_departure = std::forward<DepartureT>(value);
72 template <
typename DepartureT = RouteTransitDeparture>
86 m_durationHasBeenSet =
true;
102 m_geometryOffsetHasBeenSet =
true;
103 m_geometryOffset = value;
117 template <
typename TransportT = RouteTransitTransportModeDetails>
119 m_transportHasBeenSet =
true;
120 m_transport = std::forward<TransportT>(value);
122 template <
typename TransportT = RouteTransitTransportModeDetails>
133 long long m_duration{0};
135 int m_geometryOffset{0};
137 RouteTransitTransportModeDetails m_transport;
138 bool m_attributesHasBeenSet =
false;
139 bool m_departureHasBeenSet =
false;
140 bool m_durationHasBeenSet =
false;
141 bool m_geometryOffsetHasBeenSet =
false;
142 bool m_transportHasBeenSet =
false;
RouteTransitIntermediateStopAttribute
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue