@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public DescribeDeliveriesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()