Class DomainDeliverabilityTrackingOption
- java.lang.Object
-
- software.amazon.awssdk.services.sesv2.model.DomainDeliverabilityTrackingOption
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<DomainDeliverabilityTrackingOption.Builder,DomainDeliverabilityTrackingOption>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DomainDeliverabilityTrackingOption.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DomainDeliverabilityTrackingOption.Builder
builder()
String
domain()
A verified domain that’s associated with your Amazon Web Services 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.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends DomainDeliverabilityTrackingOption.Builder>
serializableBuilderClass()
Instant
subscriptionStartDate()
The date when you enabled the Deliverability dashboard for the domain.DomainDeliverabilityTrackingOption.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
domain
public final String domain()
A verified domain that’s associated with your Amazon Web Services account and currently has an active Deliverability dashboard subscription.
- Returns:
- A verified domain that’s associated with your Amazon Web Services account and currently has an active Deliverability dashboard subscription.
-
subscriptionStartDate
public final Instant subscriptionStartDate()
The date when you enabled the Deliverability dashboard for the domain.
- Returns:
- The date when you enabled the Deliverability dashboard for the domain.
-
inboxPlacementTrackingOption
public final InboxPlacementTrackingOption inboxPlacementTrackingOption()
An object that contains information about the inbox placement data settings for the domain.
- Returns:
- An object that contains information about the inbox placement data settings for the domain.
-
toBuilder
public DomainDeliverabilityTrackingOption.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<DomainDeliverabilityTrackingOption.Builder,DomainDeliverabilityTrackingOption>
-
builder
public static DomainDeliverabilityTrackingOption.Builder builder()
-
serializableBuilderClass
public static Class<? extends DomainDeliverabilityTrackingOption.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-