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>
41 template <
typename IntersectionT = Aws::Vector<LocalizedString>>
43 m_intersectionHasBeenSet =
true;
44 m_intersection = std::forward<IntersectionT>(value);
46 template <
typename IntersectionT = Aws::Vector<LocalizedString>>
51 template <
typename IntersectionT = LocalizedString>
53 m_intersectionHasBeenSet =
true;
54 m_intersection.emplace_back(std::forward<IntersectionT>(value));
60 bool m_intersectionHasBeenSet =
false;
RouteContinueStepDetails & AddIntersection(IntersectionT &&value)
AWS_GEOROUTES_API RouteContinueStepDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< LocalizedString > & GetIntersection() const
bool IntersectionHasBeenSet() const
AWS_GEOROUTES_API RouteContinueStepDetails(Aws::Utils::Json::JsonView jsonValue)
RouteContinueStepDetails & WithIntersection(IntersectionT &&value)
AWS_GEOROUTES_API RouteContinueStepDetails()=default
void SetIntersection(IntersectionT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue