@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDeliverabilityTestReportsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to list all of the predictive inbox placement tests that you've performed.
NOOP| Constructor and Description |
|---|
ListDeliverabilityTestReportsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListDeliverabilityTestReportsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
A token returned from a previous call to
ListDeliverabilityTestReports to indicate the position in
the list of predictive inbox placement tests. |
Integer |
getPageSize()
The number of results to show in a single call to
ListDeliverabilityTestReports. |
int |
hashCode() |
void |
setNextToken(String nextToken)
A token returned from a previous call to
ListDeliverabilityTestReports to indicate the position in
the list of predictive inbox placement tests. |
void |
setPageSize(Integer pageSize)
The number of results to show in a single call to
ListDeliverabilityTestReports. |
String |
toString()
Returns a string representation of this object.
|
ListDeliverabilityTestReportsRequest |
withNextToken(String nextToken)
A token returned from a previous call to
ListDeliverabilityTestReports to indicate the position in
the list of predictive inbox placement tests. |
ListDeliverabilityTestReportsRequest |
withPageSize(Integer pageSize)
The number of results to show in a single call to
ListDeliverabilityTestReports. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic ListDeliverabilityTestReportsRequest()
public void setNextToken(String nextToken)
A token returned from a previous call to ListDeliverabilityTestReports to indicate the position in
the list of predictive inbox placement tests.
nextToken - A token returned from a previous call to ListDeliverabilityTestReports to indicate the
position in the list of predictive inbox placement tests.public String getNextToken()
A token returned from a previous call to ListDeliverabilityTestReports to indicate the position in
the list of predictive inbox placement tests.
ListDeliverabilityTestReports to indicate the
position in the list of predictive inbox placement tests.public ListDeliverabilityTestReportsRequest withNextToken(String nextToken)
A token returned from a previous call to ListDeliverabilityTestReports to indicate the position in
the list of predictive inbox placement tests.
nextToken - A token returned from a previous call to ListDeliverabilityTestReports to indicate the
position in the list of predictive inbox placement tests.public void setPageSize(Integer pageSize)
The number of results to show in a single call to ListDeliverabilityTestReports. If the number of
results is larger than the number you specified in this parameter, then the response includes a
NextToken element, which you can use to obtain additional results.
The value you specify has to be at least 0, and can be no more than 1000.
pageSize - The number of results to show in a single call to ListDeliverabilityTestReports. If the
number of results is larger than the number you specified in this parameter, then the response includes a
NextToken element, which you can use to obtain additional results.
The value you specify has to be at least 0, and can be no more than 1000.
public Integer getPageSize()
The number of results to show in a single call to ListDeliverabilityTestReports. If the number of
results is larger than the number you specified in this parameter, then the response includes a
NextToken element, which you can use to obtain additional results.
The value you specify has to be at least 0, and can be no more than 1000.
ListDeliverabilityTestReports. If the
number of results is larger than the number you specified in this parameter, then the response includes a
NextToken element, which you can use to obtain additional results.
The value you specify has to be at least 0, and can be no more than 1000.
public ListDeliverabilityTestReportsRequest withPageSize(Integer pageSize)
The number of results to show in a single call to ListDeliverabilityTestReports. If the number of
results is larger than the number you specified in this parameter, then the response includes a
NextToken element, which you can use to obtain additional results.
The value you specify has to be at least 0, and can be no more than 1000.
pageSize - The number of results to show in a single call to ListDeliverabilityTestReports. If the
number of results is larger than the number you specified in this parameter, then the response includes a
NextToken element, which you can use to obtain additional results.
The value you specify has to be at least 0, and can be no more than 1000.
public String toString()
toString in class ObjectObject.toString()public ListDeliverabilityTestReportsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()