@Generated(value="software.amazon.awssdk:codegen") public final class OverallVolume extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OverallVolume.Builder,OverallVolume>
An object that contains information about email that was sent from the selected domain.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OverallVolume.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OverallVolume.Builder |
builder() |
List<DomainIspPlacement> |
domainIspPlacements()
An object that contains inbox and junk mail placement metrics for individual email providers.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasDomainIspPlacements()
Returns true if the DomainIspPlacements property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
Double |
readRatePercent()
The percentage of emails that were sent from the domain that were read by their recipients.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OverallVolume.Builder> |
serializableBuilderClass() |
OverallVolume.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VolumeStatistics |
volumeStatistics()
An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk
mail folders.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final VolumeStatistics volumeStatistics()
An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk mail folders.
public final Double readRatePercent()
The percentage of emails that were sent from the domain that were read by their recipients.
public final boolean hasDomainIspPlacements()
public final List<DomainIspPlacement> domainIspPlacements()
An object that contains inbox and junk mail placement metrics for individual email providers.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasDomainIspPlacements() to see if a value was sent in this field.
public OverallVolume.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OverallVolume.Builder,OverallVolume>public static OverallVolume.Builder builder()
public static Class<? extends OverallVolume.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.