AWS SDK for C++

AWS SDK for C++ Version 1.11.717

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
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
28 public:
29 AWS_KAFKA_API VpcConnectivity() = default;
32 AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
41 inline const VpcConnectivityClientAuthentication& GetClientAuthentication() const { return m_clientAuthentication; }
42 inline bool ClientAuthenticationHasBeenSet() const { return m_clientAuthenticationHasBeenSet; }
43 template <typename ClientAuthenticationT = VpcConnectivityClientAuthentication>
44 void SetClientAuthentication(ClientAuthenticationT&& value) {
45 m_clientAuthenticationHasBeenSet = true;
46 m_clientAuthentication = std::forward<ClientAuthenticationT>(value);
47 }
48 template <typename ClientAuthenticationT = VpcConnectivityClientAuthentication>
49 VpcConnectivity& WithClientAuthentication(ClientAuthenticationT&& value) {
50 SetClientAuthentication(std::forward<ClientAuthenticationT>(value));
51 return *this;
52 }
54 private:
55 VpcConnectivityClientAuthentication m_clientAuthentication;
56 bool m_clientAuthenticationHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace Kafka
61} // namespace Aws
void SetClientAuthentication(ClientAuthenticationT &&value)
VpcConnectivity & WithClientAuthentication(ClientAuthenticationT &&value)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
const VpcConnectivityClientAuthentication & GetClientAuthentication() const
AWS_KAFKA_API VpcConnectivity & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKA_API VpcConnectivity(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKA_API VpcConnectivity()=default
Aws::Utils::Json::JsonValue JsonValue