7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
9#include <aws/kafkaconnect/model/Vpc.h>
20namespace KafkaConnect {
42 template <
typename BootstrapServersT = Aws::String>
44 m_bootstrapServersHasBeenSet =
true;
45 m_bootstrapServers = std::forward<BootstrapServersT>(value);
47 template <
typename BootstrapServersT = Aws::String>
61 template <
typename VpcT = Vpc>
63 m_vpcHasBeenSet =
true;
64 m_vpc = std::forward<VpcT>(value);
66 template <
typename VpcT = Vpc>
68 SetVpc(std::forward<VpcT>(value));
76 bool m_bootstrapServersHasBeenSet =
false;
77 bool m_vpcHasBeenSet =
false;
ApacheKafkaCluster & WithBootstrapServers(BootstrapServersT &&value)
ApacheKafkaCluster & WithVpc(VpcT &&value)
AWS_KAFKACONNECT_API ApacheKafkaCluster & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBootstrapServers(BootstrapServersT &&value)
const Aws::String & GetBootstrapServers() const
bool VpcHasBeenSet() const
const Vpc & GetVpc() const
void SetVpc(VpcT &&value)
AWS_KAFKACONNECT_API ApacheKafkaCluster(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
bool BootstrapServersHasBeenSet() const
AWS_KAFKACONNECT_API ApacheKafkaCluster()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue