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>
44 template <
typename PlaceT = RoutePedestrianPlace>
46 m_placeHasBeenSet =
true;
47 m_place = std::forward<PlaceT>(value);
49 template <
typename PlaceT = RoutePedestrianPlace>
51 SetPlace(std::forward<PlaceT>(value));
62 template <
typename TimeT = Aws::String>
64 m_timeHasBeenSet =
true;
65 m_time = std::forward<TimeT>(value);
67 template <
typename TimeT = Aws::String>
69 SetTime(std::forward<TimeT>(value));
77 bool m_placeHasBeenSet =
false;
78 bool m_timeHasBeenSet =
false;
AWS_GEOROUTES_API RoutePedestrianArrival()=default
const Aws::String & GetTime() const
bool TimeHasBeenSet() const
const RoutePedestrianPlace & GetPlace() const
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
bool PlaceHasBeenSet() const
void SetTime(TimeT &&value)
AWS_GEOROUTES_API RoutePedestrianArrival & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API RoutePedestrianArrival(Aws::Utils::Json::JsonView jsonValue)
void SetPlace(PlaceT &&value)
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