@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDeliverabilityTestReportsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A list of the predictive inbox placement test reports that are available for your account, regardless of whether or not those tests are complete.
Constructor and Description |
---|
ListDeliverabilityTestReportsResult() |
Modifier and Type | Method and Description |
---|---|
ListDeliverabilityTestReportsResult |
clone() |
boolean |
equals(Object obj) |
List<DeliverabilityTestReport> |
getDeliverabilityTestReports()
An object that contains a lists of predictive inbox placement tests that you've performed.
|
String |
getNextToken()
A token that indicates that there are additional predictive inbox placement tests to list.
|
int |
hashCode() |
void |
setDeliverabilityTestReports(Collection<DeliverabilityTestReport> deliverabilityTestReports)
An object that contains a lists of predictive inbox placement tests that you've performed.
|
void |
setNextToken(String nextToken)
A token that indicates that there are additional predictive inbox placement tests to list.
|
String |
toString()
Returns a string representation of this object.
|
ListDeliverabilityTestReportsResult |
withDeliverabilityTestReports(Collection<DeliverabilityTestReport> deliverabilityTestReports)
An object that contains a lists of predictive inbox placement tests that you've performed.
|
ListDeliverabilityTestReportsResult |
withDeliverabilityTestReports(DeliverabilityTestReport... deliverabilityTestReports)
An object that contains a lists of predictive inbox placement tests that you've performed.
|
ListDeliverabilityTestReportsResult |
withNextToken(String nextToken)
A token that indicates that there are additional predictive inbox placement tests to list.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DeliverabilityTestReport> getDeliverabilityTestReports()
An object that contains a lists of predictive inbox placement tests that you've performed.
public void setDeliverabilityTestReports(Collection<DeliverabilityTestReport> deliverabilityTestReports)
An object that contains a lists of predictive inbox placement tests that you've performed.
deliverabilityTestReports
- An object that contains a lists of predictive inbox placement tests that you've performed.public ListDeliverabilityTestReportsResult withDeliverabilityTestReports(DeliverabilityTestReport... deliverabilityTestReports)
An object that contains a lists of predictive inbox placement tests that you've performed.
NOTE: This method appends the values to the existing list (if any). Use
setDeliverabilityTestReports(java.util.Collection)
or
withDeliverabilityTestReports(java.util.Collection)
if you want to override the existing values.
deliverabilityTestReports
- An object that contains a lists of predictive inbox placement tests that you've performed.public ListDeliverabilityTestReportsResult withDeliverabilityTestReports(Collection<DeliverabilityTestReport> deliverabilityTestReports)
An object that contains a lists of predictive inbox placement tests that you've performed.
deliverabilityTestReports
- An object that contains a lists of predictive inbox placement tests that you've performed.public void setNextToken(String nextToken)
A token that indicates that there are additional predictive inbox placement tests to list. To view additional
predictive inbox placement tests, issue another request to ListDeliverabilityTestReports
, and pass
this token in the NextToken
parameter.
nextToken
- A token that indicates that there are additional predictive inbox placement tests to list. To view
additional predictive inbox placement tests, issue another request to
ListDeliverabilityTestReports
, and pass this token in the NextToken
parameter.public String getNextToken()
A token that indicates that there are additional predictive inbox placement tests to list. To view additional
predictive inbox placement tests, issue another request to ListDeliverabilityTestReports
, and pass
this token in the NextToken
parameter.
ListDeliverabilityTestReports
, and pass this token in the NextToken
parameter.public ListDeliverabilityTestReportsResult withNextToken(String nextToken)
A token that indicates that there are additional predictive inbox placement tests to list. To view additional
predictive inbox placement tests, issue another request to ListDeliverabilityTestReports
, and pass
this token in the NextToken
parameter.
nextToken
- A token that indicates that there are additional predictive inbox placement tests to list. To view
additional predictive inbox placement tests, issue another request to
ListDeliverabilityTestReports
, and pass this token in the NextToken
parameter.public String toString()
toString
in class Object
Object.toString()
public ListDeliverabilityTestReportsResult clone()