7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/PluginVisualFieldWell.h>
10#include <aws/quicksight/model/PluginVisualOptions.h>
11#include <aws/quicksight/model/PluginVisualSortConfiguration.h>
45 template <
typename FieldWellsT = Aws::Vector<PluginVisualFieldWell>>
47 m_fieldWellsHasBeenSet =
true;
48 m_fieldWells = std::forward<FieldWellsT>(value);
50 template <
typename FieldWellsT = Aws::Vector<PluginVisualFieldWell>>
55 template <
typename FieldWellsT = PluginVisualFieldWell>
57 m_fieldWellsHasBeenSet =
true;
58 m_fieldWells.emplace_back(std::forward<FieldWellsT>(value));
69 template <
typename VisualOptionsT = PluginVisualOptions>
71 m_visualOptionsHasBeenSet =
true;
72 m_visualOptions = std::forward<VisualOptionsT>(value);
74 template <
typename VisualOptionsT = PluginVisualOptions>
87 template <
typename SortConfigurationT = PluginVisualSortConfiguration>
89 m_sortConfigurationHasBeenSet =
true;
90 m_sortConfiguration = std::forward<SortConfigurationT>(value);
92 template <
typename SortConfigurationT = PluginVisualSortConfiguration>
104 bool m_fieldWellsHasBeenSet =
false;
105 bool m_visualOptionsHasBeenSet =
false;
106 bool m_sortConfigurationHasBeenSet =
false;
bool VisualOptionsHasBeenSet() const
AWS_QUICKSIGHT_API PluginVisualConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
PluginVisualConfiguration & WithSortConfiguration(SortConfigurationT &&value)
const Aws::Vector< PluginVisualFieldWell > & GetFieldWells() const
PluginVisualConfiguration & WithFieldWells(FieldWellsT &&value)
PluginVisualConfiguration & AddFieldWells(FieldWellsT &&value)
void SetVisualOptions(VisualOptionsT &&value)
bool SortConfigurationHasBeenSet() const
bool FieldWellsHasBeenSet() const
void SetFieldWells(FieldWellsT &&value)
void SetSortConfiguration(SortConfigurationT &&value)
AWS_QUICKSIGHT_API PluginVisualConfiguration(Aws::Utils::Json::JsonView jsonValue)
const PluginVisualSortConfiguration & GetSortConfiguration() const
const PluginVisualOptions & GetVisualOptions() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API PluginVisualConfiguration()=default
PluginVisualConfiguration & WithVisualOptions(VisualOptionsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue