7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/geo-routes/model/WaypointOptimizationAccessHoursEntry.h>
41 template <
typename FromT = Waypo
intOptimizationAccessHoursEntry>
43 m_fromHasBeenSet =
true;
44 m_from = std::forward<FromT>(value);
46 template <
typename FromT = Waypo
intOptimizationAccessHoursEntry>
48 SetFrom(std::forward<FromT>(value));
59 template <
typename ToT = Waypo
intOptimizationAccessHoursEntry>
61 m_toHasBeenSet =
true;
62 m_to = std::forward<ToT>(value);
64 template <
typename ToT = Waypo
intOptimizationAccessHoursEntry>
66 SetTo(std::forward<ToT>(value));
74 bool m_fromHasBeenSet =
false;
75 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