@Generated(value="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.
Modifier and Type | Class and Description |
---|---|
static interface |
DomainIspPlacement.Builder |
Modifier and Type | Method and Description |
---|---|
static DomainIspPlacement.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
inboxPercentage()
The percentage of messages that were sent from the selected domain to the specified email provider that arrived
in recipients' inboxes.
|
Long |
inboxRawCount()
The total number of messages that were sent from the selected domain to the specified email provider that arrived
in recipients' inboxes.
|
String |
ispName()
The name of the email provider that the inbox placement data applies to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DomainIspPlacement.Builder> |
serializableBuilderClass() |
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.
|
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.
|
DomainIspPlacement.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String ispName()
The name of the email provider that the inbox placement data applies to.
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.
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.
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.
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.
public DomainIspPlacement.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DomainIspPlacement.Builder,DomainIspPlacement>
public static DomainIspPlacement.Builder builder()
public static Class<? extends DomainIspPlacement.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.