7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/geo-routes/model/RouteSummary.h>
10#include <aws/geo-routes/model/RouteLeg.h>
11#include <aws/geo-routes/model/RouteMajorRoadLabel.h>
57 inline Route&
AddLegs(
const RouteLeg& value) { m_legsHasBeenSet =
true; m_legs.push_back(value);
return *
this; }
58 inline Route&
AddLegs(
RouteLeg&& value) { m_legsHasBeenSet =
true; m_legs.push_back(std::move(value));
return *
this; }
90 bool m_legsHasBeenSet =
false;
93 bool m_majorRoadLabelsHasBeenSet =
false;
96 bool m_summaryHasBeenSet =
false;
void SetLegs(const Aws::Vector< RouteLeg > &value)
Route & WithLegs(const Aws::Vector< RouteLeg > &value)
Route & AddLegs(RouteLeg &&value)
Route & WithMajorRoadLabels(Aws::Vector< RouteMajorRoadLabel > &&value)
AWS_GEOROUTES_API Route()
const Aws::Vector< RouteMajorRoadLabel > & GetMajorRoadLabels() const
Route & AddLegs(const RouteLeg &value)
bool MajorRoadLabelsHasBeenSet() const
Route & AddMajorRoadLabels(const RouteMajorRoadLabel &value)
const Aws::Vector< RouteLeg > & GetLegs() const
void SetSummary(RouteSummary &&value)
void SetMajorRoadLabels(Aws::Vector< RouteMajorRoadLabel > &&value)
Route & WithMajorRoadLabels(const Aws::Vector< RouteMajorRoadLabel > &value)
bool LegsHasBeenSet() const
void SetSummary(const RouteSummary &value)
Route & WithSummary(RouteSummary &&value)
AWS_GEOROUTES_API Route(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API Route & operator=(Aws::Utils::Json::JsonView jsonValue)
Route & AddMajorRoadLabels(RouteMajorRoadLabel &&value)
Route & WithLegs(Aws::Vector< RouteLeg > &&value)
void SetLegs(Aws::Vector< RouteLeg > &&value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
Route & WithSummary(const RouteSummary &value)
void SetMajorRoadLabels(const Aws::Vector< RouteMajorRoadLabel > &value)
bool SummaryHasBeenSet() const
const RouteSummary & GetSummary() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue