AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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() = default;
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 template<typename ClientAuthenticationT = VpcConnectivityClientAuthentication>
50 void SetClientAuthentication(ClientAuthenticationT&& value) { m_clientAuthenticationHasBeenSet = true; m_clientAuthentication = std::forward<ClientAuthenticationT>(value); }
51 template<typename ClientAuthenticationT = VpcConnectivityClientAuthentication>
52 VpcConnectivity& WithClientAuthentication(ClientAuthenticationT&& value) { SetClientAuthentication(std::forward<ClientAuthenticationT>(value)); return *this;}
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(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