AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
GeospatialMapState.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/GeospatialCoordinateBounds.h>
9#include <aws/quicksight/model/GeospatialMapNavigation.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace QuickSight
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_QUICKSIGHT_API GeospatialMapState() = default;
36 AWS_QUICKSIGHT_API GeospatialMapState(Aws::Utils::Json::JsonView jsonValue);
38 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
43 inline const GeospatialCoordinateBounds& GetBounds() const { return m_bounds; }
44 inline bool BoundsHasBeenSet() const { return m_boundsHasBeenSet; }
45 template<typename BoundsT = GeospatialCoordinateBounds>
46 void SetBounds(BoundsT&& value) { m_boundsHasBeenSet = true; m_bounds = std::forward<BoundsT>(value); }
47 template<typename BoundsT = GeospatialCoordinateBounds>
48 GeospatialMapState& WithBounds(BoundsT&& value) { SetBounds(std::forward<BoundsT>(value)); return *this;}
50
52
55 inline GeospatialMapNavigation GetMapNavigation() const { return m_mapNavigation; }
56 inline bool MapNavigationHasBeenSet() const { return m_mapNavigationHasBeenSet; }
57 inline void SetMapNavigation(GeospatialMapNavigation value) { m_mapNavigationHasBeenSet = true; m_mapNavigation = value; }
60 private:
61
63 bool m_boundsHasBeenSet = false;
64
66 bool m_mapNavigationHasBeenSet = false;
67 };
68
69} // namespace Model
70} // namespace QuickSight
71} // namespace Aws
const GeospatialCoordinateBounds & GetBounds() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
GeospatialMapNavigation GetMapNavigation() const
GeospatialMapState & WithBounds(BoundsT &&value)
GeospatialMapState & WithMapNavigation(GeospatialMapNavigation value)
AWS_QUICKSIGHT_API GeospatialMapState(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API GeospatialMapState & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMapNavigation(GeospatialMapNavigation value)
AWS_QUICKSIGHT_API GeospatialMapState()=default
Aws::Utils::Json::JsonValue JsonValue