7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
9#include <aws/geo-routes/model/WaypointOptimizationAccessHours.h>
10#include <aws/geo-routes/model/WaypointOptimizationSideOfStreetOptions.h>
42 template <
typename AccessHoursT = Waypo
intOptimizationAccessHours>
44 m_accessHoursHasBeenSet =
true;
45 m_accessHours = std::forward<AccessHoursT>(value);
47 template <
typename AccessHoursT = Waypo
intOptimizationAccessHours>
60 template <
typename Appo
intmentTimeT = Aws::String>
62 m_appointmentTimeHasBeenSet =
true;
63 m_appointmentTime = std::forward<AppointmentTimeT>(value);
65 template <
typename Appo
intmentTimeT = Aws::String>
79 m_headingHasBeenSet =
true;
94 template <
typename IdT = Aws::String>
96 m_idHasBeenSet =
true;
97 m_id = std::forward<IdT>(value);
99 template <
typename IdT = Aws::String>
101 SetId(std::forward<IdT>(value));
115 m_serviceDurationHasBeenSet =
true;
116 m_serviceDuration = value;
131 template <
typename S
ideOfStreetT = Waypo
intOptimizationS
ideOfStreetOptions>
133 m_sideOfStreetHasBeenSet =
true;
134 m_sideOfStreet = std::forward<SideOfStreetT>(value);
136 template <
typename S
ideOfStreetT = Waypo
intOptimizationS
ideOfStreetOptions>
147 double m_heading{0.0};
151 long long m_serviceDuration{0};
153 WaypointOptimizationSideOfStreetOptions m_sideOfStreet;
154 bool m_accessHoursHasBeenSet =
false;
155 bool m_appointmentTimeHasBeenSet =
false;
156 bool m_headingHasBeenSet =
false;
157 bool m_idHasBeenSet =
false;
158 bool m_serviceDurationHasBeenSet =
false;
159 bool m_sideOfStreetHasBeenSet =
false;
const WaypointOptimizationAccessHours & GetAccessHours() const
bool SideOfStreetHasBeenSet() const
void SetAccessHours(AccessHoursT &&value)
void SetServiceDuration(long long value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSideOfStreet(SideOfStreetT &&value)
WaypointOptimizationDestinationOptions & WithServiceDuration(long long value)
void SetHeading(double value)
AWS_GEOROUTES_API WaypointOptimizationDestinationOptions()=default
WaypointOptimizationDestinationOptions & WithSideOfStreet(SideOfStreetT &&value)
bool HeadingHasBeenSet() const
bool AppointmentTimeHasBeenSet() const
const Aws::String & GetId() const
AWS_GEOROUTES_API WaypointOptimizationDestinationOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
WaypointOptimizationDestinationOptions & WithHeading(double value)
bool ServiceDurationHasBeenSet() const
const Aws::String & GetAppointmentTime() const
bool IdHasBeenSet() const
double GetHeading() const
WaypointOptimizationDestinationOptions & WithId(IdT &&value)
void SetAppointmentTime(AppointmentTimeT &&value)
bool AccessHoursHasBeenSet() const
AWS_GEOROUTES_API WaypointOptimizationDestinationOptions(Aws::Utils::Json::JsonView jsonValue)
const WaypointOptimizationSideOfStreetOptions & GetSideOfStreet() const
long long GetServiceDuration() const
WaypointOptimizationDestinationOptions & WithAppointmentTime(AppointmentTimeT &&value)
WaypointOptimizationDestinationOptions & WithAccessHours(AccessHoursT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue