@Generated(value="software.amazon.awssdk:codegen") public final class DomainDeliverabilityTrackingOption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DomainDeliverabilityTrackingOption.Builder,DomainDeliverabilityTrackingOption>
An object that contains information about the Deliverability dashboard subscription for a verified domain that you use to send email and currently has an active Deliverability dashboard subscription. If a Deliverability dashboard subscription is active for a domain, you gain access to reputation, inbox placement, and other metrics for the domain.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DomainDeliverabilityTrackingOption.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DomainDeliverabilityTrackingOption.Builder |
builder() |
String |
domain()
A verified domain that’s associated with your AWS account and currently has an active Deliverability dashboard
subscription.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InboxPlacementTrackingOption |
inboxPlacementTrackingOption()
An object that contains information about the inbox placement data settings for the domain.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DomainDeliverabilityTrackingOption.Builder> |
serializableBuilderClass() |
Instant |
subscriptionStartDate()
The date, in Unix time format, when you enabled the Deliverability dashboard for the domain.
|
DomainDeliverabilityTrackingOption.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String domain()
A verified domain that’s associated with your AWS account and currently has an active Deliverability dashboard subscription.
public Instant subscriptionStartDate()
The date, in Unix time format, when you enabled the Deliverability dashboard for the domain.
public InboxPlacementTrackingOption inboxPlacementTrackingOption()
An object that contains information about the inbox placement data settings for the domain.
public DomainDeliverabilityTrackingOption.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DomainDeliverabilityTrackingOption.Builder,DomainDeliverabilityTrackingOption>public static DomainDeliverabilityTrackingOption.Builder builder()
public static Class<? extends DomainDeliverabilityTrackingOption.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.