@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.
|
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.
|
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.
|
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 String toString()
toString
in class Object
Object.toString()
public GetDeliverabilityTestReportResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.