7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/model/AuthenticationType.h>
9#include <aws/datazone/model/BasicAuthenticationCredentials.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/datazone/model/OAuth2Properties.h>
61 template<
typename BasicAuthenticationCredentialsT = BasicAuthenticationCredentials>
62 void SetBasicAuthenticationCredentials(BasicAuthenticationCredentialsT&& value) { m_basicAuthenticationCredentialsHasBeenSet =
true; m_basicAuthenticationCredentials = std::forward<BasicAuthenticationCredentialsT>(value); }
63 template<
typename BasicAuthenticationCredentialsT = BasicAuthenticationCredentials>
73 template<
typename CustomAuthenticationCredentialsT = Aws::Map<Aws::String, Aws::String>>
74 void SetCustomAuthenticationCredentials(CustomAuthenticationCredentialsT&& value) { m_customAuthenticationCredentialsHasBeenSet =
true; m_customAuthenticationCredentials = std::forward<CustomAuthenticationCredentialsT>(value); }
75 template<
typename CustomAuthenticationCredentialsT = Aws::Map<Aws::String, Aws::String>>
77 template<
typename CustomAuthenticationCredentialsKeyT = Aws::String,
typename CustomAuthenticationCredentialsValueT = Aws::String>
79 m_customAuthenticationCredentialsHasBeenSet =
true; m_customAuthenticationCredentials.emplace(std::forward<CustomAuthenticationCredentialsKeyT>(key), std::forward<CustomAuthenticationCredentialsValueT>(value));
return *
this;
89 template<
typename KmsKeyArnT = Aws::String>
90 void SetKmsKeyArn(KmsKeyArnT&& value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn = std::forward<KmsKeyArnT>(value); }
91 template<
typename KmsKeyArnT = Aws::String>
101 template<
typename OAuth2PropertiesT = OAuth2Properties>
102 void SetOAuth2Properties(OAuth2PropertiesT&& value) { m_oAuth2PropertiesHasBeenSet =
true; m_oAuth2Properties = std::forward<OAuth2PropertiesT>(value); }
103 template<
typename OAuth2PropertiesT = OAuth2Properties>
113 template<
typename SecretArnT = Aws::String>
114 void SetSecretArn(SecretArnT&& value) { m_secretArnHasBeenSet =
true; m_secretArn = std::forward<SecretArnT>(value); }
115 template<
typename SecretArnT = Aws::String>
121 bool m_authenticationTypeHasBeenSet =
false;
123 BasicAuthenticationCredentials m_basicAuthenticationCredentials;
124 bool m_basicAuthenticationCredentialsHasBeenSet =
false;
127 bool m_customAuthenticationCredentialsHasBeenSet =
false;
130 bool m_kmsKeyArnHasBeenSet =
false;
132 OAuth2Properties m_oAuth2Properties;
133 bool m_oAuth2PropertiesHasBeenSet =
false;
136 bool m_secretArnHasBeenSet =
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