7#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kafkaconnect/model/Vpc.h>
48 template<
typename BootstrapServersT = Aws::String>
49 void SetBootstrapServers(BootstrapServersT&& value) { m_bootstrapServersHasBeenSet =
true; m_bootstrapServers = std::forward<BootstrapServersT>(value); }
50 template<
typename BootstrapServersT = Aws::String>
61 template<
typename VpcT = Vpc>
62 void SetVpc(VpcT&& value) { m_vpcHasBeenSet =
true; m_vpc = std::forward<VpcT>(value); }
63 template<
typename VpcT = Vpc>
69 bool m_bootstrapServersHasBeenSet =
false;
72 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