AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
MSKAccessCredentials.h
1
6#pragma once
7#include <aws/pipes/Pipes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Pipes
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_PIPES_API MSKAccessCredentials() = default;
38 AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetSaslScram512Auth() const { return m_saslScram512Auth; }
46 inline bool SaslScram512AuthHasBeenSet() const { return m_saslScram512AuthHasBeenSet; }
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>
50 MSKAccessCredentials& WithSaslScram512Auth(SaslScram512AuthT&& value) { SetSaslScram512Auth(std::forward<SaslScram512AuthT>(value)); return *this;}
52
54
57 inline const Aws::String& GetClientCertificateTlsAuth() const { return m_clientCertificateTlsAuth; }
58 inline bool ClientCertificateTlsAuthHasBeenSet() const { return m_clientCertificateTlsAuthHasBeenSet; }
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>
62 MSKAccessCredentials& WithClientCertificateTlsAuth(ClientCertificateTlsAuthT&& value) { SetClientCertificateTlsAuth(std::forward<ClientCertificateTlsAuthT>(value)); return *this;}
64 private:
65
66 Aws::String m_saslScram512Auth;
67 bool m_saslScram512AuthHasBeenSet = false;
68
69 Aws::String m_clientCertificateTlsAuth;
70 bool m_clientCertificateTlsAuthHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace Pipes
75} // namespace Aws
MSKAccessCredentials & WithSaslScram512Auth(SaslScram512AuthT &&value)
const Aws::String & GetSaslScram512Auth() 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)
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