AWS SDK for C++

AWS SDK for C++ Version 1.11.770

Loading...
Searching...
No Matches
RoutePedestrianArrival.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
9#include <aws/geo-routes/model/RoutePedestrianPlace.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace GeoRoutes {
21namespace Model {
22
32 public:
33 AWS_GEOROUTES_API RoutePedestrianArrival() = default;
36 AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const;
37
39
42 inline const RoutePedestrianPlace& GetPlace() const { return m_place; }
43 inline bool PlaceHasBeenSet() const { return m_placeHasBeenSet; }
44 template <typename PlaceT = RoutePedestrianPlace>
45 void SetPlace(PlaceT&& value) {
46 m_placeHasBeenSet = true;
47 m_place = std::forward<PlaceT>(value);
48 }
49 template <typename PlaceT = RoutePedestrianPlace>
51 SetPlace(std::forward<PlaceT>(value));
52 return *this;
53 }
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) {
64 m_timeHasBeenSet = true;
65 m_time = std::forward<TimeT>(value);
66 }
67 template <typename TimeT = Aws::String>
69 SetTime(std::forward<TimeT>(value));
70 return *this;
71 }
73 private:
75
76 Aws::String m_time;
77 bool m_placeHasBeenSet = false;
78 bool m_timeHasBeenSet = false;
79};
80
81} // namespace Model
82} // namespace GeoRoutes
83} // 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