7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
9#include <aws/geo-routes/model/RouteVehicleIncidentSeverity.h>
10#include <aws/geo-routes/model/RouteVehicleIncidentType.h>
43 template <
typename DescriptionT = Aws::String>
45 m_descriptionHasBeenSet =
true;
46 m_description = std::forward<DescriptionT>(value);
48 template <
typename DescriptionT = Aws::String>
61 template <
typename EndTimeT = Aws::String>
63 m_endTimeHasBeenSet =
true;
64 m_endTime = std::forward<EndTimeT>(value);
66 template <
typename EndTimeT = Aws::String>
83 m_severityHasBeenSet =
true;
98 template <
typename StartTimeT = Aws::String>
100 m_startTimeHasBeenSet =
true;
101 m_startTime = std::forward<StartTimeT>(value);
103 template <
typename StartTimeT = Aws::String>
117 m_typeHasBeenSet =
true;
135 bool m_descriptionHasBeenSet =
false;
136 bool m_endTimeHasBeenSet =
false;
137 bool m_severityHasBeenSet =
false;
138 bool m_startTimeHasBeenSet =
false;
139 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