7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/FilledMapFieldWells.h>
9#include <aws/quicksight/model/FilledMapSortConfiguration.h>
10#include <aws/quicksight/model/GeospatialMapStyleOptions.h>
11#include <aws/quicksight/model/GeospatialWindowOptions.h>
12#include <aws/quicksight/model/LegendOptions.h>
13#include <aws/quicksight/model/TooltipOptions.h>
14#include <aws/quicksight/model/VisualInteractionOptions.h>
47 template <
typename FieldWellsT = FilledMapFieldWells>
49 m_fieldWellsHasBeenSet =
true;
50 m_fieldWells = std::forward<FieldWellsT>(value);
52 template <
typename FieldWellsT = FilledMapFieldWells>
65 template <
typename SortConfigurationT = FilledMapSortConfiguration>
67 m_sortConfigurationHasBeenSet =
true;
68 m_sortConfiguration = std::forward<SortConfigurationT>(value);
70 template <
typename SortConfigurationT = FilledMapSortConfiguration>
83 template <
typename LegendT = LegendOptions>
85 m_legendHasBeenSet =
true;
86 m_legend = std::forward<LegendT>(value);
88 template <
typename LegendT = LegendOptions>
101 template <
typename TooltipT = TooltipOptions>
103 m_tooltipHasBeenSet =
true;
104 m_tooltip = std::forward<TooltipT>(value);
106 template <
typename TooltipT = TooltipOptions>
119 template <
typename WindowOptionsT = GeospatialWindowOptions>
121 m_windowOptionsHasBeenSet =
true;
122 m_windowOptions = std::forward<WindowOptionsT>(value);
124 template <
typename WindowOptionsT = GeospatialWindowOptions>
137 template <
typename MapStyleOptionsT = GeospatialMapStyleOptions>
139 m_mapStyleOptionsHasBeenSet =
true;
140 m_mapStyleOptions = std::forward<MapStyleOptionsT>(value);
142 template <
typename MapStyleOptionsT = GeospatialMapStyleOptions>
155 template <
typename InteractionsT = VisualInteractionOptions>
157 m_interactionsHasBeenSet =
true;
158 m_interactions = std::forward<InteractionsT>(value);
160 template <
typename InteractionsT = VisualInteractionOptions>
180 bool m_fieldWellsHasBeenSet =
false;
181 bool m_sortConfigurationHasBeenSet =
false;
182 bool m_legendHasBeenSet =
false;
183 bool m_tooltipHasBeenSet =
false;
184 bool m_windowOptionsHasBeenSet =
false;
185 bool m_mapStyleOptionsHasBeenSet =
false;
186 bool m_interactionsHasBeenSet =
false;
void SetSortConfiguration(SortConfigurationT &&value)
void SetMapStyleOptions(MapStyleOptionsT &&value)
FilledMapConfiguration & WithFieldWells(FieldWellsT &&value)
bool TooltipHasBeenSet() const
const LegendOptions & GetLegend() const
const GeospatialMapStyleOptions & GetMapStyleOptions() const
bool WindowOptionsHasBeenSet() const
const TooltipOptions & GetTooltip() const
bool SortConfigurationHasBeenSet() const
bool InteractionsHasBeenSet() const
AWS_QUICKSIGHT_API FilledMapConfiguration()=default
const FilledMapSortConfiguration & GetSortConfiguration() const
const GeospatialWindowOptions & GetWindowOptions() const
AWS_QUICKSIGHT_API FilledMapConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetInteractions(InteractionsT &&value)
void SetWindowOptions(WindowOptionsT &&value)
bool FieldWellsHasBeenSet() const
const VisualInteractionOptions & GetInteractions() const
FilledMapConfiguration & WithTooltip(TooltipT &&value)
AWS_QUICKSIGHT_API FilledMapConfiguration(Aws::Utils::Json::JsonView jsonValue)
FilledMapConfiguration & WithLegend(LegendT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const FilledMapFieldWells & GetFieldWells() const
bool MapStyleOptionsHasBeenSet() const
FilledMapConfiguration & WithInteractions(InteractionsT &&value)
FilledMapConfiguration & WithMapStyleOptions(MapStyleOptionsT &&value)
void SetLegend(LegendT &&value)
FilledMapConfiguration & WithSortConfiguration(SortConfigurationT &&value)
bool LegendHasBeenSet() const
void SetTooltip(TooltipT &&value)
FilledMapConfiguration & WithWindowOptions(WindowOptionsT &&value)
void SetFieldWells(FieldWellsT &&value)
Aws::Utils::Json::JsonValue JsonValue