Class SendDataPoint
java.lang.Object
software.amazon.awssdk.services.ses.model.SendDataPoint
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SendDataPoint.Builder,SendDataPoint>
@Generated("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.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Longbounces()Number of emails that have bounced.static SendDataPoint.Builderbuilder()final LongNumber of unwanted emails that were rejected by recipients.final LongNumber of emails that have been sent.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Longrejects()Number of emails rejected by Amazon SES.static Class<? extends SendDataPoint.Builder>final InstantTime of the data point.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
timestamp
Time of the data point.
- Returns:
- Time of the data point.
-
deliveryAttempts
Number of emails that have been sent.
- Returns:
- Number of emails that have been sent.
-
bounces
Number of emails that have bounced.
- Returns:
- Number of emails that have bounced.
-
complaints
Number of unwanted emails that were rejected by recipients.
- Returns:
- Number of unwanted emails that were rejected by recipients.
-
rejects
Number of emails rejected by Amazon SES.
- Returns:
- Number of emails rejected by Amazon SES.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<SendDataPoint.Builder,SendDataPoint>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-