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>
10#include <aws/appflow/model/OAuth2CustomPropType.h>
50 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
51 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
64 inline void SetIsRequired(
bool value) { m_isRequiredHasBeenSet =
true; m_isRequired = value; }
76 inline void SetLabel(
const char* value) { m_labelHasBeenSet =
true; m_label.assign(value); }
91 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
104 inline void SetIsSensitiveField(
bool value) { m_isSensitiveFieldHasBeenSet =
true; m_isSensitiveField = value; }
138 bool m_keyHasBeenSet =
false;
141 bool m_isRequiredHasBeenSet =
false;
144 bool m_labelHasBeenSet =
false;
147 bool m_descriptionHasBeenSet =
false;
149 bool m_isSensitiveField;
150 bool m_isSensitiveFieldHasBeenSet =
false;
153 bool m_connectorSuppliedValuesHasBeenSet =
false;
156 bool m_typeHasBeenSet =
false;
OAuth2CustomParameter & WithKey(const char *value)
AWS_APPFLOW_API OAuth2CustomParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLabel(Aws::String &&value)
OAuth2CustomParameter & WithKey(const Aws::String &value)
OAuth2CustomParameter & WithType(const OAuth2CustomPropType &value)
OAuth2CustomParameter & WithDescription(Aws::String &&value)
bool GetIsRequired() const
AWS_APPFLOW_API OAuth2CustomParameter()
OAuth2CustomParameter & WithLabel(Aws::String &&value)
void SetType(OAuth2CustomPropType &&value)
void SetType(const OAuth2CustomPropType &value)
void SetIsRequired(bool value)
OAuth2CustomParameter & AddConnectorSuppliedValues(const char *value)
void SetKey(const char *value)
bool GetIsSensitiveField() const
void SetKey(const Aws::String &value)
OAuth2CustomParameter & WithDescription(const char *value)
OAuth2CustomParameter & AddConnectorSuppliedValues(Aws::String &&value)
bool KeyHasBeenSet() const
void SetConnectorSuppliedValues(const Aws::Vector< Aws::String > &value)
OAuth2CustomParameter & WithIsRequired(bool value)
OAuth2CustomParameter & WithLabel(const Aws::String &value)
bool LabelHasBeenSet() const
const OAuth2CustomPropType & GetType() const
void SetDescription(Aws::String &&value)
bool ConnectorSuppliedValuesHasBeenSet() const
void SetDescription(const Aws::String &value)
OAuth2CustomParameter & WithLabel(const char *value)
void SetIsSensitiveField(bool value)
OAuth2CustomParameter & WithIsSensitiveField(bool value)
OAuth2CustomParameter & WithDescription(const Aws::String &value)
void SetKey(Aws::String &&value)
OAuth2CustomParameter & WithConnectorSuppliedValues(const Aws::Vector< Aws::String > &value)
const Aws::String & GetDescription() const
OAuth2CustomParameter & WithType(OAuth2CustomPropType &&value)
OAuth2CustomParameter & WithConnectorSuppliedValues(Aws::Vector< Aws::String > &&value)
AWS_APPFLOW_API OAuth2CustomParameter(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
bool IsRequiredHasBeenSet() const
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
void SetConnectorSuppliedValues(Aws::Vector< Aws::String > &&value)
OAuth2CustomParameter & WithKey(Aws::String &&value)
bool IsSensitiveFieldHasBeenSet() const
void SetDescription(const char *value)
void SetLabel(const Aws::String &value)
void SetLabel(const char *value)
bool DescriptionHasBeenSet() const
OAuth2CustomParameter & AddConnectorSuppliedValues(const Aws::String &value)
const Aws::String & GetKey() const
const Aws::String & GetLabel() const
const Aws::Vector< Aws::String > & GetConnectorSuppliedValues() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue