@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDeliveriesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeDeliveriesRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeDeliveriesRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getLimit()
Optionally specify the maximum number of deliveries to return in the response.
|
String |
getNextToken() |
int |
hashCode() |
void |
setLimit(Integer limit)
Optionally specify the maximum number of deliveries to return in the response.
|
void |
setNextToken(String nextToken) |
String |
toString()
Returns a string representation of this object.
|
DescribeDeliveriesRequest |
withLimit(Integer limit)
Optionally specify the maximum number of deliveries to return in the response.
|
DescribeDeliveriesRequest |
withNextToken(String nextToken) |
addHandlerContext, copyBaseTo, 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 void setNextToken(String nextToken)
nextToken - public String getNextToken()
public DescribeDeliveriesRequest withNextToken(String nextToken)
nextToken - public void setLimit(Integer limit)
Optionally specify the maximum number of deliveries to return in the response.
limit - Optionally specify the maximum number of deliveries to return in the response.public Integer getLimit()
Optionally specify the maximum number of deliveries to return in the response.
public DescribeDeliveriesRequest withLimit(Integer limit)
Optionally specify the maximum number of deliveries to return in the response.
limit - Optionally specify the maximum number of deliveries to return in the response.public String toString()
toString in class ObjectObject.toString()public DescribeDeliveriesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.