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 SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()final InstantThe date and time when the predictive inbox placement test was created, in Unix time format.final DeliverabilityTestStatusThe status of the predictive inbox placement test.final StringThe status of the predictive inbox placement test.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringThe sender address that you specified for the predictive inbox placement test.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringreportId()A unique string that identifies the predictive inbox placement test.final StringA name that helps you identify a predictive inbox placement test report.static Class<? extends DeliverabilityTestReport.Builder> final Stringsubject()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 StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
reportIdA unique string that identifies the predictive inbox placement test. - Returns:
- A unique string that identifies the predictive inbox placement test.
 
- 
reportNameA name that helps you identify a predictive inbox placement test report. - Returns:
- A name that helps you identify a predictive inbox placement test report.
 
- 
subjectThe 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.
 
- 
fromEmailAddressThe sender address that you specified for the predictive inbox placement test. - Returns:
- The sender address that you specified for the predictive inbox placement test.
 
- 
createDateThe date and time when the predictive inbox placement test was created, in Unix time format. - Returns:
- The date and time when the predictive inbox placement test was created, in Unix time format.
 
- 
deliverabilityTestStatusThe 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 theGetDeliverabilityTestReportto view the results of the test.If the service returns an enum value that is not available in the current SDK version, deliverabilityTestStatuswill 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 theGetDeliverabilityTestReportto view the results of the test.
- See Also:
 
- 
deliverabilityTestStatusAsStringThe 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 theGetDeliverabilityTestReportto view the results of the test.If the service returns an enum value that is not available in the current SDK version, deliverabilityTestStatuswill 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 theGetDeliverabilityTestReportto view the results of the test.
- See Also:
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<DeliverabilityTestReport.Builder,- DeliverabilityTestReport> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- 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
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-