7#include <aws/pipes/Pipes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename BasicAuthT = Aws::String>
48 void SetBasicAuth(BasicAuthT&& value) { m_basicAuthHasBeenSet =
true; m_basicAuth = std::forward<BasicAuthT>(value); }
49 template<
typename BasicAuthT = Aws::String>
59 template<
typename SaslScram512AuthT = Aws::String>
60 void SetSaslScram512Auth(SaslScram512AuthT&& value) { m_saslScram512AuthHasBeenSet =
true; m_saslScram512Auth = std::forward<SaslScram512AuthT>(value); }
61 template<
typename SaslScram512AuthT = Aws::String>
71 template<
typename SaslScram256AuthT = Aws::String>
72 void SetSaslScram256Auth(SaslScram256AuthT&& value) { m_saslScram256AuthHasBeenSet =
true; m_saslScram256Auth = std::forward<SaslScram256AuthT>(value); }
73 template<
typename SaslScram256AuthT = Aws::String>
83 template<
typename ClientCertificateTlsAuthT = Aws::String>
84 void SetClientCertificateTlsAuth(ClientCertificateTlsAuthT&& value) { m_clientCertificateTlsAuthHasBeenSet =
true; m_clientCertificateTlsAuth = std::forward<ClientCertificateTlsAuthT>(value); }
85 template<
typename ClientCertificateTlsAuthT = Aws::String>
91 bool m_basicAuthHasBeenSet =
false;
94 bool m_saslScram512AuthHasBeenSet =
false;
97 bool m_saslScram256AuthHasBeenSet =
false;
100 bool m_clientCertificateTlsAuthHasBeenSet =
false;
bool SaslScram512AuthHasBeenSet() const
bool ClientCertificateTlsAuthHasBeenSet() const
const Aws::String & GetSaslScram512Auth() const
const Aws::String & GetBasicAuth() const
SelfManagedKafkaAccessConfigurationCredentials & WithBasicAuth(BasicAuthT &&value)
void SetClientCertificateTlsAuth(ClientCertificateTlsAuthT &&value)
bool BasicAuthHasBeenSet() const
AWS_PIPES_API SelfManagedKafkaAccessConfigurationCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSaslScram256Auth() const
void SetBasicAuth(BasicAuthT &&value)
void SetSaslScram512Auth(SaslScram512AuthT &&value)
SelfManagedKafkaAccessConfigurationCredentials & WithClientCertificateTlsAuth(ClientCertificateTlsAuthT &&value)
SelfManagedKafkaAccessConfigurationCredentials & WithSaslScram256Auth(SaslScram256AuthT &&value)
AWS_PIPES_API SelfManagedKafkaAccessConfigurationCredentials(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetClientCertificateTlsAuth() const
bool SaslScram256AuthHasBeenSet() const
SelfManagedKafkaAccessConfigurationCredentials & WithSaslScram512Auth(SaslScram512AuthT &&value)
AWS_PIPES_API SelfManagedKafkaAccessConfigurationCredentials()=default
void SetSaslScram256Auth(SaslScram256AuthT &&value)
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue