AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
GeospatialPointStyleOptions.h
1
6#pragma once
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>
11
12#include <utility>
13
14namespace Aws {
15namespace Utils {
16namespace Json {
17class JsonValue;
18class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace QuickSight {
22namespace Model {
23
30 public:
31 AWS_QUICKSIGHT_API GeospatialPointStyleOptions() = default;
34 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline GeospatialSelectedPointStyle GetSelectedPointStyle() const { return m_selectedPointStyle; }
41 inline bool SelectedPointStyleHasBeenSet() const { return m_selectedPointStyleHasBeenSet; }
43 m_selectedPointStyleHasBeenSet = true;
44 m_selectedPointStyle = value;
45 }
48 return *this;
49 }
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) {
60 m_clusterMarkerConfigurationHasBeenSet = true;
61 m_clusterMarkerConfiguration = std::forward<ClusterMarkerConfigurationT>(value);
62 }
63 template <typename ClusterMarkerConfigurationT = ClusterMarkerConfiguration>
64 GeospatialPointStyleOptions& WithClusterMarkerConfiguration(ClusterMarkerConfigurationT&& value) {
65 SetClusterMarkerConfiguration(std::forward<ClusterMarkerConfigurationT>(value));
66 return *this;
67 }
69
71
74 inline const GeospatialHeatmapConfiguration& GetHeatmapConfiguration() const { return m_heatmapConfiguration; }
75 inline bool HeatmapConfigurationHasBeenSet() const { return m_heatmapConfigurationHasBeenSet; }
76 template <typename HeatmapConfigurationT = GeospatialHeatmapConfiguration>
77 void SetHeatmapConfiguration(HeatmapConfigurationT&& value) {
78 m_heatmapConfigurationHasBeenSet = true;
79 m_heatmapConfiguration = std::forward<HeatmapConfigurationT>(value);
80 }
81 template <typename HeatmapConfigurationT = GeospatialHeatmapConfiguration>
82 GeospatialPointStyleOptions& WithHeatmapConfiguration(HeatmapConfigurationT&& value) {
83 SetHeatmapConfiguration(std::forward<HeatmapConfigurationT>(value));
84 return *this;
85 }
87 private:
89
90 ClusterMarkerConfiguration m_clusterMarkerConfiguration;
91
92 GeospatialHeatmapConfiguration m_heatmapConfiguration;
93 bool m_selectedPointStyleHasBeenSet = false;
94 bool m_clusterMarkerConfigurationHasBeenSet = false;
95 bool m_heatmapConfigurationHasBeenSet = false;
96};
97
98} // namespace Model
99} // namespace QuickSight
100} // 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