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>
48 template<
typename KeyT = Aws::String>
49 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
50 template<
typename KeyT = Aws::String>
60 template<
typename DataTypeT = Aws::String>
61 void SetDataType(DataTypeT&& value) { m_dataTypeHasBeenSet =
true; m_dataType = std::forward<DataTypeT>(value); }
62 template<
typename DataTypeT = Aws::String>
72 inline void SetIsRequired(
bool value) { m_isRequiredHasBeenSet =
true; m_isRequired = value; }
82 template<
typename LabelT = Aws::String>
83 void SetLabel(LabelT&& value) { m_labelHasBeenSet =
true; m_label = std::forward<LabelT>(value); }
84 template<
typename LabelT = Aws::String>
94 template<
typename DescriptionT = Aws::String>
95 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
96 template<
typename DescriptionT = Aws::String>
106 template<
typename ScopeT = Aws::String>
107 void SetScope(ScopeT&& value) { m_scopeHasBeenSet =
true; m_scope = std::forward<ScopeT>(value); }
108 template<
typename ScopeT = Aws::String>
119 template<
typename ConnectorSuppliedValueOptionsT = Aws::Vector<Aws::String>>
120 void SetConnectorSuppliedValueOptions(ConnectorSuppliedValueOptionsT&& value) { m_connectorSuppliedValueOptionsHasBeenSet =
true; m_connectorSuppliedValueOptions = std::forward<ConnectorSuppliedValueOptionsT>(value); }
121 template<
typename ConnectorSuppliedValueOptionsT = Aws::Vector<Aws::String>>
123 template<
typename ConnectorSuppliedValueOptionsT = Aws::String>
129 bool m_keyHasBeenSet =
false;
132 bool m_dataTypeHasBeenSet =
false;
134 bool m_isRequired{
false};
135 bool m_isRequiredHasBeenSet =
false;
138 bool m_labelHasBeenSet =
false;
141 bool m_descriptionHasBeenSet =
false;
144 bool m_scopeHasBeenSet =
false;
147 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