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>
58 template<
typename ClusterMarkerConfigurationT = ClusterMarkerConfiguration>
59 void SetClusterMarkerConfiguration(ClusterMarkerConfigurationT&& value) { m_clusterMarkerConfigurationHasBeenSet =
true; m_clusterMarkerConfiguration = std::forward<ClusterMarkerConfigurationT>(value); }
60 template<
typename ClusterMarkerConfigurationT = ClusterMarkerConfiguration>
70 template<
typename HeatmapConfigurationT = GeospatialHeatmapConfiguration>
71 void SetHeatmapConfiguration(HeatmapConfigurationT&& value) { m_heatmapConfigurationHasBeenSet =
true; m_heatmapConfiguration = std::forward<HeatmapConfigurationT>(value); }
72 template<
typename HeatmapConfigurationT = GeospatialHeatmapConfiguration>
78 bool m_selectedPointStyleHasBeenSet =
false;
80 ClusterMarkerConfiguration m_clusterMarkerConfiguration;
81 bool m_clusterMarkerConfigurationHasBeenSet =
false;
83 GeospatialHeatmapConfiguration m_heatmapConfiguration;
84 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