@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeliverabilityTestReport extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains metadata related to a predictive inbox placement test.
Constructor and Description |
---|
DeliverabilityTestReport() |
Modifier and Type | Method and Description |
---|---|
DeliverabilityTestReport |
clone() |
boolean |
equals(Object obj) |
Date |
getCreateDate()
The date and time when the predictive inbox placement test was created, in Unix time format.
|
String |
getDeliverabilityTestStatus()
The status of the predictive inbox placement test.
|
String |
getFromEmailAddress()
The sender address that you specified for the predictive inbox placement test.
|
String |
getReportId()
A unique string that identifies the predictive inbox placement test.
|
String |
getReportName()
A name that helps you identify a predictive inbox placement test report.
|
String |
getSubject()
The subject line for an email that you submitted in a predictive inbox placement test.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreateDate(Date createDate)
The date and time when the predictive inbox placement test was created, in Unix time format.
|
void |
setDeliverabilityTestStatus(String deliverabilityTestStatus)
The status of the predictive inbox placement test.
|
void |
setFromEmailAddress(String fromEmailAddress)
The sender address that you specified for the predictive inbox placement test.
|
void |
setReportId(String reportId)
A unique string that identifies the predictive inbox placement test.
|
void |
setReportName(String reportName)
A name that helps you identify a predictive inbox placement test report.
|
void |
setSubject(String subject)
The subject line for an email that you submitted in a predictive inbox placement test.
|
String |
toString()
Returns a string representation of this object.
|
DeliverabilityTestReport |
withCreateDate(Date createDate)
The date and time when the predictive inbox placement test was created, in Unix time format.
|
DeliverabilityTestReport |
withDeliverabilityTestStatus(DeliverabilityTestStatus deliverabilityTestStatus)
The status of the predictive inbox placement test.
|
DeliverabilityTestReport |
withDeliverabilityTestStatus(String deliverabilityTestStatus)
The status of the predictive inbox placement test.
|
DeliverabilityTestReport |
withFromEmailAddress(String fromEmailAddress)
The sender address that you specified for the predictive inbox placement test.
|
DeliverabilityTestReport |
withReportId(String reportId)
A unique string that identifies the predictive inbox placement test.
|
DeliverabilityTestReport |
withReportName(String reportName)
A name that helps you identify a predictive inbox placement test report.
|
DeliverabilityTestReport |
withSubject(String subject)
The subject line for an email that you submitted in a predictive inbox placement test.
|
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 DeliverabilityTestReport 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 setReportName(String reportName)
A name that helps you identify a predictive inbox placement test report.
reportName
- A name that helps you identify a predictive inbox placement test report.public String getReportName()
A name that helps you identify a predictive inbox placement test report.
public DeliverabilityTestReport withReportName(String reportName)
A name that helps you identify a predictive inbox placement test report.
reportName
- A name that helps you identify a predictive inbox placement test report.public void setSubject(String subject)
The subject line for an email that you submitted in a predictive inbox placement test.
subject
- The subject line for an email that you submitted in a predictive inbox placement test.public String getSubject()
The subject line for an email that you submitted in a predictive inbox placement test.
public DeliverabilityTestReport withSubject(String subject)
The subject line for an email that you submitted in a predictive inbox placement test.
subject
- The subject line for an email that you submitted in a predictive inbox placement test.public void setFromEmailAddress(String fromEmailAddress)
The sender address that you specified for the predictive inbox placement test.
fromEmailAddress
- The sender address that you specified for the predictive inbox placement test.public String getFromEmailAddress()
The sender address that you specified for the predictive inbox placement test.
public DeliverabilityTestReport withFromEmailAddress(String fromEmailAddress)
The sender address that you specified for the predictive inbox placement test.
fromEmailAddress
- The sender address that you specified for the predictive inbox placement test.public void setCreateDate(Date createDate)
The date and time when the predictive inbox placement test was created, in Unix time format.
createDate
- The date and time when the predictive inbox placement test was created, in Unix time format.public Date getCreateDate()
The date and time when the predictive inbox placement test was created, in Unix time format.
public DeliverabilityTestReport withCreateDate(Date createDate)
The date and time when the predictive inbox placement test was created, in Unix time format.
createDate
- The date and time when the predictive inbox placement test was created, in Unix time format.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 DeliverabilityTestReport 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 DeliverabilityTestReport 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 DeliverabilityTestReport clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.