7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/AuthenticationType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glue/model/OAuth2Properties.h>
63 inline void SetSecretArn(
const char* value) { m_secretArnHasBeenSet =
true; m_secretArn.assign(value); }
83 bool m_authenticationTypeHasBeenSet =
false;
86 bool m_secretArnHasBeenSet =
false;
89 bool m_oAuth2PropertiesHasBeenSet =
false;
AWS_GLUE_API AuthenticationConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API AuthenticationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AuthenticationConfiguration & WithOAuth2Properties(OAuth2Properties &&value)
const OAuth2Properties & GetOAuth2Properties() const
bool AuthenticationTypeHasBeenSet() const
void SetOAuth2Properties(const OAuth2Properties &value)
AuthenticationConfiguration & WithAuthenticationType(const AuthenticationType &value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AuthenticationConfiguration & WithAuthenticationType(AuthenticationType &&value)
AuthenticationConfiguration & WithOAuth2Properties(const OAuth2Properties &value)
AuthenticationConfiguration & WithSecretArn(const Aws::String &value)
void SetAuthenticationType(AuthenticationType &&value)
bool SecretArnHasBeenSet() const
void SetSecretArn(Aws::String &&value)
void SetSecretArn(const char *value)
void SetSecretArn(const Aws::String &value)
AuthenticationConfiguration & WithSecretArn(const char *value)
AWS_GLUE_API AuthenticationConfiguration()
bool OAuth2PropertiesHasBeenSet() const
void SetAuthenticationType(const AuthenticationType &value)
void SetOAuth2Properties(OAuth2Properties &&value)
const Aws::String & GetSecretArn() const
const AuthenticationType & GetAuthenticationType() const
AuthenticationConfiguration & WithSecretArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue