7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/AuthenticationType.h>
9#include <aws/glue/model/OAuth2PropertiesInput.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/glue/model/BasicAuthenticationCredentials.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
62 template<
typename OAuth2PropertiesT = OAuth2PropertiesInput>
63 void SetOAuth2Properties(OAuth2PropertiesT&& value) { m_oAuth2PropertiesHasBeenSet =
true; m_oAuth2Properties = std::forward<OAuth2PropertiesT>(value); }
64 template<
typename OAuth2PropertiesT = OAuth2PropertiesInput>
75 template<
typename SecretArnT = Aws::String>
76 void SetSecretArn(SecretArnT&& value) { m_secretArnHasBeenSet =
true; m_secretArn = std::forward<SecretArnT>(value); }
77 template<
typename SecretArnT = Aws::String>
88 template<
typename KmsKeyArnT = Aws::String>
89 void SetKmsKeyArn(KmsKeyArnT&& value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn = std::forward<KmsKeyArnT>(value); }
90 template<
typename KmsKeyArnT = Aws::String>
101 template<
typename BasicAuthenticationCredentialsT = BasicAuthenticationCredentials>
102 void SetBasicAuthenticationCredentials(BasicAuthenticationCredentialsT&& value) { m_basicAuthenticationCredentialsHasBeenSet =
true; m_basicAuthenticationCredentials = std::forward<BasicAuthenticationCredentialsT>(value); }
103 template<
typename BasicAuthenticationCredentialsT = BasicAuthenticationCredentials>
114 template<
typename CustomAuthenticationCredentialsT = Aws::Map<Aws::String, Aws::String>>
115 void SetCustomAuthenticationCredentials(CustomAuthenticationCredentialsT&& value) { m_customAuthenticationCredentialsHasBeenSet =
true; m_customAuthenticationCredentials = std::forward<CustomAuthenticationCredentialsT>(value); }
116 template<
typename CustomAuthenticationCredentialsT = Aws::Map<Aws::String, Aws::String>>
118 template<
typename CustomAuthenticationCredentialsKeyT = Aws::String,
typename CustomAuthenticationCredentialsValueT = Aws::String>
120 m_customAuthenticationCredentialsHasBeenSet =
true; m_customAuthenticationCredentials.emplace(std::forward<CustomAuthenticationCredentialsKeyT>(key), std::forward<CustomAuthenticationCredentialsValueT>(value));
return *
this;
126 bool m_authenticationTypeHasBeenSet =
false;
128 OAuth2PropertiesInput m_oAuth2Properties;
129 bool m_oAuth2PropertiesHasBeenSet =
false;
132 bool m_secretArnHasBeenSet =
false;
135 bool m_kmsKeyArnHasBeenSet =
false;
137 BasicAuthenticationCredentials m_basicAuthenticationCredentials;
138 bool m_basicAuthenticationCredentialsHasBeenSet =
false;
141 bool m_customAuthenticationCredentialsHasBeenSet =
false;
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