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