AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RouteTollPriceValueRange.h
1
6#pragma once
7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace GeoRoutes
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_GEOROUTES_API RouteTollPriceValueRange();
36 AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline double GetMin() const{ return m_min; }
44 inline bool MinHasBeenSet() const { return m_minHasBeenSet; }
45 inline void SetMin(double value) { m_minHasBeenSet = true; m_min = value; }
46 inline RouteTollPriceValueRange& WithMin(double value) { SetMin(value); return *this;}
48
50
53 inline double GetMax() const{ return m_max; }
54 inline bool MaxHasBeenSet() const { return m_maxHasBeenSet; }
55 inline void SetMax(double value) { m_maxHasBeenSet = true; m_max = value; }
56 inline RouteTollPriceValueRange& WithMax(double value) { SetMax(value); return *this;}
58 private:
59
60 double m_min;
61 bool m_minHasBeenSet = false;
62
63 double m_max;
64 bool m_maxHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace GeoRoutes
69} // namespace Aws
AWS_GEOROUTES_API RouteTollPriceValueRange(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
RouteTollPriceValueRange & WithMin(double value)
AWS_GEOROUTES_API RouteTollPriceValueRange & operator=(Aws::Utils::Json::JsonView jsonValue)
RouteTollPriceValueRange & WithMax(double value)
Aws::Utils::Json::JsonValue JsonValue