7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
10#include <aws/geo-routes/model/RoadSnapNoticeCode.h>
44 m_codeHasBeenSet =
true;
59 template <
typename TitleT = Aws::String>
61 m_titleHasBeenSet =
true;
62 m_title = std::forward<TitleT>(value);
64 template <
typename TitleT = Aws::String>
66 SetTitle(std::forward<TitleT>(value));
77 template <
typename TracePo
intIndexesT = Aws::Vector<
int>>
79 m_tracePointIndexesHasBeenSet =
true;
80 m_tracePointIndexes = std::forward<TracePointIndexesT>(value);
82 template <
typename TracePo
intIndexesT = Aws::Vector<
int>>
88 m_tracePointIndexesHasBeenSet =
true;
89 m_tracePointIndexes.push_back(value);
99 bool m_codeHasBeenSet =
false;
100 bool m_titleHasBeenSet =
false;
101 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