Class DeliverabilityTestReport
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<DeliverabilityTestReport.Builder,
DeliverabilityTestReport>
An object that contains metadata related to a predictive inbox placement test.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
final Instant
The date and time when the predictive inbox placement test was created.final DeliverabilityTestStatus
The status of the predictive inbox placement test.final String
The status of the predictive inbox placement test.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final String
The sender address that you specified for the predictive inbox placement test.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final String
reportId()
A unique string that identifies the predictive inbox placement test.final String
A name that helps you identify a predictive inbox placement test report.static Class
<? extends DeliverabilityTestReport.Builder> final String
subject()
The subject line for an email that you submitted in a predictive inbox placement test.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
reportId
A unique string that identifies the predictive inbox placement test.
- Returns:
- A unique string that identifies the predictive inbox placement test.
-
reportName
A name that helps you identify a predictive inbox placement test report.
- Returns:
- A name that helps you identify a predictive inbox placement test report.
-
subject
The subject line for an email that you submitted in a predictive inbox placement test.
- Returns:
- The subject line for an email that you submitted in a predictive inbox placement test.
-
fromEmailAddress
The sender address that you specified for the predictive inbox placement test.
- Returns:
- The sender address that you specified for the predictive inbox placement test.
-
createDate
The date and time when the predictive inbox placement test was created.
- Returns:
- The date and time when the predictive inbox placement test was created.
-
deliverabilityTestStatus
The status of the predictive inbox placement test. If the status is
IN_PROGRESS
, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status isCOMPLETE
, then the test is finished, and you can use theGetDeliverabilityTestReport
to view the results of the test.If the service returns an enum value that is not available in the current SDK version,
deliverabilityTestStatus
will returnDeliverabilityTestStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdeliverabilityTestStatusAsString()
.- Returns:
- The status of the predictive inbox placement test. If the status is
IN_PROGRESS
, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status isCOMPLETE
, then the test is finished, and you can use theGetDeliverabilityTestReport
to view the results of the test. - See Also:
-
deliverabilityTestStatusAsString
The status of the predictive inbox placement test. If the status is
IN_PROGRESS
, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status isCOMPLETE
, then the test is finished, and you can use theGetDeliverabilityTestReport
to view the results of the test.If the service returns an enum value that is not available in the current SDK version,
deliverabilityTestStatus
will returnDeliverabilityTestStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdeliverabilityTestStatusAsString()
.- Returns:
- The status of the predictive inbox placement test. If the status is
IN_PROGRESS
, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status isCOMPLETE
, then the test is finished, and you can use theGetDeliverabilityTestReport
to view the results of the test. - See Also:
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<DeliverabilityTestReport.Builder,
DeliverabilityTestReport> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-