7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/kafka/Kafka_EXPORTS.h>
33 AWS_KAFKA_API
Tls() =
default;
46 template <
typename CertificateAuthorityArnListT = Aws::Vector<Aws::String>>
48 m_certificateAuthorityArnListHasBeenSet =
true;
49 m_certificateAuthorityArnList = std::forward<CertificateAuthorityArnListT>(value);
51 template <
typename CertificateAuthorityArnListT = Aws::Vector<Aws::String>>
56 template <
typename CertificateAuthorityArnListT = Aws::String>
58 m_certificateAuthorityArnListHasBeenSet =
true;
59 m_certificateAuthorityArnList.emplace_back(std::forward<CertificateAuthorityArnListT>(value));
74 m_enabledHasBeenSet =
true;
85 bool m_enabled{
false};
86 bool m_certificateAuthorityArnListHasBeenSet =
false;
87 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