AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
RouteMatrixAllowOptions.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
30 {
31 public:
32 AWS_GEOROUTES_API RouteMatrixAllowOptions() = default;
35 AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const;
36
37
39
43 inline bool GetHot() const { return m_hot; }
44 inline bool HotHasBeenSet() const { return m_hotHasBeenSet; }
45 inline void SetHot(bool value) { m_hotHasBeenSet = true; m_hot = value; }
46 inline RouteMatrixAllowOptions& WithHot(bool value) { SetHot(value); return *this;}
48
50
54 inline bool GetHov() const { return m_hov; }
55 inline bool HovHasBeenSet() const { return m_hovHasBeenSet; }
56 inline void SetHov(bool value) { m_hovHasBeenSet = true; m_hov = value; }
57 inline RouteMatrixAllowOptions& WithHov(bool value) { SetHov(value); return *this;}
59 private:
60
61 bool m_hot{false};
62 bool m_hotHasBeenSet = false;
63
64 bool m_hov{false};
65 bool m_hovHasBeenSet = false;
66 };
67
68} // namespace Model
69} // namespace GeoRoutes
70} // namespace Aws
AWS_GEOROUTES_API RouteMatrixAllowOptions()=default
RouteMatrixAllowOptions & WithHov(bool value)
RouteMatrixAllowOptions & WithHot(bool value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GEOROUTES_API RouteMatrixAllowOptions(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API RouteMatrixAllowOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue