Class EmailAddressInsightsMailboxEvaluations
java.lang.Object
software.amazon.awssdk.services.sesv2.model.EmailAddressInsightsMailboxEvaluations
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EmailAddressInsightsMailboxEvaluations.Builder,EmailAddressInsightsMailboxEvaluations>
@Generated("software.amazon.awssdk:codegen")
public final class EmailAddressInsightsMailboxEvaluations
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<EmailAddressInsightsMailboxEvaluations.Builder,EmailAddressInsightsMailboxEvaluations>
Contains individual validation checks performed on an email address.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()Checks that the domain exists, has valid DNS records, and is configured to receive email.Checks that the email address follows proper RFC standards and contains valid characters in the correct format.Checks disposable or temporary email addresses that could negatively impact your sender reputation.Checks if the input appears to be random text.Identifies role-based addresses (such as admin@, support@, or info@) that may have lower engagement rates.Checks that the mailbox exists and can receive messages without actually sending an email.static Class<? extends EmailAddressInsightsMailboxEvaluations.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
hasValidSyntax
Checks that the email address follows proper RFC standards and contains valid characters in the correct format.
- Returns:
- Checks that the email address follows proper RFC standards and contains valid characters in the correct format.
-
hasValidDnsRecords
Checks that the domain exists, has valid DNS records, and is configured to receive email.
- Returns:
- Checks that the domain exists, has valid DNS records, and is configured to receive email.
-
mailboxExists
Checks that the mailbox exists and can receive messages without actually sending an email.
- Returns:
- Checks that the mailbox exists and can receive messages without actually sending an email.
-
isRoleAddress
Identifies role-based addresses (such as admin@, support@, or info@) that may have lower engagement rates.
- Returns:
- Identifies role-based addresses (such as admin@, support@, or info@) that may have lower engagement rates.
-
isDisposable
Checks disposable or temporary email addresses that could negatively impact your sender reputation.
- Returns:
- Checks disposable or temporary email addresses that could negatively impact your sender reputation.
-
isRandomInput
Checks if the input appears to be random text.
- Returns:
- Checks if the input appears to be random text.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<EmailAddressInsightsMailboxEvaluations.Builder,EmailAddressInsightsMailboxEvaluations> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
public static Class<? extends EmailAddressInsightsMailboxEvaluations.Builder> serializableBuilderClass() -
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-