@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDeliverabilityTestReportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Information about the predictive inbox placement test that you created.
Constructor and Description |
---|
CreateDeliverabilityTestReportResult() |
Modifier and Type | Method and Description |
---|---|
CreateDeliverabilityTestReportResult |
clone() |
boolean |
equals(Object obj) |
String |
getDeliverabilityTestStatus()
The status of the predictive inbox placement test.
|
String |
getReportId()
A unique string that identifies the predictive inbox placement test.
|
int |
hashCode() |
void |
setDeliverabilityTestStatus(String deliverabilityTestStatus)
The status of the predictive inbox placement test.
|
void |
setReportId(String reportId)
A unique string that identifies the predictive inbox placement test.
|
String |
toString()
Returns a string representation of this object.
|
CreateDeliverabilityTestReportResult |
withDeliverabilityTestStatus(DeliverabilityTestStatus deliverabilityTestStatus)
The status of the predictive inbox placement test.
|
CreateDeliverabilityTestReportResult |
withDeliverabilityTestStatus(String deliverabilityTestStatus)
The status of the predictive inbox placement test.
|
CreateDeliverabilityTestReportResult |
withReportId(String reportId)
A unique string that identifies the predictive inbox placement test.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateDeliverabilityTestReportResult()
public void setReportId(String reportId)
A unique string that identifies the predictive inbox placement test.
reportId
- A unique string that identifies the predictive inbox placement test.public String getReportId()
A unique string that identifies the predictive inbox placement test.
public CreateDeliverabilityTestReportResult withReportId(String reportId)
A unique string that identifies the predictive inbox placement test.
reportId
- A unique string that identifies the predictive inbox placement test.public void setDeliverabilityTestStatus(String 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.
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.DeliverabilityTestStatus
public String getDeliverabilityTestStatus()
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.
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 CreateDeliverabilityTestReportResult withDeliverabilityTestStatus(String 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.
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.DeliverabilityTestStatus
public CreateDeliverabilityTestReportResult withDeliverabilityTestStatus(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.
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.DeliverabilityTestStatus
public String toString()
toString
in class Object
Object.toString()
public CreateDeliverabilityTestReportResult clone()