@Generated(value="software.amazon.awssdk:codegen") public final class SendDataPoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SendDataPoint.Builder,SendDataPoint>
Represents sending statistics data. Each SendDataPoint contains statistics for a 15-minute period of
sending activity.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SendDataPoint.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
bounces()
Number of emails that have bounced.
|
static SendDataPoint.Builder |
builder() |
Long |
complaints()
Number of unwanted emails that were rejected by recipients.
|
Long |
deliveryAttempts()
Number of emails that have been sent.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
rejects()
Number of emails rejected by Amazon SES.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SendDataPoint.Builder> |
serializableBuilderClass() |
Instant |
timestamp()
Time of the data point.
|
SendDataPoint.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant timestamp()
Time of the data point.
public final Long deliveryAttempts()
Number of emails that have been sent.
public final Long bounces()
Number of emails that have bounced.
public final Long complaints()
Number of unwanted emails that were rejected by recipients.
public final Long rejects()
Number of emails rejected by Amazon SES.
public SendDataPoint.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SendDataPoint.Builder,SendDataPoint>public static SendDataPoint.Builder builder()
public static Class<? extends SendDataPoint.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.