AWS SDK for C++

AWS SDK for C++ Version 1.11.785

Loading...
Searching...
No Matches
ServerlessConnectivityInfo.h
1
6#pragma once
7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/kafka/model/NetworkType.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Kafka {
20namespace Model {
21
31 public:
32 AWS_KAFKA_API ServerlessConnectivityInfo() = default;
35 AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
45 inline NetworkType GetNetworkType() const { return m_networkType; }
46 inline bool NetworkTypeHasBeenSet() const { return m_networkTypeHasBeenSet; }
47 inline void SetNetworkType(NetworkType value) {
48 m_networkTypeHasBeenSet = true;
49 m_networkType = value;
50 }
52 SetNetworkType(value);
53 return *this;
54 }
56 private:
57 NetworkType m_networkType{NetworkType::NOT_SET};
58 bool m_networkTypeHasBeenSet = false;
59};
60
61} // namespace Model
62} // namespace Kafka
63} // namespace Aws
AWS_KAFKA_API ServerlessConnectivityInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KAFKA_API ServerlessConnectivityInfo(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKA_API ServerlessConnectivityInfo()=default
ServerlessConnectivityInfo & WithNetworkType(NetworkType value)
Aws::Utils::Json::JsonValue JsonValue