AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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() = default;
39 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline GeospatialSelectedPointStyle GetSelectedPointStyle() const { return m_selectedPointStyle; }
47 inline bool SelectedPointStyleHasBeenSet() const { return m_selectedPointStyleHasBeenSet; }
48 inline void SetSelectedPointStyle(GeospatialSelectedPointStyle value) { m_selectedPointStyleHasBeenSet = true; m_selectedPointStyle = value; }
51
53
56 inline const ClusterMarkerConfiguration& GetClusterMarkerConfiguration() const { return m_clusterMarkerConfiguration; }
57 inline bool ClusterMarkerConfigurationHasBeenSet() const { return m_clusterMarkerConfigurationHasBeenSet; }
58 template<typename ClusterMarkerConfigurationT = ClusterMarkerConfiguration>
59 void SetClusterMarkerConfiguration(ClusterMarkerConfigurationT&& value) { m_clusterMarkerConfigurationHasBeenSet = true; m_clusterMarkerConfiguration = std::forward<ClusterMarkerConfigurationT>(value); }
60 template<typename ClusterMarkerConfigurationT = ClusterMarkerConfiguration>
61 GeospatialPointStyleOptions& WithClusterMarkerConfiguration(ClusterMarkerConfigurationT&& value) { SetClusterMarkerConfiguration(std::forward<ClusterMarkerConfigurationT>(value)); return *this;}
63
65
68 inline const GeospatialHeatmapConfiguration& GetHeatmapConfiguration() const { return m_heatmapConfiguration; }
69 inline bool HeatmapConfigurationHasBeenSet() const { return m_heatmapConfigurationHasBeenSet; }
70 template<typename HeatmapConfigurationT = GeospatialHeatmapConfiguration>
71 void SetHeatmapConfiguration(HeatmapConfigurationT&& value) { m_heatmapConfigurationHasBeenSet = true; m_heatmapConfiguration = std::forward<HeatmapConfigurationT>(value); }
72 template<typename HeatmapConfigurationT = GeospatialHeatmapConfiguration>
73 GeospatialPointStyleOptions& WithHeatmapConfiguration(HeatmapConfigurationT&& value) { SetHeatmapConfiguration(std::forward<HeatmapConfigurationT>(value)); return *this;}
75 private:
76
78 bool m_selectedPointStyleHasBeenSet = false;
79
80 ClusterMarkerConfiguration m_clusterMarkerConfiguration;
81 bool m_clusterMarkerConfigurationHasBeenSet = false;
82
83 GeospatialHeatmapConfiguration m_heatmapConfiguration;
84 bool m_heatmapConfigurationHasBeenSet = false;
85 };
86
87} // namespace Model
88} // namespace QuickSight
89} // namespace Aws
const GeospatialHeatmapConfiguration & GetHeatmapConfiguration() const
AWS_QUICKSIGHT_API GeospatialPointStyleOptions(Aws::Utils::Json::JsonView jsonValue)
void SetClusterMarkerConfiguration(ClusterMarkerConfigurationT &&value)
const ClusterMarkerConfiguration & GetClusterMarkerConfiguration() const
void SetSelectedPointStyle(GeospatialSelectedPointStyle value)
AWS_QUICKSIGHT_API GeospatialPointStyleOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
GeospatialPointStyleOptions & WithHeatmapConfiguration(HeatmapConfigurationT &&value)
GeospatialPointStyleOptions & WithClusterMarkerConfiguration(ClusterMarkerConfigurationT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
GeospatialPointStyleOptions & WithSelectedPointStyle(GeospatialSelectedPointStyle value)
AWS_QUICKSIGHT_API GeospatialPointStyleOptions()=default
Aws::Utils::Json::JsonValue JsonValue