7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/kafka/model/ServerlessClientAuthentication.h>
10#include <aws/kafka/model/VpcConfig.h>
53 template<
typename VpcConfigsT = Aws::Vector<VpcConfig>>
54 void SetVpcConfigs(VpcConfigsT&& value) { m_vpcConfigsHasBeenSet =
true; m_vpcConfigs = std::forward<VpcConfigsT>(value); }
55 template<
typename VpcConfigsT = Aws::Vector<VpcConfig>>
57 template<
typename VpcConfigsT = VpcConfig>
58 Serverless&
AddVpcConfigs(VpcConfigsT&& value) { m_vpcConfigsHasBeenSet =
true; m_vpcConfigs.emplace_back(std::forward<VpcConfigsT>(value));
return *
this; }
69 template<
typename ClientAuthenticationT = ServerlessClientAuthentication>
70 void SetClientAuthentication(ClientAuthenticationT&& value) { m_clientAuthenticationHasBeenSet =
true; m_clientAuthentication = std::forward<ClientAuthenticationT>(value); }
71 template<
typename ClientAuthenticationT = ServerlessClientAuthentication>
77 bool m_vpcConfigsHasBeenSet =
false;
80 bool m_clientAuthenticationHasBeenSet =
false;
bool VpcConfigsHasBeenSet() const
void SetClientAuthentication(ClientAuthenticationT &&value)
AWS_KAFKA_API Serverless(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKA_API Serverless()=default
const ServerlessClientAuthentication & GetClientAuthentication() const
bool ClientAuthenticationHasBeenSet() const
AWS_KAFKA_API Serverless & operator=(Aws::Utils::Json::JsonView jsonValue)
Serverless & WithClientAuthentication(ClientAuthenticationT &&value)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVpcConfigs(VpcConfigsT &&value)
Serverless & WithVpcConfigs(VpcConfigsT &&value)
Serverless & AddVpcConfigs(VpcConfigsT &&value)
const Aws::Vector< VpcConfig > & GetVpcConfigs() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue