AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
VpcConnectivityTls.h
1
6#pragma once
7#include <aws/kafka/Kafka_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace Kafka {
17namespace Model {
18
28 public:
29 AWS_KAFKA_API VpcConnectivityTls() = default;
32 AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
41 inline bool GetEnabled() const { return m_enabled; }
42 inline bool EnabledHasBeenSet() const { return m_enabledHasBeenSet; }
43 inline void SetEnabled(bool value) {
44 m_enabledHasBeenSet = true;
45 m_enabled = value;
46 }
47 inline VpcConnectivityTls& WithEnabled(bool value) {
48 SetEnabled(value);
49 return *this;
50 }
52 private:
53 bool m_enabled{false};
54 bool m_enabledHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace Kafka
59} // namespace Aws
AWS_KAFKA_API VpcConnectivityTls()=default
AWS_KAFKA_API VpcConnectivityTls & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKA_API VpcConnectivityTls(Aws::Utils::Json::JsonView jsonValue)
VpcConnectivityTls & WithEnabled(bool value)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue