AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RouteContinueStepDetails.h
1
6#pragma once
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>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace GeoRoutes
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_GEOROUTES_API RouteContinueStepDetails();
38 AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::Vector<LocalizedString>& GetIntersection() const{ return m_intersection; }
46 inline bool IntersectionHasBeenSet() const { return m_intersectionHasBeenSet; }
47 inline void SetIntersection(const Aws::Vector<LocalizedString>& value) { m_intersectionHasBeenSet = true; m_intersection = value; }
48 inline void SetIntersection(Aws::Vector<LocalizedString>&& value) { m_intersectionHasBeenSet = true; m_intersection = std::move(value); }
51 inline RouteContinueStepDetails& AddIntersection(const LocalizedString& value) { m_intersectionHasBeenSet = true; m_intersection.push_back(value); return *this; }
52 inline RouteContinueStepDetails& AddIntersection(LocalizedString&& value) { m_intersectionHasBeenSet = true; m_intersection.push_back(std::move(value)); return *this; }
54 private:
55
56 Aws::Vector<LocalizedString> m_intersection;
57 bool m_intersectionHasBeenSet = false;
58 };
59
60} // namespace Model
61} // namespace GeoRoutes
62} // namespace Aws
void SetIntersection(Aws::Vector< LocalizedString > &&value)
RouteContinueStepDetails & WithIntersection(const Aws::Vector< LocalizedString > &value)
void SetIntersection(const Aws::Vector< LocalizedString > &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
RouteContinueStepDetails & AddIntersection(LocalizedString &&value)
AWS_GEOROUTES_API RouteContinueStepDetails(Aws::Utils::Json::JsonView jsonValue)
RouteContinueStepDetails & WithIntersection(Aws::Vector< LocalizedString > &&value)
RouteContinueStepDetails & AddIntersection(const LocalizedString &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue