@Generated(value="software.amazon.awssdk:codegen") public final class DomainDeliverabilityCampaign extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DomainDeliverabilityCampaign.Builder,DomainDeliverabilityCampaign>
An object that contains the deliverability data for a specific campaign. This data is available for a campaign only
if the campaign sent email by using a domain that the Deliverability dashboard is enabled for (
PutDeliverabilityDashboardOption
operation).
Modifier and Type | Class and Description |
---|---|
static interface |
DomainDeliverabilityCampaign.Builder |
Modifier and Type | Method and Description |
---|---|
static DomainDeliverabilityCampaign.Builder |
builder() |
String |
campaignId()
The unique identifier for the campaign.
|
Double |
deleteRate()
The percentage of email messages that were deleted by recipients, without being opened first.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<String> |
esps()
The major email providers who handled the email message.
|
Instant |
firstSeenDateTime()
The first time, in Unix time format, when the email message was delivered to any recipient's inbox.
|
String |
fromAddress()
The verified email address that the email message was sent from.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasEsps()
For responses, this returns true if the service returned a value for the Esps property.
|
int |
hashCode() |
boolean |
hasSendingIps()
For responses, this returns true if the service returned a value for the SendingIps property.
|
String |
imageUrl()
The URL of an image that contains a snapshot of the email message that was sent.
|
Long |
inboxCount()
The number of email messages that were delivered to recipients’ inboxes.
|
Instant |
lastSeenDateTime()
The last time, in Unix time format, when the email message was delivered to any recipient's inbox.
|
Long |
projectedVolume()
The projected number of recipients that the email message was sent to.
|
Double |
readDeleteRate()
The percentage of email messages that were opened and then deleted by recipients.
|
Double |
readRate()
The percentage of email messages that were opened by recipients.
|
List<SdkField<?>> |
sdkFields() |
List<String> |
sendingIps()
The IP addresses that were used to send the email message.
|
static Class<? extends DomainDeliverabilityCampaign.Builder> |
serializableBuilderClass() |
Long |
spamCount()
The number of email messages that were delivered to recipients' spam or junk mail folders.
|
String |
subject()
The subject line, or title, of the email message.
|
DomainDeliverabilityCampaign.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String campaignId()
The unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns this identifier to a campaign.
public final String imageUrl()
The URL of an image that contains a snapshot of the email message that was sent.
public final String subject()
The subject line, or title, of the email message.
public final String fromAddress()
The verified email address that the email message was sent from.
public final boolean hasSendingIps()
isEmpty()
method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<String> sendingIps()
The IP addresses that were used to send the email message.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSendingIps()
method.
public final Instant firstSeenDateTime()
The first time, in Unix time format, when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.
public final Instant lastSeenDateTime()
The last time, in Unix time format, when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.
public final Long inboxCount()
The number of email messages that were delivered to recipients’ inboxes.
public final Long spamCount()
The number of email messages that were delivered to recipients' spam or junk mail folders.
public final Double readRate()
The percentage of email messages that were opened by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
public final Double deleteRate()
The percentage of email messages that were deleted by recipients, without being opened first. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
public final Double readDeleteRate()
The percentage of email messages that were opened and then deleted by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
public final Long projectedVolume()
The projected number of recipients that the email message was sent to.
public final boolean hasEsps()
isEmpty()
method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<String> esps()
The major email providers who handled the email message.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasEsps()
method.
public DomainDeliverabilityCampaign.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DomainDeliverabilityCampaign.Builder,DomainDeliverabilityCampaign>
public static DomainDeliverabilityCampaign.Builder builder()
public static Class<? extends DomainDeliverabilityCampaign.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.