7#include <aws/crt/cbor/Cbor.h>
8#include <aws/mailmanager/MailManager_EXPORTS.h>
9#include <aws/mailmanager/model/TrustStore.h>
19namespace MailManager {
33 AWS_MAILMANAGER_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
41 template <
typename TrustStoreT = TrustStore>
43 m_trustStoreHasBeenSet =
true;
44 m_trustStore = std::forward<TrustStoreT>(value);
46 template <
typename TrustStoreT = TrustStore>
54 bool m_trustStoreHasBeenSet =
false;
bool TrustStoreHasBeenSet() const
AWS_MAILMANAGER_API TlsAuthConfiguration(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_MAILMANAGER_API TlsAuthConfiguration & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
TlsAuthConfiguration & WithTrustStore(TrustStoreT &&value)
AWS_MAILMANAGER_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
AWS_MAILMANAGER_API TlsAuthConfiguration()=default
void SetTrustStore(TrustStoreT &&value)
const TrustStore & GetTrustStore() const