public class TrackingOptions
extends java.lang.Object
implements java.io.Serializable
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.
Constructor and Description |
---|
TrackingOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCustomRedirectDomain()
The custom subdomain that will be used to redirect email recipients to
the Amazon SES event tracking domain.
|
int |
hashCode() |
void |
setCustomRedirectDomain(java.lang.String customRedirectDomain)
The custom subdomain that will be used to redirect email recipients to
the Amazon SES event tracking domain.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TrackingOptions |
withCustomRedirectDomain(java.lang.String customRedirectDomain)
The custom subdomain that will be used to redirect email recipients to
the Amazon SES event tracking domain.
|
public java.lang.String getCustomRedirectDomain()
The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.
The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.
public void setCustomRedirectDomain(java.lang.String customRedirectDomain)
The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.
customRedirectDomain
- The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.
public TrackingOptions withCustomRedirectDomain(java.lang.String customRedirectDomain)
The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.
Returns a reference to this object so that method calls can be chained together.
customRedirectDomain
- The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.