AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GeospatialCoordinateBounds.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_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 QuickSight
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_QUICKSIGHT_API GeospatialCoordinateBounds();
36 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline double GetNorth() const{ return m_north; }
44 inline bool NorthHasBeenSet() const { return m_northHasBeenSet; }
45 inline void SetNorth(double value) { m_northHasBeenSet = true; m_north = value; }
46 inline GeospatialCoordinateBounds& WithNorth(double value) { SetNorth(value); return *this;}
48
50
53 inline double GetSouth() const{ return m_south; }
54 inline bool SouthHasBeenSet() const { return m_southHasBeenSet; }
55 inline void SetSouth(double value) { m_southHasBeenSet = true; m_south = value; }
56 inline GeospatialCoordinateBounds& WithSouth(double value) { SetSouth(value); return *this;}
58
60
63 inline double GetWest() const{ return m_west; }
64 inline bool WestHasBeenSet() const { return m_westHasBeenSet; }
65 inline void SetWest(double value) { m_westHasBeenSet = true; m_west = value; }
66 inline GeospatialCoordinateBounds& WithWest(double value) { SetWest(value); return *this;}
68
70
73 inline double GetEast() const{ return m_east; }
74 inline bool EastHasBeenSet() const { return m_eastHasBeenSet; }
75 inline void SetEast(double value) { m_eastHasBeenSet = true; m_east = value; }
76 inline GeospatialCoordinateBounds& WithEast(double value) { SetEast(value); return *this;}
78 private:
79
80 double m_north;
81 bool m_northHasBeenSet = false;
82
83 double m_south;
84 bool m_southHasBeenSet = false;
85
86 double m_west;
87 bool m_westHasBeenSet = false;
88
89 double m_east;
90 bool m_eastHasBeenSet = false;
91 };
92
93} // namespace Model
94} // namespace QuickSight
95} // namespace Aws
AWS_QUICKSIGHT_API GeospatialCoordinateBounds(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API GeospatialCoordinateBounds & operator=(Aws::Utils::Json::JsonView jsonValue)
GeospatialCoordinateBounds & WithSouth(double value)
GeospatialCoordinateBounds & WithWest(double value)
GeospatialCoordinateBounds & WithNorth(double value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
GeospatialCoordinateBounds & WithEast(double value)
Aws::Utils::Json::JsonValue JsonValue