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/ServerlessConnectivityInfo.h>
11#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>
95 template <
typename ConnectivityInfoT = ServerlessConnectivityInfo>
97 m_connectivityInfoHasBeenSet =
true;
98 m_connectivityInfo = std::forward<ConnectivityInfoT>(value);
100 template <
typename ConnectivityInfoT = ServerlessConnectivityInfo>
112 bool m_vpcConfigsHasBeenSet =
false;
113 bool m_clientAuthenticationHasBeenSet =
false;
114 bool m_connectivityInfoHasBeenSet =
false;
bool VpcConfigsHasBeenSet() const
void SetClientAuthentication(ClientAuthenticationT &&value)
AWS_KAFKA_API Serverless(Aws::Utils::Json::JsonView jsonValue)
void SetConnectivityInfo(ConnectivityInfoT &&value)
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)
Serverless & WithConnectivityInfo(ConnectivityInfoT &&value)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVpcConfigs(VpcConfigsT &&value)
const ServerlessConnectivityInfo & GetConnectivityInfo() const
Serverless & WithVpcConfigs(VpcConfigsT &&value)
bool ConnectivityInfoHasBeenSet() const
Serverless & AddVpcConfigs(VpcConfigsT &&value)
const Aws::Vector< VpcConfig > & GetVpcConfigs() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue