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>
42 template <
typename KeyT = Aws::String>
44 m_keyHasBeenSet =
true;
45 m_key = std::forward<KeyT>(value);
47 template <
typename KeyT = Aws::String>
49 SetKey(std::forward<KeyT>(value));
61 m_isRequiredHasBeenSet =
true;
76 template <
typename LabelT = Aws::String>
78 m_labelHasBeenSet =
true;
79 m_label = std::forward<LabelT>(value);
81 template <
typename LabelT = Aws::String>
83 SetLabel(std::forward<LabelT>(value));
94 template <
typename DescriptionT = Aws::String>
96 m_descriptionHasBeenSet =
true;
97 m_description = std::forward<DescriptionT>(value);
99 template <
typename DescriptionT = Aws::String>
113 m_isSensitiveFieldHasBeenSet =
true;
114 m_isSensitiveField = value;
129 template <
typename ConnectorSuppliedValuesT = Aws::Vector<Aws::String>>
131 m_connectorSuppliedValuesHasBeenSet =
true;
132 m_connectorSuppliedValues = std::forward<ConnectorSuppliedValuesT>(value);
134 template <
typename ConnectorSuppliedValuesT = Aws::Vector<Aws::String>>
139 template <
typename ConnectorSuppliedValuesT = Aws::String>
141 m_connectorSuppliedValuesHasBeenSet =
true;
142 m_connectorSuppliedValues.emplace_back(std::forward<ConnectorSuppliedValuesT>(value));
149 bool m_isRequired{
false};
155 bool m_isSensitiveField{
false};
158 bool m_keyHasBeenSet =
false;
159 bool m_isRequiredHasBeenSet =
false;
160 bool m_labelHasBeenSet =
false;
161 bool m_descriptionHasBeenSet =
false;
162 bool m_isSensitiveFieldHasBeenSet =
false;
163 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