7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/model/AuthenticationType.h>
9#include <aws/datazone/model/OAuth2Properties.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
59 template<
typename OAuth2PropertiesT = OAuth2Properties>
60 void SetOAuth2Properties(OAuth2PropertiesT&& value) { m_oAuth2PropertiesHasBeenSet =
true; m_oAuth2Properties = std::forward<OAuth2PropertiesT>(value); }
61 template<
typename OAuth2PropertiesT = OAuth2Properties>
71 template<
typename SecretArnT = Aws::String>
72 void SetSecretArn(SecretArnT&& value) { m_secretArnHasBeenSet =
true; m_secretArn = std::forward<SecretArnT>(value); }
73 template<
typename SecretArnT = Aws::String>
79 bool m_authenticationTypeHasBeenSet =
false;
81 OAuth2Properties m_oAuth2Properties;
82 bool m_oAuth2PropertiesHasBeenSet =
false;
85 bool m_secretArnHasBeenSet =
false;
const Aws::String & GetSecretArn() const
bool AuthenticationTypeHasBeenSet() const
const OAuth2Properties & GetOAuth2Properties() const
AWS_DATAZONE_API AuthenticationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSecretArn(SecretArnT &&value)
AuthenticationConfiguration & WithAuthenticationType(AuthenticationType value)
bool OAuth2PropertiesHasBeenSet() const
AuthenticationConfiguration & WithSecretArn(SecretArnT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAZONE_API AuthenticationConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool SecretArnHasBeenSet() const
void SetOAuth2Properties(OAuth2PropertiesT &&value)
AuthenticationType GetAuthenticationType() const
AuthenticationConfiguration & WithOAuth2Properties(OAuth2PropertiesT &&value)
AWS_DATAZONE_API AuthenticationConfiguration()=default
void SetAuthenticationType(AuthenticationType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue