AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
VpcConnectivity.h
1
6#pragma once
7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/kafka/model/VpcConnectivityClientAuthentication.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 Kafka
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_KAFKA_API VpcConnectivity();
37 AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
47 inline const VpcConnectivityClientAuthentication& GetClientAuthentication() const{ return m_clientAuthentication; }
48 inline bool ClientAuthenticationHasBeenSet() const { return m_clientAuthenticationHasBeenSet; }
49 inline void SetClientAuthentication(const VpcConnectivityClientAuthentication& value) { m_clientAuthenticationHasBeenSet = true; m_clientAuthentication = value; }
50 inline void SetClientAuthentication(VpcConnectivityClientAuthentication&& value) { m_clientAuthenticationHasBeenSet = true; m_clientAuthentication = std::move(value); }
54 private:
55
56 VpcConnectivityClientAuthentication m_clientAuthentication;
57 bool m_clientAuthenticationHasBeenSet = false;
58 };
59
60} // namespace Model
61} // namespace Kafka
62} // namespace Aws
void SetClientAuthentication(VpcConnectivityClientAuthentication &&value)
VpcConnectivity & WithClientAuthentication(VpcConnectivityClientAuthentication &&value)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
const VpcConnectivityClientAuthentication & GetClientAuthentication() const
void SetClientAuthentication(const VpcConnectivityClientAuthentication &value)
AWS_KAFKA_API VpcConnectivity & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKA_API VpcConnectivity(Aws::Utils::Json::JsonView jsonValue)
VpcConnectivity & WithClientAuthentication(const VpcConnectivityClientAuthentication &value)
Aws::Utils::Json::JsonValue JsonValue