7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/kafka/Kafka_EXPORTS.h>
9#include <aws/kafka/model/ServerlessClientAuthentication.h>
10#include <aws/kafka/model/VpcConfig.h>
47 template <
typename VpcConfigsT = Aws::Vector<VpcConfig>>
49 m_vpcConfigsHasBeenSet =
true;
50 m_vpcConfigs = std::forward<VpcConfigsT>(value);
52 template <
typename VpcConfigsT = Aws::Vector<VpcConfig>>
57 template <
typename VpcConfigsT = VpcConfig>
59 m_vpcConfigsHasBeenSet =
true;
60 m_vpcConfigs.emplace_back(std::forward<VpcConfigsT>(value));
73 template <
typename ClientAuthenticationT = ServerlessClientAuthentication>
75 m_clientAuthenticationHasBeenSet =
true;
76 m_clientAuthentication = std::forward<ClientAuthenticationT>(value);
78 template <
typename ClientAuthenticationT = ServerlessClientAuthentication>
88 bool m_vpcConfigsHasBeenSet =
false;
89 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