7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
9#include <aws/geo-routes/model/RouteFerryPlace.h>
42 template <
typename PlaceT = RouteFerryPlace>
44 m_placeHasBeenSet =
true;
45 m_place = std::forward<PlaceT>(value);
47 template <
typename PlaceT = RouteFerryPlace>
49 SetPlace(std::forward<PlaceT>(value));
60 template <
typename TimeT = Aws::String>
62 m_timeHasBeenSet =
true;
63 m_time = std::forward<TimeT>(value);
65 template <
typename TimeT = Aws::String>
67 SetTime(std::forward<TimeT>(value));
75 bool m_placeHasBeenSet =
false;
76 bool m_timeHasBeenSet =
false;
bool PlaceHasBeenSet() const
void SetPlace(PlaceT &&value)
void SetTime(TimeT &&value)
RouteFerryArrival & WithTime(TimeT &&value)
AWS_GEOROUTES_API RouteFerryArrival()=default
AWS_GEOROUTES_API RouteFerryArrival & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTime() const
bool TimeHasBeenSet() const
const RouteFerryPlace & GetPlace() const
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
RouteFerryArrival & WithPlace(PlaceT &&value)
AWS_GEOROUTES_API RouteFerryArrival(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue