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>
54 template<
typename VpcConfigsT = Aws::Vector<VpcConfig>>
55 void SetVpcConfigs(VpcConfigsT&& value) { m_vpcConfigsHasBeenSet =
true; m_vpcConfigs = std::forward<VpcConfigsT>(value); }
56 template<
typename VpcConfigsT = Aws::Vector<VpcConfig>>
58 template<
typename VpcConfigsT = VpcConfig>
59 ServerlessRequest&
AddVpcConfigs(VpcConfigsT&& value) { m_vpcConfigsHasBeenSet =
true; m_vpcConfigs.emplace_back(std::forward<VpcConfigsT>(value));
return *
this; }
70 template<
typename ClientAuthenticationT = ServerlessClientAuthentication>
71 void SetClientAuthentication(ClientAuthenticationT&& value) { m_clientAuthenticationHasBeenSet =
true; m_clientAuthentication = std::forward<ClientAuthenticationT>(value); }
72 template<
typename ClientAuthenticationT = ServerlessClientAuthentication>
78 bool m_vpcConfigsHasBeenSet =
false;
81 bool m_clientAuthenticationHasBeenSet =
false;
AWS_KAFKA_API ServerlessRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
ServerlessRequest & WithVpcConfigs(VpcConfigsT &&value)
const Aws::Vector< VpcConfig > & GetVpcConfigs() const
ServerlessRequest & AddVpcConfigs(VpcConfigsT &&value)
AWS_KAFKA_API ServerlessRequest(Aws::Utils::Json::JsonView jsonValue)
void SetClientAuthentication(ClientAuthenticationT &&value)
const ServerlessClientAuthentication & GetClientAuthentication() const
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KAFKA_API ServerlessRequest()=default
void SetVpcConfigs(VpcConfigsT &&value)
bool ClientAuthenticationHasBeenSet() const
ServerlessRequest & WithClientAuthentication(ClientAuthenticationT &&value)
bool VpcConfigsHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue