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>
48 template<
typename CustomAuthenticationTypeT = Aws::String>
49 void SetCustomAuthenticationType(CustomAuthenticationTypeT&& value) { m_customAuthenticationTypeHasBeenSet =
true; m_customAuthenticationType = std::forward<CustomAuthenticationTypeT>(value); }
50 template<
typename CustomAuthenticationTypeT = Aws::String>
60 template<
typename CredentialsMapT = Aws::Map<Aws::String, Aws::String>>
61 void SetCredentialsMap(CredentialsMapT&& value) { m_credentialsMapHasBeenSet =
true; m_credentialsMap = std::forward<CredentialsMapT>(value); }
62 template<
typename CredentialsMapT = Aws::Map<Aws::String, Aws::String>>
64 template<
typename CredentialsMapKeyT = Aws::String,
typename CredentialsMapValueT = Aws::String>
66 m_credentialsMapHasBeenSet =
true; m_credentialsMap.emplace(std::forward<CredentialsMapKeyT>(key), std::forward<CredentialsMapValueT>(value));
return *
this;
72 bool m_customAuthenticationTypeHasBeenSet =
false;
75 bool m_credentialsMapHasBeenSet =
false;
bool CustomAuthenticationTypeHasBeenSet() const
CustomAuthCredentials & WithCredentialsMap(CredentialsMapT &&value)
const Aws::String & GetCustomAuthenticationType() const
AWS_APPFLOW_API CustomAuthCredentials(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFLOW_API CustomAuthCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CredentialsMapHasBeenSet() const
CustomAuthCredentials & WithCustomAuthenticationType(CustomAuthenticationTypeT &&value)
void SetCustomAuthenticationType(CustomAuthenticationTypeT &&value)
AWS_APPFLOW_API CustomAuthCredentials()=default
void SetCredentialsMap(CredentialsMapT &&value)
CustomAuthCredentials & AddCredentialsMap(CredentialsMapKeyT &&key, CredentialsMapValueT &&value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Map< Aws::String, Aws::String > & GetCredentialsMap() const
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