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>
49 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
50 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
64 inline void SetDataType(
const char* value) { m_dataTypeHasBeenSet =
true; m_dataType.assign(value); }
76 inline void SetIsRequired(
bool value) { m_isRequiredHasBeenSet =
true; m_isRequired = value; }
88 inline void SetLabel(
const char* value) { m_labelHasBeenSet =
true; m_label.assign(value); }
102 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
116 inline void SetScope(
const char* value) { m_scopeHasBeenSet =
true; m_scope.assign(value); }
140 bool m_keyHasBeenSet =
false;
143 bool m_dataTypeHasBeenSet =
false;
146 bool m_isRequiredHasBeenSet =
false;
149 bool m_labelHasBeenSet =
false;
152 bool m_descriptionHasBeenSet =
false;
155 bool m_scopeHasBeenSet =
false;
158 bool m_connectorSuppliedValueOptionsHasBeenSet =
false;
ConnectorRuntimeSetting & WithDataType(const Aws::String &value)
ConnectorRuntimeSetting & AddConnectorSuppliedValueOptions(Aws::String &&value)
void SetScope(const Aws::String &value)
void SetKey(const char *value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLabel(Aws::String &&value)
const Aws::Vector< Aws::String > & GetConnectorSuppliedValueOptions() const
const Aws::String & GetKey() const
ConnectorRuntimeSetting & WithLabel(Aws::String &&value)
void SetScope(Aws::String &&value)
ConnectorRuntimeSetting & WithLabel(const Aws::String &value)
ConnectorRuntimeSetting & WithDescription(const char *value)
ConnectorRuntimeSetting & WithDescription(Aws::String &&value)
ConnectorRuntimeSetting & WithDescription(const Aws::String &value)
ConnectorRuntimeSetting & WithConnectorSuppliedValueOptions(const Aws::Vector< Aws::String > &value)
ConnectorRuntimeSetting & WithKey(const char *value)
const Aws::String & GetScope() const
void SetDataType(Aws::String &&value)
bool DescriptionHasBeenSet() const
void SetConnectorSuppliedValueOptions(Aws::Vector< Aws::String > &&value)
ConnectorRuntimeSetting & AddConnectorSuppliedValueOptions(const Aws::String &value)
void SetScope(const char *value)
ConnectorRuntimeSetting & WithDataType(const char *value)
ConnectorRuntimeSetting & WithDataType(Aws::String &&value)
ConnectorRuntimeSetting & WithKey(const Aws::String &value)
void SetConnectorSuppliedValueOptions(const Aws::Vector< Aws::String > &value)
void SetKey(const Aws::String &value)
ConnectorRuntimeSetting & WithKey(Aws::String &&value)
void SetLabel(const Aws::String &value)
ConnectorRuntimeSetting & WithScope(const char *value)
bool GetIsRequired() const
ConnectorRuntimeSetting & WithScope(const Aws::String &value)
ConnectorRuntimeSetting & WithScope(Aws::String &&value)
bool ConnectorSuppliedValueOptionsHasBeenSet() const
ConnectorRuntimeSetting & AddConnectorSuppliedValueOptions(const char *value)
void SetDescription(Aws::String &&value)
ConnectorRuntimeSetting & WithIsRequired(bool value)
ConnectorRuntimeSetting & WithLabel(const char *value)
void SetDataType(const char *value)
AWS_APPFLOW_API ConnectorRuntimeSetting()
bool DataTypeHasBeenSet() const
bool KeyHasBeenSet() const
const Aws::String & GetDescription() const
bool IsRequiredHasBeenSet() const
AWS_APPFLOW_API ConnectorRuntimeSetting(Aws::Utils::Json::JsonView jsonValue)
void SetKey(Aws::String &&value)
bool LabelHasBeenSet() const
void SetLabel(const char *value)
AWS_APPFLOW_API ConnectorRuntimeSetting & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLabel() const
ConnectorRuntimeSetting & WithConnectorSuppliedValueOptions(Aws::Vector< Aws::String > &&value)
void SetDescription(const Aws::String &value)
bool ScopeHasBeenSet() const
void SetDescription(const char *value)
const Aws::String & GetDataType() const
void SetIsRequired(bool value)
void SetDataType(const Aws::String &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