7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/AuthenticationType.h>
10#include <aws/glue/model/OAuth2Properties.h>
44 m_authenticationTypeHasBeenSet =
true;
45 m_authenticationType = value;
59 template <
typename SecretArnT = Aws::String>
61 m_secretArnHasBeenSet =
true;
62 m_secretArn = std::forward<SecretArnT>(value);
64 template <
typename SecretArnT = Aws::String>
79 template <
typename KmsKeyArnT = Aws::String>
81 m_kmsKeyArnHasBeenSet =
true;
82 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
84 template <
typename KmsKeyArnT = Aws::String>
97 template <
typename OAuth2PropertiesT = OAuth2Properties>
99 m_oAuth2PropertiesHasBeenSet =
true;
100 m_oAuth2Properties = std::forward<OAuth2PropertiesT>(value);
102 template <
typename OAuth2PropertiesT = OAuth2Properties>
115 OAuth2Properties m_oAuth2Properties;
116 bool m_authenticationTypeHasBeenSet =
false;
117 bool m_secretArnHasBeenSet =
false;
118 bool m_kmsKeyArnHasBeenSet =
false;
119 bool m_oAuth2PropertiesHasBeenSet =
false;
AWS_GLUE_API AuthenticationConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetAuthenticationType(AuthenticationType value)
AWS_GLUE_API AuthenticationConfiguration()=default
AWS_GLUE_API AuthenticationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const OAuth2Properties & GetOAuth2Properties() const
bool AuthenticationTypeHasBeenSet() const
AuthenticationType GetAuthenticationType() const
AuthenticationConfiguration & WithSecretArn(SecretArnT &&value)
void SetOAuth2Properties(OAuth2PropertiesT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AuthenticationConfiguration & WithOAuth2Properties(OAuth2PropertiesT &&value)
AuthenticationConfiguration & WithKmsKeyArn(KmsKeyArnT &&value)
AuthenticationConfiguration & WithAuthenticationType(AuthenticationType value)
bool SecretArnHasBeenSet() const
void SetSecretArn(SecretArnT &&value)
const Aws::String & GetKmsKeyArn() const
bool OAuth2PropertiesHasBeenSet() const
void SetKmsKeyArn(KmsKeyArnT &&value)
bool KmsKeyArnHasBeenSet() const
const Aws::String & GetSecretArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue