7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/geo-routes/model/WaypointOptimizationAccessHoursEntry.h>
47 template<
typename FromT = Waypo
intOptimizationAccessHoursEntry>
48 void SetFrom(FromT&& value) { m_fromHasBeenSet =
true; m_from = std::forward<FromT>(value); }
49 template<
typename FromT = Waypo
intOptimizationAccessHoursEntry>
59 template<
typename ToT = Waypo
intOptimizationAccessHoursEntry>
60 void SetTo(ToT&& value) { m_toHasBeenSet =
true; m_to = std::forward<ToT>(value); }
61 template<
typename ToT = Waypo
intOptimizationAccessHoursEntry>
67 bool m_fromHasBeenSet =
false;
70 bool m_toHasBeenSet =
false;
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFrom(FromT &&value)
bool ToHasBeenSet() const
AWS_GEOROUTES_API WaypointOptimizationAccessHours(Aws::Utils::Json::JsonView jsonValue)
bool FromHasBeenSet() const
AWS_GEOROUTES_API WaypointOptimizationAccessHours & operator=(Aws::Utils::Json::JsonView jsonValue)
WaypointOptimizationAccessHours & WithFrom(FromT &&value)
WaypointOptimizationAccessHours & WithTo(ToT &&value)
const WaypointOptimizationAccessHoursEntry & GetTo() const
AWS_GEOROUTES_API WaypointOptimizationAccessHours()=default
const WaypointOptimizationAccessHoursEntry & GetFrom() const
Aws::Utils::Json::JsonValue JsonValue