AWS SDK for C++

AWS SDK for C++ Version 1.11.763

Loading...
Searching...
No Matches
WaypointOptimizationTrailerOptions.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 WaypointOptimizationTrailerOptions() = default;
29 AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
36 inline int GetTrailerCount() const { return m_trailerCount; }
37 inline bool TrailerCountHasBeenSet() const { return m_trailerCountHasBeenSet; }
38 inline void SetTrailerCount(int value) {
39 m_trailerCountHasBeenSet = true;
40 m_trailerCount = value;
41 }
43 SetTrailerCount(value);
44 return *this;
45 }
47 private:
48 int m_trailerCount{0};
49 bool m_trailerCountHasBeenSet = false;
50};
51
52} // namespace Model
53} // namespace GeoRoutes
54} // namespace Aws
AWS_GEOROUTES_API WaypointOptimizationTrailerOptions()=default
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GEOROUTES_API WaypointOptimizationTrailerOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API WaypointOptimizationTrailerOptions(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue