AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
35 AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const;
36
37
39
42 inline bool GetHot() const{ return m_hot; }
43 inline bool HotHasBeenSet() const { return m_hotHasBeenSet; }
44 inline void SetHot(bool value) { m_hotHasBeenSet = true; m_hot = value; }
45 inline RouteMatrixAllowOptions& WithHot(bool value) { SetHot(value); return *this;}
47
49
52 inline bool GetHov() const{ return m_hov; }
53 inline bool HovHasBeenSet() const { return m_hovHasBeenSet; }
54 inline void SetHov(bool value) { m_hovHasBeenSet = true; m_hov = value; }
55 inline RouteMatrixAllowOptions& WithHov(bool value) { SetHov(value); return *this;}
57 private:
58
59 bool m_hot;
60 bool m_hotHasBeenSet = false;
61
62 bool m_hov;
63 bool m_hovHasBeenSet = false;
64 };
65
66} // namespace Model
67} // namespace GeoRoutes
68} // namespace Aws
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