@Generated(value="software.amazon.awssdk:codegen") public final class TrackingOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrackingOptions.Builder,TrackingOptions>
An object that defines the tracking options for a configuration set. When you use the Amazon SES API v2 to send an email, it contains an invisible image that's used to track when recipients open your email. If your email contains links, those links are changed slightly in order to track when recipients click them.
These images and links include references to a domain operated by Amazon Web Services. You can optionally configure the Amazon SES to use a domain that you operate for these images and links.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TrackingOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TrackingOptions.Builder |
builder() |
String |
customRedirectDomain()
The domain to use for tracking open and click events.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TrackingOptions.Builder> |
serializableBuilderClass() |
TrackingOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String customRedirectDomain()
The domain to use for tracking open and click events.
public TrackingOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TrackingOptions.Builder,TrackingOptions>public static TrackingOptions.Builder builder()
public static Class<? extends TrackingOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.