7#include <aws/pipes/Pipes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename SaslScram512AuthT = Aws::String>
48 void SetSaslScram512Auth(SaslScram512AuthT&& value) { m_saslScram512AuthHasBeenSet =
true; m_saslScram512Auth = std::forward<SaslScram512AuthT>(value); }
49 template<
typename SaslScram512AuthT = Aws::String>
59 template<
typename ClientCertificateTlsAuthT = Aws::String>
60 void SetClientCertificateTlsAuth(ClientCertificateTlsAuthT&& value) { m_clientCertificateTlsAuthHasBeenSet =
true; m_clientCertificateTlsAuth = std::forward<ClientCertificateTlsAuthT>(value); }
61 template<
typename ClientCertificateTlsAuthT = Aws::String>
67 bool m_saslScram512AuthHasBeenSet =
false;
70 bool m_clientCertificateTlsAuthHasBeenSet =
false;
MSKAccessCredentials & WithSaslScram512Auth(SaslScram512AuthT &&value)
const Aws::String & GetSaslScram512Auth() const
bool ClientCertificateTlsAuthHasBeenSet() const
void SetClientCertificateTlsAuth(ClientCertificateTlsAuthT &&value)
AWS_PIPES_API MSKAccessCredentials(Aws::Utils::Json::JsonView jsonValue)
AWS_PIPES_API MSKAccessCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSaslScram512Auth(SaslScram512AuthT &&value)
bool SaslScram512AuthHasBeenSet() const
AWS_PIPES_API MSKAccessCredentials()=default
const Aws::String & GetClientCertificateTlsAuth() const
MSKAccessCredentials & WithClientCertificateTlsAuth(ClientCertificateTlsAuthT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue