7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/ControlTitleFormatText.h>
10#include <aws/quicksight/model/TextAreaControlDisplayOptions.h>
43 template <
typename ParameterControlIdT = Aws::String>
45 m_parameterControlIdHasBeenSet =
true;
46 m_parameterControlId = std::forward<ParameterControlIdT>(value);
48 template <
typename ParameterControlIdT = Aws::String>
61 template <
typename TitleT = Aws::String>
63 m_titleHasBeenSet =
true;
64 m_title = std::forward<TitleT>(value);
66 template <
typename TitleT = Aws::String>
68 SetTitle(std::forward<TitleT>(value));
79 template <
typename SourceParameterNameT = Aws::String>
81 m_sourceParameterNameHasBeenSet =
true;
82 m_sourceParameterName = std::forward<SourceParameterNameT>(value);
84 template <
typename SourceParameterNameT = Aws::String>
97 template <
typename DelimiterT = Aws::String>
99 m_delimiterHasBeenSet =
true;
100 m_delimiter = std::forward<DelimiterT>(value);
102 template <
typename DelimiterT = Aws::String>
115 template <
typename DisplayOptionsT = TextAreaControlDisplayOptions>
117 m_displayOptionsHasBeenSet =
true;
118 m_displayOptions = std::forward<DisplayOptionsT>(value);
120 template <
typename DisplayOptionsT = TextAreaControlDisplayOptions>
133 template <
typename ControlTitleFormatTextT = ControlTitleFormatText>
135 m_controlTitleFormatTextHasBeenSet =
true;
136 m_controlTitleFormatText = std::forward<ControlTitleFormatTextT>(value);
138 template <
typename ControlTitleFormatTextT = ControlTitleFormatText>
156 bool m_parameterControlIdHasBeenSet =
false;
157 bool m_titleHasBeenSet =
false;
158 bool m_sourceParameterNameHasBeenSet =
false;
159 bool m_delimiterHasBeenSet =
false;
160 bool m_displayOptionsHasBeenSet =
false;
161 bool m_controlTitleFormatTextHasBeenSet =
false;
ParameterTextAreaControl & WithParameterControlId(ParameterControlIdT &&value)
ParameterTextAreaControl & WithTitle(TitleT &&value)
ParameterTextAreaControl & WithSourceParameterName(SourceParameterNameT &&value)
bool ParameterControlIdHasBeenSet() const
AWS_QUICKSIGHT_API ParameterTextAreaControl(Aws::Utils::Json::JsonView jsonValue)
bool SourceParameterNameHasBeenSet() const
bool DelimiterHasBeenSet() const
void SetParameterControlId(ParameterControlIdT &&value)
bool ControlTitleFormatTextHasBeenSet() const
void SetControlTitleFormatText(ControlTitleFormatTextT &&value)
const Aws::String & GetDelimiter() const
const Aws::String & GetParameterControlId() const
AWS_QUICKSIGHT_API ParameterTextAreaControl()=default
bool DisplayOptionsHasBeenSet() const
ParameterTextAreaControl & WithControlTitleFormatText(ControlTitleFormatTextT &&value)
void SetSourceParameterName(SourceParameterNameT &&value)
AWS_QUICKSIGHT_API ParameterTextAreaControl & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TitleHasBeenSet() const
const Aws::String & GetSourceParameterName() const
ParameterTextAreaControl & WithDelimiter(DelimiterT &&value)
void SetTitle(TitleT &&value)
void SetDisplayOptions(DisplayOptionsT &&value)
void SetDelimiter(DelimiterT &&value)
const Aws::String & GetTitle() const
const TextAreaControlDisplayOptions & GetDisplayOptions() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
ParameterTextAreaControl & WithDisplayOptions(DisplayOptionsT &&value)
const ControlTitleFormatText & GetControlTitleFormatText() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue