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>
58 inline Tls&
AddCertificateAuthorityArnList(
const char* value) { m_certificateAuthorityArnListHasBeenSet =
true; m_certificateAuthorityArnList.push_back(value);
return *
this; }
70 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
76 bool m_certificateAuthorityArnListHasBeenSet =
false;
79 bool m_enabledHasBeenSet =
false;
Tls & WithCertificateAuthorityArnList(Aws::Vector< Aws::String > &&value)
Tls & WithEnabled(bool value)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCertificateAuthorityArnList(const Aws::Vector< Aws::String > &value)
Tls & WithCertificateAuthorityArnList(const Aws::Vector< Aws::String > &value)
AWS_KAFKA_API Tls & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetCertificateAuthorityArnList() const
Tls & AddCertificateAuthorityArnList(const Aws::String &value)
void SetEnabled(bool value)
AWS_KAFKA_API Tls(Aws::Utils::Json::JsonView jsonValue)
Tls & AddCertificateAuthorityArnList(const char *value)
bool EnabledHasBeenSet() const
Tls & AddCertificateAuthorityArnList(Aws::String &&value)
bool CertificateAuthorityArnListHasBeenSet() const
void SetCertificateAuthorityArnList(Aws::Vector< Aws::String > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue