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>
77 bool m_vpcConfigsHasBeenSet =
false;
80 bool m_clientAuthenticationHasBeenSet =
false;
bool VpcConfigsHasBeenSet() const
void SetClientAuthentication(ServerlessClientAuthentication &&value)
AWS_KAFKA_API Serverless(Aws::Utils::Json::JsonView jsonValue)
Serverless & WithClientAuthentication(const ServerlessClientAuthentication &value)
void SetVpcConfigs(const Aws::Vector< VpcConfig > &value)
const ServerlessClientAuthentication & GetClientAuthentication() const
bool ClientAuthenticationHasBeenSet() const
AWS_KAFKA_API Serverless & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KAFKA_API Serverless()
Serverless & WithVpcConfigs(Aws::Vector< VpcConfig > &&value)
Serverless & WithClientAuthentication(ServerlessClientAuthentication &&value)
void SetVpcConfigs(Aws::Vector< VpcConfig > &&value)
Serverless & WithVpcConfigs(const Aws::Vector< VpcConfig > &value)
Serverless & AddVpcConfigs(VpcConfig &&value)
Serverless & AddVpcConfigs(const VpcConfig &value)
void SetClientAuthentication(const ServerlessClientAuthentication &value)
const Aws::Vector< VpcConfig > & GetVpcConfigs() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue