7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
9#include <aws/geo-routes/model/RouteVehiclePlace.h>
41 template <
typename PlaceT = RouteVehiclePlace>
43 m_placeHasBeenSet =
true;
44 m_place = std::forward<PlaceT>(value);
46 template <
typename PlaceT = RouteVehiclePlace>
48 SetPlace(std::forward<PlaceT>(value));
59 template <
typename TimeT = Aws::String>
61 m_timeHasBeenSet =
true;
62 m_time = std::forward<TimeT>(value);
64 template <
typename TimeT = Aws::String>
66 SetTime(std::forward<TimeT>(value));
74 bool m_placeHasBeenSet =
false;
75 bool m_timeHasBeenSet =
false;
bool TimeHasBeenSet() const
bool PlaceHasBeenSet() const
void SetPlace(PlaceT &&value)
void SetTime(TimeT &&value)
const RouteVehiclePlace & GetPlace() const
AWS_GEOROUTES_API RouteVehicleArrival & operator=(Aws::Utils::Json::JsonView jsonValue)
RouteVehicleArrival & WithTime(TimeT &&value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetTime() const
AWS_GEOROUTES_API RouteVehicleArrival(Aws::Utils::Json::JsonView jsonValue)
RouteVehicleArrival & WithPlace(PlaceT &&value)
AWS_GEOROUTES_API RouteVehicleArrival()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue