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;
const RoutePedestrianPlace & GetPlace() const
bool PlaceHasBeenSet() const
RoutePedestrianDeparture & WithTime(TimeT &&value)
bool TimeHasBeenSet() const
RoutePedestrianDeparture & WithPlace(PlaceT &&value)
const Aws::String & GetTime() const
void SetPlace(PlaceT &&value)
AWS_GEOROUTES_API RoutePedestrianDeparture & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API RoutePedestrianDeparture(Aws::Utils::Json::JsonView jsonValue)
void SetTime(TimeT &&value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GEOROUTES_API RoutePedestrianDeparture()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue