AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
ParameterTextAreaControl.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/TextAreaControlDisplayOptions.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace QuickSight
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_QUICKSIGHT_API ParameterTextAreaControl() = default;
39 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetParameterControlId() const { return m_parameterControlId; }
47 inline bool ParameterControlIdHasBeenSet() const { return m_parameterControlIdHasBeenSet; }
48 template<typename ParameterControlIdT = Aws::String>
49 void SetParameterControlId(ParameterControlIdT&& value) { m_parameterControlIdHasBeenSet = true; m_parameterControlId = std::forward<ParameterControlIdT>(value); }
50 template<typename ParameterControlIdT = Aws::String>
51 ParameterTextAreaControl& WithParameterControlId(ParameterControlIdT&& value) { SetParameterControlId(std::forward<ParameterControlIdT>(value)); return *this;}
53
55
58 inline const Aws::String& GetTitle() const { return m_title; }
59 inline bool TitleHasBeenSet() const { return m_titleHasBeenSet; }
60 template<typename TitleT = Aws::String>
61 void SetTitle(TitleT&& value) { m_titleHasBeenSet = true; m_title = std::forward<TitleT>(value); }
62 template<typename TitleT = Aws::String>
63 ParameterTextAreaControl& WithTitle(TitleT&& value) { SetTitle(std::forward<TitleT>(value)); return *this;}
65
67
70 inline const Aws::String& GetSourceParameterName() const { return m_sourceParameterName; }
71 inline bool SourceParameterNameHasBeenSet() const { return m_sourceParameterNameHasBeenSet; }
72 template<typename SourceParameterNameT = Aws::String>
73 void SetSourceParameterName(SourceParameterNameT&& value) { m_sourceParameterNameHasBeenSet = true; m_sourceParameterName = std::forward<SourceParameterNameT>(value); }
74 template<typename SourceParameterNameT = Aws::String>
75 ParameterTextAreaControl& WithSourceParameterName(SourceParameterNameT&& value) { SetSourceParameterName(std::forward<SourceParameterNameT>(value)); return *this;}
77
79
82 inline const Aws::String& GetDelimiter() const { return m_delimiter; }
83 inline bool DelimiterHasBeenSet() const { return m_delimiterHasBeenSet; }
84 template<typename DelimiterT = Aws::String>
85 void SetDelimiter(DelimiterT&& value) { m_delimiterHasBeenSet = true; m_delimiter = std::forward<DelimiterT>(value); }
86 template<typename DelimiterT = Aws::String>
87 ParameterTextAreaControl& WithDelimiter(DelimiterT&& value) { SetDelimiter(std::forward<DelimiterT>(value)); return *this;}
89
91
94 inline const TextAreaControlDisplayOptions& GetDisplayOptions() const { return m_displayOptions; }
95 inline bool DisplayOptionsHasBeenSet() const { return m_displayOptionsHasBeenSet; }
96 template<typename DisplayOptionsT = TextAreaControlDisplayOptions>
97 void SetDisplayOptions(DisplayOptionsT&& value) { m_displayOptionsHasBeenSet = true; m_displayOptions = std::forward<DisplayOptionsT>(value); }
98 template<typename DisplayOptionsT = TextAreaControlDisplayOptions>
99 ParameterTextAreaControl& WithDisplayOptions(DisplayOptionsT&& value) { SetDisplayOptions(std::forward<DisplayOptionsT>(value)); return *this;}
101 private:
102
103 Aws::String m_parameterControlId;
104 bool m_parameterControlIdHasBeenSet = false;
105
106 Aws::String m_title;
107 bool m_titleHasBeenSet = false;
108
109 Aws::String m_sourceParameterName;
110 bool m_sourceParameterNameHasBeenSet = false;
111
112 Aws::String m_delimiter;
113 bool m_delimiterHasBeenSet = false;
114
115 TextAreaControlDisplayOptions m_displayOptions;
116 bool m_displayOptionsHasBeenSet = false;
117 };
118
119} // namespace Model
120} // namespace QuickSight
121} // namespace Aws
ParameterTextAreaControl & WithParameterControlId(ParameterControlIdT &&value)
ParameterTextAreaControl & WithTitle(TitleT &&value)
ParameterTextAreaControl & WithSourceParameterName(SourceParameterNameT &&value)
AWS_QUICKSIGHT_API ParameterTextAreaControl(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API ParameterTextAreaControl()=default
void SetSourceParameterName(SourceParameterNameT &&value)
AWS_QUICKSIGHT_API ParameterTextAreaControl & operator=(Aws::Utils::Json::JsonView jsonValue)
ParameterTextAreaControl & WithDelimiter(DelimiterT &&value)
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