AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetSaslScram512Auth(const Aws::String& value) { m_saslScram512AuthHasBeenSet = true; m_saslScram512Auth = value; }
48 inline void SetSaslScram512Auth(Aws::String&& value) { m_saslScram512AuthHasBeenSet = true; m_saslScram512Auth = std::move(value); }
49 inline void SetSaslScram512Auth(const char* value) { m_saslScram512AuthHasBeenSet = true; m_saslScram512Auth.assign(value); }
50 inline MSKAccessCredentials& WithSaslScram512Auth(const Aws::String& value) { SetSaslScram512Auth(value); return *this;}
51 inline MSKAccessCredentials& WithSaslScram512Auth(Aws::String&& value) { SetSaslScram512Auth(std::move(value)); return *this;}
52 inline MSKAccessCredentials& WithSaslScram512Auth(const char* value) { SetSaslScram512Auth(value); return *this;}
54
56
59 inline const Aws::String& GetClientCertificateTlsAuth() const{ return m_clientCertificateTlsAuth; }
60 inline bool ClientCertificateTlsAuthHasBeenSet() const { return m_clientCertificateTlsAuthHasBeenSet; }
61 inline void SetClientCertificateTlsAuth(const Aws::String& value) { m_clientCertificateTlsAuthHasBeenSet = true; m_clientCertificateTlsAuth = value; }
62 inline void SetClientCertificateTlsAuth(Aws::String&& value) { m_clientCertificateTlsAuthHasBeenSet = true; m_clientCertificateTlsAuth = std::move(value); }
63 inline void SetClientCertificateTlsAuth(const char* value) { m_clientCertificateTlsAuthHasBeenSet = true; m_clientCertificateTlsAuth.assign(value); }
66 inline MSKAccessCredentials& WithClientCertificateTlsAuth(const char* value) { SetClientCertificateTlsAuth(value); return *this;}
68 private:
69
70 Aws::String m_saslScram512Auth;
71 bool m_saslScram512AuthHasBeenSet = false;
72
73 Aws::String m_clientCertificateTlsAuth;
74 bool m_clientCertificateTlsAuthHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace Pipes
79} // namespace Aws
void SetClientCertificateTlsAuth(const char *value)
MSKAccessCredentials & WithClientCertificateTlsAuth(const Aws::String &value)
const Aws::String & GetSaslScram512Auth() const
MSKAccessCredentials & WithSaslScram512Auth(Aws::String &&value)
void SetClientCertificateTlsAuth(Aws::String &&value)
AWS_PIPES_API MSKAccessCredentials(Aws::Utils::Json::JsonView jsonValue)
void SetSaslScram512Auth(const Aws::String &value)
AWS_PIPES_API MSKAccessCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
MSKAccessCredentials & WithSaslScram512Auth(const Aws::String &value)
void SetClientCertificateTlsAuth(const Aws::String &value)
MSKAccessCredentials & WithClientCertificateTlsAuth(const char *value)
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
MSKAccessCredentials & WithClientCertificateTlsAuth(Aws::String &&value)
const Aws::String & GetClientCertificateTlsAuth() const
MSKAccessCredentials & WithSaslScram512Auth(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue