@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrackingOptions extends Object implements Serializable, Cloneable
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 |
---|---|
TrackingOptions |
clone() |
boolean |
equals(Object obj) |
String |
getCustomRedirectDomain()
The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.
|
int |
hashCode() |
void |
setCustomRedirectDomain(String customRedirectDomain)
The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TrackingOptions |
withCustomRedirectDomain(String customRedirectDomain)
The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.
|
public void setCustomRedirectDomain(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 String getCustomRedirectDomain()
The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.
public TrackingOptions withCustomRedirectDomain(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 String toString()
toString
in class Object
Object.toString()
public TrackingOptions clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.