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>
51 inline void SetCustomAuthenticationType(
const char* value) { m_customAuthenticationTypeHasBeenSet =
true; m_customAuthenticationType.assign(value); }
73 bool m_customAuthenticationTypeHasBeenSet =
false;
76 bool m_authParametersHasBeenSet =
false;
CustomAuthConfig & WithCustomAuthenticationType(const Aws::String &value)
CustomAuthConfig & WithAuthParameters(Aws::Vector< AuthParameter > &&value)
void SetCustomAuthenticationType(const char *value)
CustomAuthConfig & WithAuthParameters(const Aws::Vector< AuthParameter > &value)
AWS_APPFLOW_API CustomAuthConfig()
CustomAuthConfig & AddAuthParameters(AuthParameter &&value)
const Aws::Vector< AuthParameter > & GetAuthParameters() const
AWS_APPFLOW_API CustomAuthConfig(Aws::Utils::Json::JsonView jsonValue)
bool AuthParametersHasBeenSet() const
void SetAuthParameters(Aws::Vector< AuthParameter > &&value)
bool CustomAuthenticationTypeHasBeenSet() const
void SetAuthParameters(const Aws::Vector< AuthParameter > &value)
const Aws::String & GetCustomAuthenticationType() const
CustomAuthConfig & AddAuthParameters(const AuthParameter &value)
void SetCustomAuthenticationType(Aws::String &&value)
void SetCustomAuthenticationType(const Aws::String &value)
AWS_APPFLOW_API CustomAuthConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
CustomAuthConfig & WithCustomAuthenticationType(const char *value)
CustomAuthConfig & WithCustomAuthenticationType(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue