AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
RoutePedestrianArrival.h
1
6#pragma once
7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/geo-routes/model/RoutePedestrianPlace.h>
9#include <aws/core/utils/memory/stl/AWSString.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
36 {
37 public:
38 AWS_GEOROUTES_API RoutePedestrianArrival() = default;
41 AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
48 inline const RoutePedestrianPlace& GetPlace() const { return m_place; }
49 inline bool PlaceHasBeenSet() const { return m_placeHasBeenSet; }
50 template<typename PlaceT = RoutePedestrianPlace>
51 void SetPlace(PlaceT&& value) { m_placeHasBeenSet = true; m_place = std::forward<PlaceT>(value); }
52 template<typename PlaceT = RoutePedestrianPlace>
53 RoutePedestrianArrival& WithPlace(PlaceT&& value) { SetPlace(std::forward<PlaceT>(value)); return *this;}
55
57
60 inline const Aws::String& GetTime() const { return m_time; }
61 inline bool TimeHasBeenSet() const { return m_timeHasBeenSet; }
62 template<typename TimeT = Aws::String>
63 void SetTime(TimeT&& value) { m_timeHasBeenSet = true; m_time = std::forward<TimeT>(value); }
64 template<typename TimeT = Aws::String>
65 RoutePedestrianArrival& WithTime(TimeT&& value) { SetTime(std::forward<TimeT>(value)); return *this;}
67 private:
68
70 bool m_placeHasBeenSet = false;
71
72 Aws::String m_time;
73 bool m_timeHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace GeoRoutes
78} // namespace Aws
AWS_GEOROUTES_API RoutePedestrianArrival()=default
const RoutePedestrianPlace & GetPlace() const
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GEOROUTES_API RoutePedestrianArrival & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API RoutePedestrianArrival(Aws::Utils::Json::JsonView jsonValue)
RoutePedestrianArrival & WithPlace(PlaceT &&value)
RoutePedestrianArrival & WithTime(TimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue