7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/model/AuthParameter.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename CustomAuthenticationTypeT = Aws::String>
45 m_customAuthenticationTypeHasBeenSet =
true;
46 m_customAuthenticationType = std::forward<CustomAuthenticationTypeT>(value);
48 template <
typename CustomAuthenticationTypeT = Aws::String>
61 template <
typename AuthParametersT = Aws::Vector<AuthParameter>>
63 m_authParametersHasBeenSet =
true;
64 m_authParameters = std::forward<AuthParametersT>(value);
66 template <
typename AuthParametersT = Aws::Vector<AuthParameter>>
71 template <
typename AuthParametersT = AuthParameter>
73 m_authParametersHasBeenSet =
true;
74 m_authParameters.emplace_back(std::forward<AuthParametersT>(value));
82 bool m_customAuthenticationTypeHasBeenSet =
false;
83 bool m_authParametersHasBeenSet =
false;
void SetAuthParameters(AuthParametersT &&value)
CustomAuthConfig & WithCustomAuthenticationType(CustomAuthenticationTypeT &&value)
AWS_APPFLOW_API CustomAuthConfig()=default
const Aws::Vector< AuthParameter > & GetAuthParameters() const
AWS_APPFLOW_API CustomAuthConfig(Aws::Utils::Json::JsonView jsonValue)
bool AuthParametersHasBeenSet() const
bool CustomAuthenticationTypeHasBeenSet() const
const Aws::String & GetCustomAuthenticationType() const
CustomAuthConfig & AddAuthParameters(AuthParametersT &&value)
CustomAuthConfig & WithAuthParameters(AuthParametersT &&value)
AWS_APPFLOW_API CustomAuthConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCustomAuthenticationType(CustomAuthenticationTypeT &&value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() 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