7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/CascadingControlConfiguration.h>
11#include <aws/quicksight/model/ControlSortConfiguration.h>
12#include <aws/quicksight/model/ControlTitleFormatText.h>
13#include <aws/quicksight/model/ListControlDisplayOptions.h>
14#include <aws/quicksight/model/ParameterSelectableValues.h>
15#include <aws/quicksight/model/SheetControlListType.h>
48 template <
typename ParameterControlIdT = Aws::String>
50 m_parameterControlIdHasBeenSet =
true;
51 m_parameterControlId = std::forward<ParameterControlIdT>(value);
53 template <
typename ParameterControlIdT = Aws::String>
66 template <
typename TitleT = Aws::String>
68 m_titleHasBeenSet =
true;
69 m_title = std::forward<TitleT>(value);
71 template <
typename TitleT = Aws::String>
73 SetTitle(std::forward<TitleT>(value));
84 template <
typename SourceParameterNameT = Aws::String>
86 m_sourceParameterNameHasBeenSet =
true;
87 m_sourceParameterName = std::forward<SourceParameterNameT>(value);
89 template <
typename SourceParameterNameT = Aws::String>
102 template <
typename DisplayOptionsT = ListControlDisplayOptions>
104 m_displayOptionsHasBeenSet =
true;
105 m_displayOptions = std::forward<DisplayOptionsT>(value);
107 template <
typename DisplayOptionsT = ListControlDisplayOptions>
121 m_typeHasBeenSet =
true;
136 template <
typename SelectableValuesT = ParameterSelectableValues>
138 m_selectableValuesHasBeenSet =
true;
139 m_selectableValues = std::forward<SelectableValuesT>(value);
141 template <
typename SelectableValuesT = ParameterSelectableValues>
155 template <
typename CascadingControlConfigurationT = CascadingControlConfiguration>
157 m_cascadingControlConfigurationHasBeenSet =
true;
158 m_cascadingControlConfiguration = std::forward<CascadingControlConfigurationT>(value);
160 template <
typename CascadingControlConfigurationT = CascadingControlConfiguration>
174 template <
typename ControlSortConfigurationsT = Aws::Vector<ControlSortConfiguration>>
176 m_controlSortConfigurationsHasBeenSet =
true;
177 m_controlSortConfigurations = std::forward<ControlSortConfigurationsT>(value);
179 template <
typename ControlSortConfigurationsT = Aws::Vector<ControlSortConfiguration>>
184 template <
typename ControlSortConfigurationsT = ControlSortConfiguration>
186 m_controlSortConfigurationsHasBeenSet =
true;
187 m_controlSortConfigurations.emplace_back(std::forward<ControlSortConfigurationsT>(value));
198 template <
typename ControlTitleFormatTextT = ControlTitleFormatText>
200 m_controlTitleFormatTextHasBeenSet =
true;
201 m_controlTitleFormatText = std::forward<ControlTitleFormatTextT>(value);
203 template <
typename ControlTitleFormatTextT = ControlTitleFormatText>
220 ParameterSelectableValues m_selectableValues;
222 CascadingControlConfiguration m_cascadingControlConfiguration;
226 ControlTitleFormatText m_controlTitleFormatText;
227 bool m_parameterControlIdHasBeenSet =
false;
228 bool m_titleHasBeenSet =
false;
229 bool m_sourceParameterNameHasBeenSet =
false;
230 bool m_displayOptionsHasBeenSet =
false;
231 bool m_typeHasBeenSet =
false;
232 bool m_selectableValuesHasBeenSet =
false;
233 bool m_cascadingControlConfigurationHasBeenSet =
false;
234 bool m_controlSortConfigurationsHasBeenSet =
false;
235 bool m_controlTitleFormatTextHasBeenSet =
false;
AWS_QUICKSIGHT_API ParameterListControl(Aws::Utils::Json::JsonView jsonValue)
void SetType(SheetControlListType value)
AWS_QUICKSIGHT_API ParameterListControl & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetControlTitleFormatText(ControlTitleFormatTextT &&value)
const ListControlDisplayOptions & GetDisplayOptions() const
void SetSourceParameterName(SourceParameterNameT &&value)
ParameterListControl & WithType(SheetControlListType value)
bool DisplayOptionsHasBeenSet() const
void SetCascadingControlConfiguration(CascadingControlConfigurationT &&value)
const Aws::String & GetTitle() const
bool CascadingControlConfigurationHasBeenSet() const
void SetParameterControlId(ParameterControlIdT &&value)
ParameterListControl & WithSourceParameterName(SourceParameterNameT &&value)
bool ParameterControlIdHasBeenSet() const
void SetTitle(TitleT &&value)
void SetDisplayOptions(DisplayOptionsT &&value)
AWS_QUICKSIGHT_API ParameterListControl()=default
const Aws::Vector< ControlSortConfiguration > & GetControlSortConfigurations() const
ParameterListControl & WithCascadingControlConfiguration(CascadingControlConfigurationT &&value)
bool ControlSortConfigurationsHasBeenSet() const
SheetControlListType GetType() const
bool SelectableValuesHasBeenSet() const
const Aws::String & GetSourceParameterName() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool TypeHasBeenSet() const
ParameterListControl & WithControlSortConfigurations(ControlSortConfigurationsT &&value)
const ParameterSelectableValues & GetSelectableValues() const
const ControlTitleFormatText & GetControlTitleFormatText() const
ParameterListControl & WithTitle(TitleT &&value)
const CascadingControlConfiguration & GetCascadingControlConfiguration() const
ParameterListControl & WithDisplayOptions(DisplayOptionsT &&value)
const Aws::String & GetParameterControlId() const
bool TitleHasBeenSet() const
bool SourceParameterNameHasBeenSet() const
bool ControlTitleFormatTextHasBeenSet() const
void SetControlSortConfigurations(ControlSortConfigurationsT &&value)
ParameterListControl & AddControlSortConfigurations(ControlSortConfigurationsT &&value)
ParameterListControl & WithParameterControlId(ParameterControlIdT &&value)
ParameterListControl & WithControlTitleFormatText(ControlTitleFormatTextT &&value)
ParameterListControl & WithSelectableValues(SelectableValuesT &&value)
void SetSelectableValues(SelectableValuesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue