@Generated(value="software.amazon.awssdk:codegen") public final class CreateDeliverabilityTestReportResponse extends SesV2Response implements ToCopyableBuilder<CreateDeliverabilityTestReportResponse.Builder,CreateDeliverabilityTestReportResponse>
Information about the predictive inbox placement test that you created.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateDeliverabilityTestReportResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateDeliverabilityTestReportResponse.Builder |
builder() |
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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
reportId()
A unique string that identifies the predictive inbox placement test.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateDeliverabilityTestReportResponse.Builder> |
serializableBuilderClass() |
CreateDeliverabilityTestReportResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String reportId()
A unique string that identifies the predictive inbox placement test.
public 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.DeliverabilityTestStatuspublic 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.DeliverabilityTestStatuspublic CreateDeliverabilityTestReportResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateDeliverabilityTestReportResponse.Builder,CreateDeliverabilityTestReportResponse>toBuilder in class AwsResponsepublic static CreateDeliverabilityTestReportResponse.Builder builder()
public static Class<? extends CreateDeliverabilityTestReportResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.