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/AuthParameter.h>
49 template<
typename CustomAuthenticationTypeT = Aws::String>
50 void SetCustomAuthenticationType(CustomAuthenticationTypeT&& value) { m_customAuthenticationTypeHasBeenSet =
true; m_customAuthenticationType = std::forward<CustomAuthenticationTypeT>(value); }
51 template<
typename CustomAuthenticationTypeT = Aws::String>
61 template<
typename AuthParametersT = Aws::Vector<AuthParameter>>
62 void SetAuthParameters(AuthParametersT&& value) { m_authParametersHasBeenSet =
true; m_authParameters = std::forward<AuthParametersT>(value); }
63 template<
typename AuthParametersT = Aws::Vector<AuthParameter>>
65 template<
typename AuthParametersT = AuthParameter>
66 CustomAuthConfig&
AddAuthParameters(AuthParametersT&& value) { m_authParametersHasBeenSet =
true; m_authParameters.emplace_back(std::forward<AuthParametersT>(value));
return *
this; }
71 bool m_customAuthenticationTypeHasBeenSet =
false;
74 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