7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/geo-routes/model/WaypointOptimizationAccessHours.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/geo-routes/model/WaypointOptimizationSideOfStreetOptions.h>
48 template<
typename AccessHoursT = Waypo
intOptimizationAccessHours>
49 void SetAccessHours(AccessHoursT&& value) { m_accessHoursHasBeenSet =
true; m_accessHours = std::forward<AccessHoursT>(value); }
50 template<
typename AccessHoursT = Waypo
intOptimizationAccessHours>
60 template<
typename Appo
intmentTimeT = Aws::String>
61 void SetAppointmentTime(AppointmentTimeT&& value) { m_appointmentTimeHasBeenSet =
true; m_appointmentTime = std::forward<AppointmentTimeT>(value); }
62 template<
typename Appo
intmentTimeT = Aws::String>
72 inline void SetHeading(
double value) { m_headingHasBeenSet =
true; m_heading = value; }
82 template<
typename IdT = Aws::String>
83 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
84 template<
typename IdT = Aws::String>
96 inline void SetServiceDuration(
long long value) { m_serviceDurationHasBeenSet =
true; m_serviceDuration = value; }
107 template<
typename S
ideOfStreetT = Waypo
intOptimizationS
ideOfStreetOptions>
108 void SetSideOfStreet(SideOfStreetT&& value) { m_sideOfStreetHasBeenSet =
true; m_sideOfStreet = std::forward<SideOfStreetT>(value); }
109 template<
typename S
ideOfStreetT = Waypo
intOptimizationS
ideOfStreetOptions>
115 bool m_accessHoursHasBeenSet =
false;
118 bool m_appointmentTimeHasBeenSet =
false;
120 double m_heading{0.0};
121 bool m_headingHasBeenSet =
false;
124 bool m_idHasBeenSet =
false;
126 long long m_serviceDuration{0};
127 bool m_serviceDurationHasBeenSet =
false;
129 WaypointOptimizationSideOfStreetOptions m_sideOfStreet;
130 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