7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/ClusterMarkerConfiguration.h>
9#include <aws/quicksight/model/GeospatialHeatmapConfiguration.h>
10#include <aws/quicksight/model/GeospatialSelectedPointStyle.h>
43 m_selectedPointStyleHasBeenSet =
true;
44 m_selectedPointStyle = value;
58 template <
typename ClusterMarkerConfigurationT = ClusterMarkerConfiguration>
60 m_clusterMarkerConfigurationHasBeenSet =
true;
61 m_clusterMarkerConfiguration = std::forward<ClusterMarkerConfigurationT>(value);
63 template <
typename ClusterMarkerConfigurationT = ClusterMarkerConfiguration>
76 template <
typename HeatmapConfigurationT = GeospatialHeatmapConfiguration>
78 m_heatmapConfigurationHasBeenSet =
true;
79 m_heatmapConfiguration = std::forward<HeatmapConfigurationT>(value);
81 template <
typename HeatmapConfigurationT = GeospatialHeatmapConfiguration>
90 ClusterMarkerConfiguration m_clusterMarkerConfiguration;
92 GeospatialHeatmapConfiguration m_heatmapConfiguration;
93 bool m_selectedPointStyleHasBeenSet =
false;
94 bool m_clusterMarkerConfigurationHasBeenSet =
false;
95 bool m_heatmapConfigurationHasBeenSet =
false;
bool ClusterMarkerConfigurationHasBeenSet() const
const GeospatialHeatmapConfiguration & GetHeatmapConfiguration() const
AWS_QUICKSIGHT_API GeospatialPointStyleOptions(Aws::Utils::Json::JsonView jsonValue)
bool HeatmapConfigurationHasBeenSet() const
bool SelectedPointStyleHasBeenSet() const
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)
void SetHeatmapConfiguration(HeatmapConfigurationT &&value)
GeospatialPointStyleOptions & WithClusterMarkerConfiguration(ClusterMarkerConfigurationT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
GeospatialPointStyleOptions & WithSelectedPointStyle(GeospatialSelectedPointStyle value)
GeospatialSelectedPointStyle GetSelectedPointStyle() const
AWS_QUICKSIGHT_API GeospatialPointStyleOptions()=default
GeospatialSelectedPointStyle
Aws::Utils::Json::JsonValue JsonValue