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;
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