7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/AuthenticationType.h>
11#include <aws/glue/model/BasicAuthenticationCredentials.h>
12#include <aws/glue/model/OAuth2PropertiesInput.h>
47 m_authenticationTypeHasBeenSet =
true;
48 m_authenticationType = value;
62 template <
typename OAuth2PropertiesT = OAuth2PropertiesInput>
64 m_oAuth2PropertiesHasBeenSet =
true;
65 m_oAuth2Properties = std::forward<OAuth2PropertiesT>(value);
67 template <
typename OAuth2PropertiesT = OAuth2PropertiesInput>
81 template <
typename SecretArnT = Aws::String>
83 m_secretArnHasBeenSet =
true;
84 m_secretArn = std::forward<SecretArnT>(value);
86 template <
typename SecretArnT = Aws::String>
100 template <
typename KmsKeyArnT = Aws::String>
102 m_kmsKeyArnHasBeenSet =
true;
103 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
105 template <
typename KmsKeyArnT = Aws::String>
119 template <
typename BasicAuthenticationCredentialsT = BasicAuthenticationCredentials>
121 m_basicAuthenticationCredentialsHasBeenSet =
true;
122 m_basicAuthenticationCredentials = std::forward<BasicAuthenticationCredentialsT>(value);
124 template <
typename BasicAuthenticationCredentialsT = BasicAuthenticationCredentials>
138 template <
typename CustomAuthenticationCredentialsT = Aws::Map<Aws::String, Aws::String>>
140 m_customAuthenticationCredentialsHasBeenSet =
true;
141 m_customAuthenticationCredentials = std::forward<CustomAuthenticationCredentialsT>(value);
143 template <
typename CustomAuthenticationCredentialsT = Aws::Map<Aws::String, Aws::String>>
148 template <
typename CustomAuthenticationCredentialsKeyT = Aws::String,
typename CustomAuthenticationCredentialsValueT = Aws::String>
150 CustomAuthenticationCredentialsValueT&& value) {
151 m_customAuthenticationCredentialsHasBeenSet =
true;
152 m_customAuthenticationCredentials.emplace(std::forward<CustomAuthenticationCredentialsKeyT>(key),
153 std::forward<CustomAuthenticationCredentialsValueT>(value));
159 bool m_authenticationTypeHasBeenSet =
false;
161 OAuth2PropertiesInput m_oAuth2Properties;
162 bool m_oAuth2PropertiesHasBeenSet =
false;
165 bool m_secretArnHasBeenSet =
false;
168 bool m_kmsKeyArnHasBeenSet =
false;
170 BasicAuthenticationCredentials m_basicAuthenticationCredentials;
171 bool m_basicAuthenticationCredentialsHasBeenSet =
false;
174 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