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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final Stringdomain()A verified domain that’s associated with your Amazon Web Services account and currently has an active Deliverability dashboard subscription.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()An object that contains information about the inbox placement data settings for the domain.static Class<? extends DomainDeliverabilityTrackingOption.Builder>final InstantThe date when you enabled the Deliverability dashboard for the domain.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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
The date when you enabled the Deliverability dashboard for the domain.
- Returns:
- The date when you enabled the Deliverability dashboard for the domain.
-
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
- Specified by:
toBuilderin interfaceToCopyableBuilder<DomainDeliverabilityTrackingOption.Builder,DomainDeliverabilityTrackingOption>
-
builder
-
serializableBuilderClass
public static Class<? extends DomainDeliverabilityTrackingOption.Builder> serializableBuilderClass() -
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-