7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/geo-routes/model/RouteViolatedConstraints.h>
47 template<
typename TitleT = Aws::String>
48 void SetTitle(TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
49 template<
typename TitleT = Aws::String>
59 template<
typename ViolatedConstra
intsT = RouteViolatedConstra
ints>
60 void SetViolatedConstraints(ViolatedConstraintsT&& value) { m_violatedConstraintsHasBeenSet =
true; m_violatedConstraints = std::forward<ViolatedConstraintsT>(value); }
61 template<
typename ViolatedConstra
intsT = RouteViolatedConstra
ints>
67 bool m_titleHasBeenSet =
false;
70 bool m_violatedConstraintsHasBeenSet =
false;
RouteVehicleNoticeDetail & WithTitle(TitleT &&value)
bool TitleHasBeenSet() const
AWS_GEOROUTES_API RouteVehicleNoticeDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTitle(TitleT &&value)
const Aws::String & GetTitle() const
bool ViolatedConstraintsHasBeenSet() const
AWS_GEOROUTES_API RouteVehicleNoticeDetail(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetViolatedConstraints(ViolatedConstraintsT &&value)
AWS_GEOROUTES_API RouteVehicleNoticeDetail()=default
RouteVehicleNoticeDetail & WithViolatedConstraints(ViolatedConstraintsT &&value)
const RouteViolatedConstraints & GetViolatedConstraints() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue