@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDeliverySourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeDeliverySourcesRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeDeliverySourcesRequest |
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 delivery sources to return in the response.
|
String |
getNextToken() |
int |
hashCode() |
void |
setLimit(Integer limit)
Optionally specify the maximum number of delivery sources to return in the response.
|
void |
setNextToken(String nextToken) |
String |
toString()
Returns a string representation of this object.
|
DescribeDeliverySourcesRequest |
withLimit(Integer limit)
Optionally specify the maximum number of delivery sources to return in the response.
|
DescribeDeliverySourcesRequest |
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, withSdkRequestTimeoutpublic void setNextToken(String nextToken)
nextToken - public String getNextToken()
public DescribeDeliverySourcesRequest withNextToken(String nextToken)
nextToken - public void setLimit(Integer limit)
Optionally specify the maximum number of delivery sources to return in the response.
limit - Optionally specify the maximum number of delivery sources to return in the response.public Integer getLimit()
Optionally specify the maximum number of delivery sources to return in the response.
public DescribeDeliverySourcesRequest withLimit(Integer limit)
Optionally specify the maximum number of delivery sources to return in the response.
limit - Optionally specify the maximum number of delivery sources to return in the response.public String toString()
toString in class ObjectObject.toString()public DescribeDeliverySourcesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()