/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Details for client authentication using TLS.See Also:
AWS API
* Reference
List of ACM Certificate Authority ARNs.
*/ inline const Aws::VectorList of ACM Certificate Authority ARNs.
*/ inline bool CertificateAuthorityArnListHasBeenSet() const { return m_certificateAuthorityArnListHasBeenSet; } /** *List of ACM Certificate Authority ARNs.
*/ inline void SetCertificateAuthorityArnList(const Aws::VectorList of ACM Certificate Authority ARNs.
*/ inline void SetCertificateAuthorityArnList(Aws::VectorList of ACM Certificate Authority ARNs.
*/ inline Tls& WithCertificateAuthorityArnList(const Aws::VectorList of ACM Certificate Authority ARNs.
*/ inline Tls& WithCertificateAuthorityArnList(Aws::VectorList of ACM Certificate Authority ARNs.
*/ inline Tls& AddCertificateAuthorityArnList(const Aws::String& value) { m_certificateAuthorityArnListHasBeenSet = true; m_certificateAuthorityArnList.push_back(value); return *this; } /** *List of ACM Certificate Authority ARNs.
*/ inline Tls& AddCertificateAuthorityArnList(Aws::String&& value) { m_certificateAuthorityArnListHasBeenSet = true; m_certificateAuthorityArnList.push_back(std::move(value)); return *this; } /** *List of ACM Certificate Authority ARNs.
*/ inline Tls& AddCertificateAuthorityArnList(const char* value) { m_certificateAuthorityArnListHasBeenSet = true; m_certificateAuthorityArnList.push_back(value); return *this; } /** *Specifies whether you want to turn on or turn off TLS * authentication.
*/ inline bool GetEnabled() const{ return m_enabled; } /** *Specifies whether you want to turn on or turn off TLS * authentication.
*/ inline bool EnabledHasBeenSet() const { return m_enabledHasBeenSet; } /** *Specifies whether you want to turn on or turn off TLS * authentication.
*/ inline void SetEnabled(bool value) { m_enabledHasBeenSet = true; m_enabled = value; } /** *Specifies whether you want to turn on or turn off TLS * authentication.
*/ inline Tls& WithEnabled(bool value) { SetEnabled(value); return *this;} private: Aws::Vector