Class DomainIspPlacement
- java.lang.Object
-
- software.amazon.awssdk.services.sesv2.model.DomainIspPlacement
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DomainIspPlacement.Builder,DomainIspPlacement>
@Generated("software.amazon.awssdk:codegen") public final class DomainIspPlacement extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DomainIspPlacement.Builder,DomainIspPlacement>
An object that contains inbox placement data for email sent from one of your email domains to a specific email provider.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDomainIspPlacement.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DomainIspPlacement.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()DoubleinboxPercentage()The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.LonginboxRawCount()The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.StringispName()The name of the email provider that the inbox placement data applies to.List<SdkField<?>>sdkFields()static Class<? extends DomainIspPlacement.Builder>serializableBuilderClass()DoublespamPercentage()The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.LongspamRawCount()The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.DomainIspPlacement.BuildertoBuilder()StringtoString()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
-
ispName
public final String ispName()
The name of the email provider that the inbox placement data applies to.
- Returns:
- The name of the email provider that the inbox placement data applies to.
-
inboxRawCount
public final Long inboxRawCount()
The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.
- Returns:
- The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.
-
spamRawCount
public final Long spamRawCount()
The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.
- Returns:
- The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.
-
inboxPercentage
public final Double inboxPercentage()
The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.
- Returns:
- The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.
-
spamPercentage
public final Double spamPercentage()
The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.
- Returns:
- The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.
-
toBuilder
public DomainIspPlacement.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DomainIspPlacement.Builder,DomainIspPlacement>
-
builder
public static DomainIspPlacement.Builder builder()
-
serializableBuilderClass
public static Class<? extends DomainIspPlacement.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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.
-
-