#include <TrackingOptions.h>
A domain that is used to redirect email recipients to an Amazon SES-operated domain. This domain captures open and click events generated by Amazon SES emails.
For more information, see Configuring Custom Domains to Handle Open and Click Tracking in the Amazon SES Developer Guide.
See Also:
AWS API Reference
Definition at line 36 of file TrackingOptions.h.
◆ TrackingOptions() [1/2]
Aws::SES::Model::TrackingOptions::TrackingOptions |
( |
| ) |
|
◆ TrackingOptions() [2/2]
◆ CustomRedirectDomainHasBeenSet()
bool Aws::SES::Model::TrackingOptions::CustomRedirectDomainHasBeenSet |
( |
| ) |
const |
|
inline |
The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.
Definition at line 57 of file TrackingOptions.h.
◆ GetCustomRedirectDomain()
const Aws::String& Aws::SES::Model::TrackingOptions::GetCustomRedirectDomain |
( |
| ) |
const |
|
inline |
The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.
Definition at line 51 of file TrackingOptions.h.
◆ operator=()
◆ OutputToStream() [1/2]
void Aws::SES::Model::TrackingOptions::OutputToStream |
( |
Aws::OStream & |
oStream, |
|
|
const char * |
location |
|
) |
| const |
◆ OutputToStream() [2/2]
void Aws::SES::Model::TrackingOptions::OutputToStream |
( |
Aws::OStream & |
ostream, |
|
|
const char * |
location, |
|
|
unsigned |
index, |
|
|
const char * |
locationValue |
|
) |
| const |
◆ SetCustomRedirectDomain() [1/3]
void Aws::SES::Model::TrackingOptions::SetCustomRedirectDomain |
( |
Aws::String && |
value | ) |
|
|
inline |
The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.
Definition at line 69 of file TrackingOptions.h.
◆ SetCustomRedirectDomain() [2/3]
void Aws::SES::Model::TrackingOptions::SetCustomRedirectDomain |
( |
const Aws::String & |
value | ) |
|
|
inline |
The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.
Definition at line 63 of file TrackingOptions.h.
◆ SetCustomRedirectDomain() [3/3]
void Aws::SES::Model::TrackingOptions::SetCustomRedirectDomain |
( |
const char * |
value | ) |
|
|
inline |
The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.
Definition at line 75 of file TrackingOptions.h.
◆ WithCustomRedirectDomain() [1/3]
The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.
Definition at line 87 of file TrackingOptions.h.
◆ WithCustomRedirectDomain() [2/3]
The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.
Definition at line 81 of file TrackingOptions.h.
◆ WithCustomRedirectDomain() [3/3]
TrackingOptions& Aws::SES::Model::TrackingOptions::WithCustomRedirectDomain |
( |
const char * |
value | ) |
|
|
inline |
The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.
Definition at line 93 of file TrackingOptions.h.
The documentation for this class was generated from the following file: