7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/geo-routes/model/LocalizedString.h>
47 template<
typename IntersectionT = Aws::Vector<LocalizedString>>
48 void SetIntersection(IntersectionT&& value) { m_intersectionHasBeenSet =
true; m_intersection = std::forward<IntersectionT>(value); }
49 template<
typename IntersectionT = Aws::Vector<LocalizedString>>
51 template<
typename IntersectionT = LocalizedString>
57 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