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>
50 template<
typename PlaceT = RoutePedestrianPlace>
51 void SetPlace(PlaceT&& value) { m_placeHasBeenSet =
true; m_place = std::forward<PlaceT>(value); }
52 template<
typename PlaceT = RoutePedestrianPlace>
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>
70 bool m_placeHasBeenSet =
false;
73 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