7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename TrustStoreIdT = Aws::String>
42 m_trustStoreIdHasBeenSet =
true;
43 m_trustStoreId = std::forward<TrustStoreIdT>(value);
45 template <
typename TrustStoreIdT = Aws::String>
59 m_advertiseTrustStoreCaNamesHasBeenSet =
true;
60 m_advertiseTrustStoreCaNames = value;
75 m_ignoreCertificateExpiryHasBeenSet =
true;
76 m_ignoreCertificateExpiry = value;
86 bool m_advertiseTrustStoreCaNames{
false};
88 bool m_ignoreCertificateExpiry{
false};
89 bool m_trustStoreIdHasBeenSet =
false;
90 bool m_advertiseTrustStoreCaNamesHasBeenSet =
false;
91 bool m_ignoreCertificateExpiryHasBeenSet =
false;
bool GetIgnoreCertificateExpiry() const
TrustStoreConfig & WithIgnoreCertificateExpiry(bool value)
bool AdvertiseTrustStoreCaNamesHasBeenSet() const
bool GetAdvertiseTrustStoreCaNames() const
void SetAdvertiseTrustStoreCaNames(bool value)
const Aws::String & GetTrustStoreId() const
AWS_CLOUDFRONT_API TrustStoreConfig()=default
AWS_CLOUDFRONT_API TrustStoreConfig(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetIgnoreCertificateExpiry(bool value)
TrustStoreConfig & WithTrustStoreId(TrustStoreIdT &&value)
AWS_CLOUDFRONT_API TrustStoreConfig & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetTrustStoreId(TrustStoreIdT &&value)
TrustStoreConfig & WithAdvertiseTrustStoreCaNames(bool value)
bool TrustStoreIdHasBeenSet() const
bool IgnoreCertificateExpiryHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String