7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/kafka/model/KafkaClusterMTLSAuthentication.h>
9#include <aws/kafka/model/KafkaClusterSaslScramAuthentication.h>
42 template <
typename SaslScramT = KafkaClusterSaslScramAuthentication>
44 m_saslScramHasBeenSet =
true;
45 m_saslScram = std::forward<SaslScramT>(value);
47 template <
typename SaslScramT = KafkaClusterSaslScramAuthentication>
60 template <
typename MTLST = KafkaClusterMTLSAuthentication>
62 m_mTLSHasBeenSet =
true;
63 m_mTLS = std::forward<MTLST>(value);
65 template <
typename MTLST = KafkaClusterMTLSAuthentication>
67 SetMTLS(std::forward<MTLST>(value));
75 bool m_saslScramHasBeenSet =
false;
76 bool m_mTLSHasBeenSet =
false;
bool SaslScramHasBeenSet() const
KafkaClusterClientAuthentication & WithSaslScram(SaslScramT &&value)
void SetSaslScram(SaslScramT &&value)
void SetMTLS(MTLST &&value)
AWS_KAFKA_API KafkaClusterClientAuthentication(Aws::Utils::Json::JsonView jsonValue)
KafkaClusterClientAuthentication & WithMTLS(MTLST &&value)
bool MTLSHasBeenSet() const
const KafkaClusterMTLSAuthentication & GetMTLS() const
AWS_KAFKA_API KafkaClusterClientAuthentication & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKA_API KafkaClusterClientAuthentication()=default
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
const KafkaClusterSaslScramAuthentication & GetSaslScram() const
Aws::Utils::Json::JsonValue JsonValue