7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/geo-routes/model/RouteVehicleIncidentSeverity.h>
10#include <aws/geo-routes/model/RouteVehicleIncidentType.h>
49 template<
typename DescriptionT = Aws::String>
50 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
51 template<
typename DescriptionT = Aws::String>
61 template<
typename EndTimeT = Aws::String>
62 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
63 template<
typename EndTimeT = Aws::String>
86 template<
typename StartTimeT = Aws::String>
87 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
88 template<
typename StartTimeT = Aws::String>
104 bool m_descriptionHasBeenSet =
false;
107 bool m_endTimeHasBeenSet =
false;
110 bool m_severityHasBeenSet =
false;
113 bool m_startTimeHasBeenSet =
false;
116 bool m_typeHasBeenSet =
false;
bool EndTimeHasBeenSet() const
bool SeverityHasBeenSet() const
RouteVehicleIncident & WithEndTime(EndTimeT &&value)
void SetEndTime(EndTimeT &&value)
RouteVehicleIncident & WithSeverity(RouteVehicleIncidentSeverity value)
RouteVehicleIncident & WithStartTime(StartTimeT &&value)
void SetStartTime(StartTimeT &&value)
const Aws::String & GetStartTime() const
bool StartTimeHasBeenSet() const
bool TypeHasBeenSet() const
AWS_GEOROUTES_API RouteVehicleIncident()=default
RouteVehicleIncident & WithType(RouteVehicleIncidentType value)
RouteVehicleIncidentType GetType() const
void SetType(RouteVehicleIncidentType value)
AWS_GEOROUTES_API RouteVehicleIncident & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
AWS_GEOROUTES_API RouteVehicleIncident(Aws::Utils::Json::JsonView jsonValue)
RouteVehicleIncidentSeverity GetSeverity() const
const Aws::String & GetEndTime() const
void SetSeverity(RouteVehicleIncidentSeverity value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDescription(DescriptionT &&value)
RouteVehicleIncident & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
RouteVehicleIncidentSeverity
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue