7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
42 template <
typename KeyT = Aws::String>
44 m_keyHasBeenSet =
true;
45 m_key = std::forward<KeyT>(value);
47 template <
typename KeyT = Aws::String>
49 SetKey(std::forward<KeyT>(value));
60 template <
typename DataTypeT = Aws::String>
62 m_dataTypeHasBeenSet =
true;
63 m_dataType = std::forward<DataTypeT>(value);
65 template <
typename DataTypeT = Aws::String>
79 m_isRequiredHasBeenSet =
true;
94 template <
typename LabelT = Aws::String>
96 m_labelHasBeenSet =
true;
97 m_label = std::forward<LabelT>(value);
99 template <
typename LabelT = Aws::String>
101 SetLabel(std::forward<LabelT>(value));
112 template <
typename DescriptionT = Aws::String>
114 m_descriptionHasBeenSet =
true;
115 m_description = std::forward<DescriptionT>(value);
117 template <
typename DescriptionT = Aws::String>
130 template <
typename ScopeT = Aws::String>
132 m_scopeHasBeenSet =
true;
133 m_scope = std::forward<ScopeT>(value);
135 template <
typename ScopeT = Aws::String>
137 SetScope(std::forward<ScopeT>(value));
149 template <
typename ConnectorSuppliedValueOptionsT = Aws::Vector<Aws::String>>
151 m_connectorSuppliedValueOptionsHasBeenSet =
true;
152 m_connectorSuppliedValueOptions = std::forward<ConnectorSuppliedValueOptionsT>(value);
154 template <
typename ConnectorSuppliedValueOptionsT = Aws::Vector<Aws::String>>
159 template <
typename ConnectorSuppliedValueOptionsT = Aws::String>
161 m_connectorSuppliedValueOptionsHasBeenSet =
true;
162 m_connectorSuppliedValueOptions.emplace_back(std::forward<ConnectorSuppliedValueOptionsT>(value));
171 bool m_isRequired{
false};
180 bool m_keyHasBeenSet =
false;
181 bool m_dataTypeHasBeenSet =
false;
182 bool m_isRequiredHasBeenSet =
false;
183 bool m_labelHasBeenSet =
false;
184 bool m_descriptionHasBeenSet =
false;
185 bool m_scopeHasBeenSet =
false;
186 bool m_connectorSuppliedValueOptionsHasBeenSet =
false;
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetConnectorSuppliedValueOptions() const
ConnectorRuntimeSetting & WithDescription(DescriptionT &&value)
const Aws::String & GetKey() const
ConnectorRuntimeSetting & WithKey(KeyT &&value)
const Aws::String & GetScope() const
ConnectorRuntimeSetting & WithLabel(LabelT &&value)
bool DescriptionHasBeenSet() const
AWS_APPFLOW_API ConnectorRuntimeSetting()=default
void SetScope(ScopeT &&value)
ConnectorRuntimeSetting & WithScope(ScopeT &&value)
void SetConnectorSuppliedValueOptions(ConnectorSuppliedValueOptionsT &&value)
bool GetIsRequired() const
bool ConnectorSuppliedValueOptionsHasBeenSet() const
ConnectorRuntimeSetting & WithIsRequired(bool value)
bool DataTypeHasBeenSet() const
bool KeyHasBeenSet() const
const Aws::String & GetDescription() const
bool IsRequiredHasBeenSet() const
ConnectorRuntimeSetting & AddConnectorSuppliedValueOptions(ConnectorSuppliedValueOptionsT &&value)
void SetDataType(DataTypeT &&value)
AWS_APPFLOW_API ConnectorRuntimeSetting(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
bool LabelHasBeenSet() const
void SetLabel(LabelT &&value)
AWS_APPFLOW_API ConnectorRuntimeSetting & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLabel() const
ConnectorRuntimeSetting & WithDataType(DataTypeT &&value)
bool ScopeHasBeenSet() const
ConnectorRuntimeSetting & WithConnectorSuppliedValueOptions(ConnectorSuppliedValueOptionsT &&value)
void SetKey(KeyT &&value)
const Aws::String & GetDataType() const
void SetIsRequired(bool 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