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); }
62 inline void SetIsRequired(
bool value) { m_isRequiredHasBeenSet =
true; m_isRequired = value; }
74 inline void SetLabel(
const char* value) { m_labelHasBeenSet =
true; m_label.assign(value); }
88 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
100 inline void SetIsSensitiveField(
bool value) { m_isSensitiveFieldHasBeenSet =
true; m_isSensitiveField = value; }
122 bool m_keyHasBeenSet =
false;
125 bool m_isRequiredHasBeenSet =
false;
128 bool m_labelHasBeenSet =
false;
131 bool m_descriptionHasBeenSet =
false;
133 bool m_isSensitiveField;
134 bool m_isSensitiveFieldHasBeenSet =
false;
137 bool m_connectorSuppliedValuesHasBeenSet =
false;
bool ConnectorSuppliedValuesHasBeenSet() const
void SetIsRequired(bool value)
AuthParameter & WithLabel(const char *value)
void SetKey(Aws::String &&value)
AuthParameter & AddConnectorSuppliedValues(Aws::String &&value)
AuthParameter & AddConnectorSuppliedValues(const char *value)
void SetKey(const char *value)
void SetConnectorSuppliedValues(const Aws::Vector< Aws::String > &value)
void SetLabel(const Aws::String &value)
void SetKey(const Aws::String &value)
void SetDescription(Aws::String &&value)
bool GetIsRequired() const
AuthParameter & AddConnectorSuppliedValues(const Aws::String &value)
const Aws::String & GetKey() const
AuthParameter & WithLabel(const Aws::String &value)
bool IsRequiredHasBeenSet() const
AuthParameter & WithDescription(const char *value)
AuthParameter & WithConnectorSuppliedValues(Aws::Vector< Aws::String > &&value)
bool IsSensitiveFieldHasBeenSet() const
bool DescriptionHasBeenSet() const
AuthParameter & WithKey(const char *value)
AWS_APPFLOW_API AuthParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFLOW_API AuthParameter()
AuthParameter & WithIsSensitiveField(bool value)
void SetConnectorSuppliedValues(Aws::Vector< Aws::String > &&value)
void SetDescription(const char *value)
bool LabelHasBeenSet() const
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLabel(Aws::String &&value)
void SetDescription(const Aws::String &value)
bool GetIsSensitiveField() const
void SetIsSensitiveField(bool value)
AWS_APPFLOW_API AuthParameter(Aws::Utils::Json::JsonView jsonValue)
AuthParameter & WithKey(const Aws::String &value)
const Aws::String & GetDescription() const
AuthParameter & WithKey(Aws::String &&value)
AuthParameter & WithIsRequired(bool value)
AuthParameter & WithConnectorSuppliedValues(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetConnectorSuppliedValues() const
const Aws::String & GetLabel() const
AuthParameter & WithDescription(Aws::String &&value)
bool KeyHasBeenSet() const
void SetLabel(const char *value)
AuthParameter & WithDescription(const Aws::String &value)
AuthParameter & WithLabel(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