7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/AuthenticationType.h>
11#include <aws/datazone/model/BasicAuthenticationCredentials.h>
12#include <aws/datazone/model/OAuth2Properties.h>
46 m_authenticationTypeHasBeenSet =
true;
47 m_authenticationType = value;
61 template <
typename OAuth2PropertiesT = OAuth2Properties>
63 m_oAuth2PropertiesHasBeenSet =
true;
64 m_oAuth2Properties = std::forward<OAuth2PropertiesT>(value);
66 template <
typename OAuth2PropertiesT = OAuth2Properties>
79 template <
typename SecretArnT = Aws::String>
81 m_secretArnHasBeenSet =
true;
82 m_secretArn = std::forward<SecretArnT>(value);
84 template <
typename SecretArnT = Aws::String>
97 template <
typename KmsKeyArnT = Aws::String>
99 m_kmsKeyArnHasBeenSet =
true;
100 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
102 template <
typename KmsKeyArnT = Aws::String>
115 template <
typename BasicAuthenticationCredentialsT = BasicAuthenticationCredentials>
117 m_basicAuthenticationCredentialsHasBeenSet =
true;
118 m_basicAuthenticationCredentials = std::forward<BasicAuthenticationCredentialsT>(value);
120 template <
typename BasicAuthenticationCredentialsT = BasicAuthenticationCredentials>
133 template <
typename CustomAuthenticationCredentialsT = Aws::Map<Aws::String, Aws::String>>
135 m_customAuthenticationCredentialsHasBeenSet =
true;
136 m_customAuthenticationCredentials = std::forward<CustomAuthenticationCredentialsT>(value);
138 template <
typename CustomAuthenticationCredentialsT = Aws::Map<Aws::String, Aws::String>>
143 template <
typename CustomAuthenticationCredentialsKeyT = Aws::String,
typename CustomAuthenticationCredentialsValueT = Aws::String>
145 CustomAuthenticationCredentialsValueT&& value) {
146 m_customAuthenticationCredentialsHasBeenSet =
true;
147 m_customAuthenticationCredentials.emplace(std::forward<CustomAuthenticationCredentialsKeyT>(key),
148 std::forward<CustomAuthenticationCredentialsValueT>(value));
155 OAuth2Properties m_oAuth2Properties;
161 BasicAuthenticationCredentials m_basicAuthenticationCredentials;
164 bool m_authenticationTypeHasBeenSet =
false;
165 bool m_oAuth2PropertiesHasBeenSet =
false;
166 bool m_secretArnHasBeenSet =
false;
167 bool m_kmsKeyArnHasBeenSet =
false;
168 bool m_basicAuthenticationCredentialsHasBeenSet =
false;
169 bool m_customAuthenticationCredentialsHasBeenSet =
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