7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
50 inline void SetCustomAuthenticationType(
const char* value) { m_customAuthenticationTypeHasBeenSet =
true; m_customAuthenticationType.assign(value); }
77 bool m_customAuthenticationTypeHasBeenSet =
false;
80 bool m_credentialsMapHasBeenSet =
false;
CustomAuthCredentials & WithCredentialsMap(Aws::Map< Aws::String, Aws::String > &&value)
bool CustomAuthenticationTypeHasBeenSet() const
CustomAuthCredentials & WithCustomAuthenticationType(const char *value)
const Aws::String & GetCustomAuthenticationType() const
AWS_APPFLOW_API CustomAuthCredentials()
CustomAuthCredentials & WithCredentialsMap(const Aws::Map< Aws::String, Aws::String > &value)
AWS_APPFLOW_API CustomAuthCredentials(Aws::Utils::Json::JsonView jsonValue)
CustomAuthCredentials & WithCustomAuthenticationType(Aws::String &&value)
CustomAuthCredentials & AddCredentialsMap(Aws::String &&key, const Aws::String &value)
CustomAuthCredentials & AddCredentialsMap(Aws::String &&key, Aws::String &&value)
CustomAuthCredentials & AddCredentialsMap(Aws::String &&key, const char *value)
AWS_APPFLOW_API CustomAuthCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CredentialsMapHasBeenSet() const
void SetCustomAuthenticationType(const char *value)
CustomAuthCredentials & AddCredentialsMap(const char *key, Aws::String &&value)
CustomAuthCredentials & AddCredentialsMap(const char *key, const char *value)
CustomAuthCredentials & AddCredentialsMap(const Aws::String &key, Aws::String &&value)
CustomAuthCredentials & AddCredentialsMap(const Aws::String &key, const Aws::String &value)
void SetCredentialsMap(const Aws::Map< Aws::String, Aws::String > &value)
void SetCredentialsMap(Aws::Map< Aws::String, Aws::String > &&value)
CustomAuthCredentials & WithCustomAuthenticationType(const Aws::String &value)
void SetCustomAuthenticationType(const Aws::String &value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Map< Aws::String, Aws::String > & GetCredentialsMap() const
void SetCustomAuthenticationType(Aws::String &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue