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>
48 template <
typename VpcConfigsT = Aws::Vector<VpcConfig>>
50 m_vpcConfigsHasBeenSet =
true;
51 m_vpcConfigs = std::forward<VpcConfigsT>(value);
53 template <
typename VpcConfigsT = Aws::Vector<VpcConfig>>
58 template <
typename VpcConfigsT = VpcConfig>
60 m_vpcConfigsHasBeenSet =
true;
61 m_vpcConfigs.emplace_back(std::forward<VpcConfigsT>(value));
74 template <
typename ClientAuthenticationT = ServerlessClientAuthentication>
76 m_clientAuthenticationHasBeenSet =
true;
77 m_clientAuthentication = std::forward<ClientAuthenticationT>(value);
79 template <
typename ClientAuthenticationT = ServerlessClientAuthentication>
89 bool m_vpcConfigsHasBeenSet =
false;
90 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