7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
9#include <aws/datazone/model/AuthenticationType.h>
10#include <aws/datazone/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>
77 template <
typename OAuth2PropertiesT = OAuth2Properties>
79 m_oAuth2PropertiesHasBeenSet =
true;
80 m_oAuth2Properties = std::forward<OAuth2PropertiesT>(value);
82 template <
typename OAuth2PropertiesT = OAuth2Properties>
93 OAuth2Properties m_oAuth2Properties;
94 bool m_authenticationTypeHasBeenSet =
false;
95 bool m_secretArnHasBeenSet =
false;
96 bool m_oAuth2PropertiesHasBeenSet =
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