AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
IsolineGranularityOptions.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 IsolineGranularityOptions();
35 AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const;
36
37
39
42 inline int GetMaxPoints() const{ return m_maxPoints; }
43 inline bool MaxPointsHasBeenSet() const { return m_maxPointsHasBeenSet; }
44 inline void SetMaxPoints(int value) { m_maxPointsHasBeenSet = true; m_maxPoints = value; }
45 inline IsolineGranularityOptions& WithMaxPoints(int value) { SetMaxPoints(value); return *this;}
47
49
53 inline long long GetMaxResolution() const{ return m_maxResolution; }
54 inline bool MaxResolutionHasBeenSet() const { return m_maxResolutionHasBeenSet; }
55 inline void SetMaxResolution(long long value) { m_maxResolutionHasBeenSet = true; m_maxResolution = value; }
56 inline IsolineGranularityOptions& WithMaxResolution(long long value) { SetMaxResolution(value); return *this;}
58 private:
59
60 int m_maxPoints;
61 bool m_maxPointsHasBeenSet = false;
62
63 long long m_maxResolution;
64 bool m_maxResolutionHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace GeoRoutes
69} // namespace Aws
AWS_GEOROUTES_API IsolineGranularityOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API IsolineGranularityOptions(Aws::Utils::Json::JsonView jsonValue)
IsolineGranularityOptions & WithMaxResolution(long long value)
IsolineGranularityOptions & WithMaxPoints(int value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue