AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GeospatialPointStyleOptions.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/GeospatialSelectedPointStyle.h>
9#include <aws/quicksight/model/ClusterMarkerConfiguration.h>
10#include <aws/quicksight/model/GeospatialHeatmapConfiguration.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace QuickSight
24{
25namespace Model
26{
27
34 {
35 public:
36 AWS_QUICKSIGHT_API GeospatialPointStyleOptions();
39 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const GeospatialSelectedPointStyle& GetSelectedPointStyle() const{ return m_selectedPointStyle; }
47 inline bool SelectedPointStyleHasBeenSet() const { return m_selectedPointStyleHasBeenSet; }
48 inline void SetSelectedPointStyle(const GeospatialSelectedPointStyle& value) { m_selectedPointStyleHasBeenSet = true; m_selectedPointStyle = value; }
49 inline void SetSelectedPointStyle(GeospatialSelectedPointStyle&& value) { m_selectedPointStyleHasBeenSet = true; m_selectedPointStyle = std::move(value); }
53
55
58 inline const ClusterMarkerConfiguration& GetClusterMarkerConfiguration() const{ return m_clusterMarkerConfiguration; }
59 inline bool ClusterMarkerConfigurationHasBeenSet() const { return m_clusterMarkerConfigurationHasBeenSet; }
60 inline void SetClusterMarkerConfiguration(const ClusterMarkerConfiguration& value) { m_clusterMarkerConfigurationHasBeenSet = true; m_clusterMarkerConfiguration = value; }
61 inline void SetClusterMarkerConfiguration(ClusterMarkerConfiguration&& value) { m_clusterMarkerConfigurationHasBeenSet = true; m_clusterMarkerConfiguration = std::move(value); }
65
67
70 inline const GeospatialHeatmapConfiguration& GetHeatmapConfiguration() const{ return m_heatmapConfiguration; }
71 inline bool HeatmapConfigurationHasBeenSet() const { return m_heatmapConfigurationHasBeenSet; }
72 inline void SetHeatmapConfiguration(const GeospatialHeatmapConfiguration& value) { m_heatmapConfigurationHasBeenSet = true; m_heatmapConfiguration = value; }
73 inline void SetHeatmapConfiguration(GeospatialHeatmapConfiguration&& value) { m_heatmapConfigurationHasBeenSet = true; m_heatmapConfiguration = std::move(value); }
77 private:
78
79 GeospatialSelectedPointStyle m_selectedPointStyle;
80 bool m_selectedPointStyleHasBeenSet = false;
81
82 ClusterMarkerConfiguration m_clusterMarkerConfiguration;
83 bool m_clusterMarkerConfigurationHasBeenSet = false;
84
85 GeospatialHeatmapConfiguration m_heatmapConfiguration;
86 bool m_heatmapConfigurationHasBeenSet = false;
87 };
88
89} // namespace Model
90} // namespace QuickSight
91} // namespace Aws
GeospatialPointStyleOptions & WithSelectedPointStyle(const GeospatialSelectedPointStyle &value)
GeospatialPointStyleOptions & WithSelectedPointStyle(GeospatialSelectedPointStyle &&value)
void SetHeatmapConfiguration(GeospatialHeatmapConfiguration &&value)
const GeospatialHeatmapConfiguration & GetHeatmapConfiguration() const
AWS_QUICKSIGHT_API GeospatialPointStyleOptions(Aws::Utils::Json::JsonView jsonValue)
GeospatialPointStyleOptions & WithHeatmapConfiguration(GeospatialHeatmapConfiguration &&value)
GeospatialPointStyleOptions & WithClusterMarkerConfiguration(const ClusterMarkerConfiguration &value)
GeospatialPointStyleOptions & WithHeatmapConfiguration(const GeospatialHeatmapConfiguration &value)
void SetSelectedPointStyle(GeospatialSelectedPointStyle &&value)
const ClusterMarkerConfiguration & GetClusterMarkerConfiguration() const
void SetClusterMarkerConfiguration(ClusterMarkerConfiguration &&value)
AWS_QUICKSIGHT_API GeospatialPointStyleOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetClusterMarkerConfiguration(const ClusterMarkerConfiguration &value)
GeospatialPointStyleOptions & WithClusterMarkerConfiguration(ClusterMarkerConfiguration &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const GeospatialSelectedPointStyle & GetSelectedPointStyle() const
void SetHeatmapConfiguration(const GeospatialHeatmapConfiguration &value)
void SetSelectedPointStyle(const GeospatialSelectedPointStyle &value)
Aws::Utils::Json::JsonValue JsonValue