7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/geo-routes/model/RoadSnapNoticeCode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
59 template<
typename TitleT = Aws::String>
60 void SetTitle(TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
61 template<
typename TitleT = Aws::String>
71 template<
typename TracePo
intIndexesT = Aws::Vector<
int>>
72 void SetTracePointIndexes(TracePointIndexesT&& value) { m_tracePointIndexesHasBeenSet =
true; m_tracePointIndexes = std::forward<TracePointIndexesT>(value); }
73 template<
typename TracePo
intIndexesT = Aws::Vector<
int>>
80 bool m_codeHasBeenSet =
false;
83 bool m_titleHasBeenSet =
false;
86 bool m_tracePointIndexesHasBeenSet =
false;
bool TitleHasBeenSet() const
AWS_GEOROUTES_API RoadSnapNotice & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTitle() const
void SetTracePointIndexes(TracePointIndexesT &&value)
AWS_GEOROUTES_API RoadSnapNotice()=default
const Aws::Vector< int > & GetTracePointIndexes() const
void SetTitle(TitleT &&value)
bool TracePointIndexesHasBeenSet() const
RoadSnapNotice & AddTracePointIndexes(int value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
RoadSnapNotice & WithTracePointIndexes(TracePointIndexesT &&value)
void SetCode(RoadSnapNoticeCode value)
AWS_GEOROUTES_API RoadSnapNotice(Aws::Utils::Json::JsonView jsonValue)
RoadSnapNotice & WithCode(RoadSnapNoticeCode value)
RoadSnapNoticeCode GetCode() const
bool CodeHasBeenSet() const
RoadSnapNotice & WithTitle(TitleT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue