@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeliverabilityTestReportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The results of the predictive inbox placement test.
Constructor and Description |
---|
GetDeliverabilityTestReportResult() |
Modifier and Type | Method and Description |
---|---|
GetDeliverabilityTestReportResult |
clone() |
boolean |
equals(Object obj) |
DeliverabilityTestReport |
getDeliverabilityTestReport()
An object that contains the results of the predictive inbox placement test.
|
List<IspPlacement> |
getIspPlacements()
An object that describes how the test email was handled by several email providers, including Gmail, Hotmail,
Yahoo, AOL, and others.
|
String |
getMessage()
An object that contains the message that you sent when you performed this predictive inbox placement test.
|
PlacementStatistics |
getOverallPlacement()
An object that specifies how many test messages that were sent during the predictive inbox placement test were
delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't delivered.
|
List<Tag> |
getTags()
An array of objects that define the tags (keys and values) that are associated with the predictive inbox
placement test.
|
int |
hashCode() |
void |
setDeliverabilityTestReport(DeliverabilityTestReport deliverabilityTestReport)
An object that contains the results of the predictive inbox placement test.
|
void |
setIspPlacements(Collection<IspPlacement> ispPlacements)
An object that describes how the test email was handled by several email providers, including Gmail, Hotmail,
Yahoo, AOL, and others.
|
void |
setMessage(String message)
An object that contains the message that you sent when you performed this predictive inbox placement test.
|
void |
setOverallPlacement(PlacementStatistics overallPlacement)
An object that specifies how many test messages that were sent during the predictive inbox placement test were
delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't delivered.
|
void |
setTags(Collection<Tag> tags)
An array of objects that define the tags (keys and values) that are associated with the predictive inbox
placement test.
|
String |
toString()
Returns a string representation of this object.
|
GetDeliverabilityTestReportResult |
withDeliverabilityTestReport(DeliverabilityTestReport deliverabilityTestReport)
An object that contains the results of the predictive inbox placement test.
|
GetDeliverabilityTestReportResult |
withIspPlacements(Collection<IspPlacement> ispPlacements)
An object that describes how the test email was handled by several email providers, including Gmail, Hotmail,
Yahoo, AOL, and others.
|
GetDeliverabilityTestReportResult |
withIspPlacements(IspPlacement... ispPlacements)
An object that describes how the test email was handled by several email providers, including Gmail, Hotmail,
Yahoo, AOL, and others.
|
GetDeliverabilityTestReportResult |
withMessage(String message)
An object that contains the message that you sent when you performed this predictive inbox placement test.
|
GetDeliverabilityTestReportResult |
withOverallPlacement(PlacementStatistics overallPlacement)
An object that specifies how many test messages that were sent during the predictive inbox placement test were
delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't delivered.
|
GetDeliverabilityTestReportResult |
withTags(Collection<Tag> tags)
An array of objects that define the tags (keys and values) that are associated with the predictive inbox
placement test.
|
GetDeliverabilityTestReportResult |
withTags(Tag... tags)
An array of objects that define the tags (keys and values) that are associated with the predictive inbox
placement test.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDeliverabilityTestReport(DeliverabilityTestReport deliverabilityTestReport)
An object that contains the results of the predictive inbox placement test.
deliverabilityTestReport
- An object that contains the results of the predictive inbox placement test.public DeliverabilityTestReport getDeliverabilityTestReport()
An object that contains the results of the predictive inbox placement test.
public GetDeliverabilityTestReportResult withDeliverabilityTestReport(DeliverabilityTestReport deliverabilityTestReport)
An object that contains the results of the predictive inbox placement test.
deliverabilityTestReport
- An object that contains the results of the predictive inbox placement test.public void setOverallPlacement(PlacementStatistics overallPlacement)
An object that specifies how many test messages that were sent during the predictive inbox placement test were delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't delivered.
overallPlacement
- An object that specifies how many test messages that were sent during the predictive inbox placement test
were delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many
weren't delivered.public PlacementStatistics getOverallPlacement()
An object that specifies how many test messages that were sent during the predictive inbox placement test were delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't delivered.
public GetDeliverabilityTestReportResult withOverallPlacement(PlacementStatistics overallPlacement)
An object that specifies how many test messages that were sent during the predictive inbox placement test were delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't delivered.
overallPlacement
- An object that specifies how many test messages that were sent during the predictive inbox placement test
were delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many
weren't delivered.public List<IspPlacement> getIspPlacements()
An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.
public void setIspPlacements(Collection<IspPlacement> ispPlacements)
An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.
ispPlacements
- An object that describes how the test email was handled by several email providers, including Gmail,
Hotmail, Yahoo, AOL, and others.public GetDeliverabilityTestReportResult withIspPlacements(IspPlacement... ispPlacements)
An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.
NOTE: This method appends the values to the existing list (if any). Use
setIspPlacements(java.util.Collection)
or withIspPlacements(java.util.Collection)
if you want
to override the existing values.
ispPlacements
- An object that describes how the test email was handled by several email providers, including Gmail,
Hotmail, Yahoo, AOL, and others.public GetDeliverabilityTestReportResult withIspPlacements(Collection<IspPlacement> ispPlacements)
An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.
ispPlacements
- An object that describes how the test email was handled by several email providers, including Gmail,
Hotmail, Yahoo, AOL, and others.public void setMessage(String message)
An object that contains the message that you sent when you performed this predictive inbox placement test.
message
- An object that contains the message that you sent when you performed this predictive inbox placement test.public String getMessage()
An object that contains the message that you sent when you performed this predictive inbox placement test.
public GetDeliverabilityTestReportResult withMessage(String message)
An object that contains the message that you sent when you performed this predictive inbox placement test.
message
- An object that contains the message that you sent when you performed this predictive inbox placement test.public List<Tag> getTags()
An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.
public void setTags(Collection<Tag> tags)
An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.
tags
- An array of objects that define the tags (keys and values) that are associated with the predictive inbox
placement test.public GetDeliverabilityTestReportResult withTags(Tag... tags)
An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- An array of objects that define the tags (keys and values) that are associated with the predictive inbox
placement test.public GetDeliverabilityTestReportResult withTags(Collection<Tag> tags)
An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.
tags
- An array of objects that define the tags (keys and values) that are associated with the predictive inbox
placement test.public String toString()
toString
in class Object
Object.toString()
public GetDeliverabilityTestReportResult clone()