public class DeleteConfigurationSetTrackingOptionsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Deletes 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.
Deleting this kind of association will result in emails sent using the specified configuration set to capture open and click events using the standard, Amazon SES-operated domains.
Constructor and Description |
---|
DeleteConfigurationSetTrackingOptionsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getConfigurationSetName()
The name of the configuration set from which you want to delete the
tracking options.
|
int |
hashCode() |
void |
setConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set from which you want to delete the
tracking options.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteConfigurationSetTrackingOptionsRequest |
withConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set from which you want to delete the
tracking options.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public DeleteConfigurationSetTrackingOptionsRequest()
public java.lang.String getConfigurationSetName()
The name of the configuration set from which you want to delete the tracking options.
The name of the configuration set from which you want to delete the tracking options.
public void setConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set from which you want to delete the tracking options.
configurationSetName
- The name of the configuration set from which you want to delete the tracking options.
public DeleteConfigurationSetTrackingOptionsRequest withConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set from which you want to delete the tracking options.
Returns a reference to this object so that method calls can be chained together.
configurationSetName
- The name of the configuration set from which you want to delete the tracking options.
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.