/**
 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0.
 */
#pragma once
#include  An object that represents a Transport Layer Security (TLS) validation context
   * trust for an Certificate Manager certificate.See Also:
   AWS
   * API Reference
One or more ACM Amazon Resource Name (ARN)s.
*/ inline const Aws::VectorOne or more ACM Amazon Resource Name (ARN)s.
*/ inline bool CertificateAuthorityArnsHasBeenSet() const { return m_certificateAuthorityArnsHasBeenSet; } /** *One or more ACM Amazon Resource Name (ARN)s.
*/ inline void SetCertificateAuthorityArns(const Aws::VectorOne or more ACM Amazon Resource Name (ARN)s.
*/ inline void SetCertificateAuthorityArns(Aws::VectorOne or more ACM Amazon Resource Name (ARN)s.
*/ inline TlsValidationContextAcmTrust& WithCertificateAuthorityArns(const Aws::VectorOne or more ACM Amazon Resource Name (ARN)s.
*/ inline TlsValidationContextAcmTrust& WithCertificateAuthorityArns(Aws::VectorOne or more ACM Amazon Resource Name (ARN)s.
*/ inline TlsValidationContextAcmTrust& AddCertificateAuthorityArns(const Aws::String& value) { m_certificateAuthorityArnsHasBeenSet = true; m_certificateAuthorityArns.push_back(value); return *this; } /** *One or more ACM Amazon Resource Name (ARN)s.
*/ inline TlsValidationContextAcmTrust& AddCertificateAuthorityArns(Aws::String&& value) { m_certificateAuthorityArnsHasBeenSet = true; m_certificateAuthorityArns.push_back(std::move(value)); return *this; } /** *One or more ACM Amazon Resource Name (ARN)s.
*/ inline TlsValidationContextAcmTrust& AddCertificateAuthorityArns(const char* value) { m_certificateAuthorityArnsHasBeenSet = true; m_certificateAuthorityArns.push_back(value); return *this; } private: Aws::Vector