AWS SDK for C++

AWS SDK for C++ Version 1.11.832

Loading...
Searching...
No Matches
RouteMatrixAutoCircle.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
33 public:
34 AWS_GEOROUTES_API RouteMatrixAutoCircle() = default;
37 AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const;
38
40
48 inline long long GetMargin() const { return m_margin; }
49 inline bool MarginHasBeenSet() const { return m_marginHasBeenSet; }
50 inline void SetMargin(long long value) {
51 m_marginHasBeenSet = true;
52 m_margin = value;
53 }
54 inline RouteMatrixAutoCircle& WithMargin(long long value) {
55 SetMargin(value);
56 return *this;
57 }
59
61
67 inline long long GetMaxRadius() const { return m_maxRadius; }
68 inline bool MaxRadiusHasBeenSet() const { return m_maxRadiusHasBeenSet; }
69 inline void SetMaxRadius(long long value) {
70 m_maxRadiusHasBeenSet = true;
71 m_maxRadius = value;
72 }
73 inline RouteMatrixAutoCircle& WithMaxRadius(long long value) {
74 SetMaxRadius(value);
75 return *this;
76 }
78 private:
79 long long m_margin{0};
80
81 long long m_maxRadius{0};
82 bool m_marginHasBeenSet = false;
83 bool m_maxRadiusHasBeenSet = false;
84};
85
86} // namespace Model
87} // namespace GeoRoutes
88} // namespace Aws
AWS_GEOROUTES_API RouteMatrixAutoCircle()=default
RouteMatrixAutoCircle & WithMaxRadius(long long value)
AWS_GEOROUTES_API RouteMatrixAutoCircle(Aws::Utils::Json::JsonView jsonValue)
RouteMatrixAutoCircle & WithMargin(long long value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GEOROUTES_API RouteMatrixAutoCircle & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue