7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/geo-routes/model/RouteVehiclePlace.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename PlaceT = RouteVehiclePlace>
49 void SetPlace(PlaceT&& value) { m_placeHasBeenSet =
true; m_place = std::forward<PlaceT>(value); }
50 template<
typename PlaceT = RouteVehiclePlace>
60 template<
typename TimeT = Aws::String>
61 void SetTime(TimeT&& value) { m_timeHasBeenSet =
true; m_time = std::forward<TimeT>(value); }
62 template<
typename TimeT = Aws::String>
68 bool m_placeHasBeenSet =
false;
71 bool m_timeHasBeenSet =
false;
AWS_GEOROUTES_API RouteVehicleDeparture & operator=(Aws::Utils::Json::JsonView jsonValue)
const RouteVehiclePlace & GetPlace() const
void SetTime(TimeT &&value)
const Aws::String & GetTime() const
bool PlaceHasBeenSet() const
void SetPlace(PlaceT &&value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GEOROUTES_API RouteVehicleDeparture(Aws::Utils::Json::JsonView jsonValue)
RouteVehicleDeparture & WithTime(TimeT &&value)
RouteVehicleDeparture & WithPlace(PlaceT &&value)
bool TimeHasBeenSet() const
AWS_GEOROUTES_API RouteVehicleDeparture()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue