7#include <aws/email/SES_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
54 template<
typename CustomRedirectDomainT = Aws::String>
55 void SetCustomRedirectDomain(CustomRedirectDomainT&& value) { m_customRedirectDomainHasBeenSet =
true; m_customRedirectDomain = std::forward<CustomRedirectDomainT>(value); }
56 template<
typename CustomRedirectDomainT = Aws::String>
62 bool m_customRedirectDomainHasBeenSet =
false;
bool CustomRedirectDomainHasBeenSet() const
AWS_SES_API TrackingOptions()=default
AWS_SES_API TrackingOptions(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_SES_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
TrackingOptions & WithCustomRedirectDomain(CustomRedirectDomainT &&value)
AWS_SES_API TrackingOptions & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetCustomRedirectDomain() const
AWS_SES_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetCustomRedirectDomain(CustomRedirectDomainT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream