public class UpdateConfigurationSetTrackingOptionsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Modifies 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 |
---|
UpdateConfigurationSetTrackingOptionsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getConfigurationSetName()
The name of the configuration set for which you want to update the custom
tracking domain.
|
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 for which you want to update the custom
tracking domain.
|
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.
|
UpdateConfigurationSetTrackingOptionsRequest |
withConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set for which you want to update the custom
tracking domain.
|
UpdateConfigurationSetTrackingOptionsRequest |
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 UpdateConfigurationSetTrackingOptionsRequest()
public java.lang.String getConfigurationSetName()
The name of the configuration set for which you want to update the custom tracking domain.
The name of the configuration set for which you want to update the custom tracking domain.
public void setConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set for which you want to update the custom tracking domain.
configurationSetName
- The name of the configuration set for which you want to update the custom tracking domain.
public UpdateConfigurationSetTrackingOptionsRequest withConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set for which you want to update the custom tracking domain.
Returns a reference to this object so that method calls can be chained together.
configurationSetName
- The name of the configuration set for which you want to update the custom tracking domain.
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 UpdateConfigurationSetTrackingOptionsRequest 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.