7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
9#include <aws/kafkaconnect/model/VpcDescription.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 = VpcDescription>
63 m_vpcHasBeenSet =
true;
64 m_vpc = std::forward<VpcT>(value);
66 template <
typename VpcT = VpcDescription>
68 SetVpc(std::forward<VpcT>(value));
76 bool m_bootstrapServersHasBeenSet =
false;
77 bool m_vpcHasBeenSet =
false;
AWS_KAFKACONNECT_API ApacheKafkaClusterDescription(Aws::Utils::Json::JsonView jsonValue)
void SetVpc(VpcT &&value)
const VpcDescription & GetVpc() const
ApacheKafkaClusterDescription & WithVpc(VpcT &&value)
bool BootstrapServersHasBeenSet() const
bool VpcHasBeenSet() const
AWS_KAFKACONNECT_API ApacheKafkaClusterDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KAFKACONNECT_API ApacheKafkaClusterDescription()=default
const Aws::String & GetBootstrapServers() const
ApacheKafkaClusterDescription & WithBootstrapServers(BootstrapServersT &&value)
void SetBootstrapServers(BootstrapServersT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue