7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
38 AWS_KAFKA_API
Tls() =
default;
52 template<
typename CertificateAuthorityArnListT = Aws::Vector<Aws::String>>
53 void SetCertificateAuthorityArnList(CertificateAuthorityArnListT&& value) { m_certificateAuthorityArnListHasBeenSet =
true; m_certificateAuthorityArnList = std::forward<CertificateAuthorityArnListT>(value); }
54 template<
typename CertificateAuthorityArnListT = Aws::Vector<Aws::String>>
56 template<
typename CertificateAuthorityArnListT = Aws::String>
57 Tls&
AddCertificateAuthorityArnList(CertificateAuthorityArnListT&& value) { m_certificateAuthorityArnListHasBeenSet =
true; m_certificateAuthorityArnList.emplace_back(std::forward<CertificateAuthorityArnListT>(value));
return *
this; }
69 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
75 bool m_certificateAuthorityArnListHasBeenSet =
false;
77 bool m_enabled{
false};
78 bool m_enabledHasBeenSet =
false;
Tls & WithEnabled(bool value)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCertificateAuthorityArnList(CertificateAuthorityArnListT &&value)
AWS_KAFKA_API Tls & operator=(Aws::Utils::Json::JsonView jsonValue)
Tls & WithCertificateAuthorityArnList(CertificateAuthorityArnListT &&value)
const Aws::Vector< Aws::String > & GetCertificateAuthorityArnList() const
void SetEnabled(bool value)
AWS_KAFKA_API Tls()=default
AWS_KAFKA_API Tls(Aws::Utils::Json::JsonView jsonValue)
bool EnabledHasBeenSet() const
Tls & AddCertificateAuthorityArnList(CertificateAuthorityArnListT &&value)
bool CertificateAuthorityArnListHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue