7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/model/BasicAuthenticationCredentials.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename BasicAuthenticationCredentialsT = BasicAuthenticationCredentials>
49 void SetBasicAuthenticationCredentials(BasicAuthenticationCredentialsT&& value) { m_basicAuthenticationCredentialsHasBeenSet =
true; m_basicAuthenticationCredentials = std::forward<BasicAuthenticationCredentialsT>(value); }
50 template<
typename BasicAuthenticationCredentialsT = BasicAuthenticationCredentials>
60 template<
typename SecretArnT = Aws::String>
61 void SetSecretArn(SecretArnT&& value) { m_secretArnHasBeenSet =
true; m_secretArn = std::forward<SecretArnT>(value); }
62 template<
typename SecretArnT = Aws::String>
68 bool m_basicAuthenticationCredentialsHasBeenSet =
false;
71 bool m_secretArnHasBeenSet =
false;
AuthenticationConfigurationPatch & WithBasicAuthenticationCredentials(BasicAuthenticationCredentialsT &&value)
AWS_DATAZONE_API AuthenticationConfigurationPatch(Aws::Utils::Json::JsonView jsonValue)
AuthenticationConfigurationPatch & WithSecretArn(SecretArnT &&value)
const BasicAuthenticationCredentials & GetBasicAuthenticationCredentials() const
bool SecretArnHasBeenSet() const
AWS_DATAZONE_API AuthenticationConfigurationPatch()=default
const Aws::String & GetSecretArn() const
void SetBasicAuthenticationCredentials(BasicAuthenticationCredentialsT &&value)
AWS_DATAZONE_API AuthenticationConfigurationPatch & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool BasicAuthenticationCredentialsHasBeenSet() const
void SetSecretArn(SecretArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue