@Generated(value="software.amazon.awssdk:codegen") public final class CreateDeliverabilityTestReportResponse extends PinpointEmailResponse 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 final String reportId()
A unique string that identifies the predictive inbox placement test.
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.DeliverabilityTestStatuspublic 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.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 final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.