7#include <aws/email/SES_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/email/model/TlsPolicy.h>
59 bool m_tlsPolicyHasBeenSet =
false;
TlsPolicy GetTlsPolicy() const
AWS_SES_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetTlsPolicy(TlsPolicy value)
AWS_SES_API DeliveryOptions & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_SES_API DeliveryOptions(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_SES_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
DeliveryOptions & WithTlsPolicy(TlsPolicy value)
AWS_SES_API DeliveryOptions()=default
bool TlsPolicyHasBeenSet() const
std::basic_ostream< char, std::char_traits< char > > OStream