AWS SDK for C++

AWS SDK for C++ Version 1.11.767

Loading...
Searching...
No Matches
WaypointOptimizationPedestrianOptions.h
1
6#pragma once
7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace GeoRoutes {
17namespace Model {
18
25 public:
26 AWS_GEOROUTES_API WaypointOptimizationPedestrianOptions() = default;
29 AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
35 inline double GetSpeed() const { return m_speed; }
36 inline bool SpeedHasBeenSet() const { return m_speedHasBeenSet; }
37 inline void SetSpeed(double value) {
38 m_speedHasBeenSet = true;
39 m_speed = value;
40 }
42 SetSpeed(value);
43 return *this;
44 }
46 private:
47 double m_speed{0.0};
48 bool m_speedHasBeenSet = false;
49};
50
51} // namespace Model
52} // namespace GeoRoutes
53} // namespace Aws
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GEOROUTES_API WaypointOptimizationPedestrianOptions(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API WaypointOptimizationPedestrianOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue