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