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 inline void SetIsRequired(
bool value) { m_isRequiredHasBeenSet =
true; m_isRequired = value; }
70 template<
typename LabelT = Aws::String>
71 void SetLabel(LabelT&& value) { m_labelHasBeenSet =
true; m_label = std::forward<LabelT>(value); }
72 template<
typename LabelT = Aws::String>
82 template<
typename DescriptionT = Aws::String>
83 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
84 template<
typename DescriptionT = Aws::String>
94 inline void SetIsSensitiveField(
bool value) { m_isSensitiveFieldHasBeenSet =
true; m_isSensitiveField = value; }
105 template<
typename ConnectorSuppliedValuesT = Aws::Vector<Aws::String>>
106 void SetConnectorSuppliedValues(ConnectorSuppliedValuesT&& value) { m_connectorSuppliedValuesHasBeenSet =
true; m_connectorSuppliedValues = std::forward<ConnectorSuppliedValuesT>(value); }
107 template<
typename ConnectorSuppliedValuesT = Aws::Vector<Aws::String>>
109 template<
typename ConnectorSuppliedValuesT = Aws::String>
110 AuthParameter&
AddConnectorSuppliedValues(ConnectorSuppliedValuesT&& value) { m_connectorSuppliedValuesHasBeenSet =
true; m_connectorSuppliedValues.emplace_back(std::forward<ConnectorSuppliedValuesT>(value));
return *
this; }
115 bool m_keyHasBeenSet =
false;
117 bool m_isRequired{
false};
118 bool m_isRequiredHasBeenSet =
false;
121 bool m_labelHasBeenSet =
false;
124 bool m_descriptionHasBeenSet =
false;
126 bool m_isSensitiveField{
false};
127 bool m_isSensitiveFieldHasBeenSet =
false;
130 bool m_connectorSuppliedValuesHasBeenSet =
false;
AuthParameter & WithLabel(LabelT &&value)
bool ConnectorSuppliedValuesHasBeenSet() const
void SetIsRequired(bool value)
AWS_APPFLOW_API AuthParameter()=default
void SetLabel(LabelT &&value)
bool GetIsRequired() const
const Aws::String & GetKey() const
bool IsRequiredHasBeenSet() const
bool IsSensitiveFieldHasBeenSet() const
bool DescriptionHasBeenSet() const
AWS_APPFLOW_API AuthParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKey(KeyT &&value)
AuthParameter & WithIsSensitiveField(bool value)
void SetConnectorSuppliedValues(ConnectorSuppliedValuesT &&value)
bool LabelHasBeenSet() const
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDescription(DescriptionT &&value)
AuthParameter & WithKey(KeyT &&value)
bool GetIsSensitiveField() const
void SetIsSensitiveField(bool value)
AWS_APPFLOW_API AuthParameter(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
AuthParameter & AddConnectorSuppliedValues(ConnectorSuppliedValuesT &&value)
AuthParameter & WithIsRequired(bool value)
AuthParameter & WithConnectorSuppliedValues(ConnectorSuppliedValuesT &&value)
const Aws::Vector< Aws::String > & GetConnectorSuppliedValues() const
const Aws::String & GetLabel() const
AuthParameter & WithDescription(DescriptionT &&value)
bool KeyHasBeenSet() 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