public class CreateConfigurationSetTrackingOptionsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Creates an association between a configuration set and a custom domain for open and click event tracking.
By default, images and links used for tracking open and click events are hosted on domains operated by Amazon SES. You can configure a subdomain of your own to handle these events. For information about using custom domains, see the Amazon SES Developer Guide.
Constructor and Description |
---|
CreateConfigurationSetTrackingOptionsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getConfigurationSetName()
The name of the configuration set that the tracking options should be
associated with.
|
TrackingOptions |
getTrackingOptions()
A domain that is used to redirect email recipients to an Amazon
SES-operated domain.
|
int |
hashCode() |
void |
setConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set that the tracking options should be
associated with.
|
void |
setTrackingOptions(TrackingOptions trackingOptions)
A domain that is used to redirect email recipients to an Amazon
SES-operated domain.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateConfigurationSetTrackingOptionsRequest |
withConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set that the tracking options should be
associated with.
|
CreateConfigurationSetTrackingOptionsRequest |
withTrackingOptions(TrackingOptions trackingOptions)
A domain that is used to redirect email recipients to an Amazon
SES-operated domain.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public CreateConfigurationSetTrackingOptionsRequest()
public java.lang.String getConfigurationSetName()
The name of the configuration set that the tracking options should be associated with.
The name of the configuration set that the tracking options should be associated with.
public void setConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set that the tracking options should be associated with.
configurationSetName
- The name of the configuration set that the tracking options should be associated with.
public CreateConfigurationSetTrackingOptionsRequest withConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set that the tracking options should be associated with.
Returns a reference to this object so that method calls can be chained together.
configurationSetName
- The name of the configuration set that the tracking options should be associated with.
public TrackingOptions getTrackingOptions()
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.
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.
public void setTrackingOptions(TrackingOptions trackingOptions)
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.
trackingOptions
- 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.
public CreateConfigurationSetTrackingOptionsRequest withTrackingOptions(TrackingOptions trackingOptions)
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.
Returns a reference to this object so that method calls can be chained together.
trackingOptions
- 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.
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.