@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDestinationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeDestinationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeDestinationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDestinationNamePrefix()
The prefix to match.
|
Integer |
getLimit()
The maximum number of items returned.
|
String |
getNextToken()
The token for the next set of items to return.
|
int |
hashCode() |
void |
setDestinationNamePrefix(String destinationNamePrefix)
The prefix to match.
|
void |
setLimit(Integer limit)
The maximum number of items returned.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeDestinationsRequest |
withDestinationNamePrefix(String destinationNamePrefix)
The prefix to match.
|
DescribeDestinationsRequest |
withLimit(Integer limit)
The maximum number of items returned.
|
DescribeDestinationsRequest |
withNextToken(String nextToken)
The token for the next set of items to return.
|
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 setDestinationNamePrefix(String destinationNamePrefix)
The prefix to match. If you don't specify a value, no prefix filter is applied.
destinationNamePrefix - The prefix to match. If you don't specify a value, no prefix filter is applied.public String getDestinationNamePrefix()
The prefix to match. If you don't specify a value, no prefix filter is applied.
public DescribeDestinationsRequest withDestinationNamePrefix(String destinationNamePrefix)
The prefix to match. If you don't specify a value, no prefix filter is applied.
destinationNamePrefix - The prefix to match. If you don't specify a value, no prefix filter is applied.public void setNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken - The token for the next set of items to return. (You received this token from a previous call.)public String getNextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public DescribeDestinationsRequest withNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken - The token for the next set of items to return. (You received this token from a previous call.)public void setLimit(Integer limit)
The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
limit - The maximum number of items returned. If you don't specify a value, the default is up to 50 items.public Integer getLimit()
The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
public DescribeDestinationsRequest withLimit(Integer limit)
The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
limit - The maximum number of items returned. If you don't specify a value, the default is up to 50 items.public String toString()
toString in class ObjectObject.toString()public DescribeDestinationsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.