@Generated(value="software.amazon.awssdk:codegen") public final class DeliverabilityTestReport extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeliverabilityTestReport.Builder,DeliverabilityTestReport>
An object that contains metadata related to a predictive inbox placement test.
Modifier and Type | Class and Description |
---|---|
static interface |
DeliverabilityTestReport.Builder |
Modifier and Type | Method and Description |
---|---|
static DeliverabilityTestReport.Builder |
builder() |
Instant |
createDate()
The date and time when the predictive inbox placement test was created.
|
DeliverabilityTestStatus |
deliverabilityTestStatus()
The status of the predictive inbox placement test.
|
String |
deliverabilityTestStatusAsString()
The status of the predictive inbox placement test.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fromEmailAddress()
The sender address that you specified for the predictive inbox placement test.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
reportId()
A unique string that identifies the predictive inbox placement test.
|
String |
reportName()
A name that helps you identify a predictive inbox placement test report.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeliverabilityTestReport.Builder> |
serializableBuilderClass() |
String |
subject()
The subject line for an email that you submitted in a predictive inbox placement test.
|
DeliverabilityTestReport.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String reportId()
A unique string that identifies the predictive inbox placement test.
public final String reportName()
A name that helps you identify a predictive inbox placement test report.
public final String subject()
The subject line for an email that you submitted in a predictive inbox placement test.
public final String fromEmailAddress()
The sender address that you specified for the predictive inbox placement test.
public final Instant createDate()
The date and time when the predictive inbox placement test was created.
public final DeliverabilityTestStatus 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 is COMPLETE
, then the test is finished, and you can use the
GetDeliverabilityTestReport
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 return DeliverabilityTestStatus.UNKNOWN_TO_SDK_VERSION
. The raw
value returned by the service is available from deliverabilityTestStatusAsString()
.
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 is COMPLETE
, then the test is
finished, and you can use the GetDeliverabilityTestReport
to view the results of the test.DeliverabilityTestStatus
public final String 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 is COMPLETE
, then the test is finished, and you can use the
GetDeliverabilityTestReport
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 return DeliverabilityTestStatus.UNKNOWN_TO_SDK_VERSION
. The raw
value returned by the service is available from deliverabilityTestStatusAsString()
.
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 is COMPLETE
, then the test is
finished, and you can use the GetDeliverabilityTestReport
to view the results of the test.DeliverabilityTestStatus
public DeliverabilityTestReport.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DeliverabilityTestReport.Builder,DeliverabilityTestReport>
public static DeliverabilityTestReport.Builder builder()
public static Class<? extends DeliverabilityTestReport.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.