7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/TextAreaControlDisplayOptions.h>
42 template <
typename ParameterControlIdT = Aws::String>
44 m_parameterControlIdHasBeenSet =
true;
45 m_parameterControlId = std::forward<ParameterControlIdT>(value);
47 template <
typename ParameterControlIdT = Aws::String>
60 template <
typename TitleT = Aws::String>
62 m_titleHasBeenSet =
true;
63 m_title = std::forward<TitleT>(value);
65 template <
typename TitleT = Aws::String>
67 SetTitle(std::forward<TitleT>(value));
78 template <
typename SourceParameterNameT = Aws::String>
80 m_sourceParameterNameHasBeenSet =
true;
81 m_sourceParameterName = std::forward<SourceParameterNameT>(value);
83 template <
typename SourceParameterNameT = Aws::String>
96 template <
typename DelimiterT = Aws::String>
98 m_delimiterHasBeenSet =
true;
99 m_delimiter = std::forward<DelimiterT>(value);
101 template <
typename DelimiterT = Aws::String>
114 template <
typename DisplayOptionsT = TextAreaControlDisplayOptions>
116 m_displayOptionsHasBeenSet =
true;
117 m_displayOptions = std::forward<DisplayOptionsT>(value);
119 template <
typename DisplayOptionsT = TextAreaControlDisplayOptions>
135 bool m_parameterControlIdHasBeenSet =
false;
136 bool m_titleHasBeenSet =
false;
137 bool m_sourceParameterNameHasBeenSet =
false;
138 bool m_delimiterHasBeenSet =
false;
139 bool m_displayOptionsHasBeenSet =
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)
const Aws::String & GetDelimiter() const
const Aws::String & GetParameterControlId() const
AWS_QUICKSIGHT_API ParameterTextAreaControl()=default
bool DisplayOptionsHasBeenSet() const
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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue