@Generated(value="software.amazon.awssdk:codegen") public class DescribeDestinationsRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeDestinationsRequest.Builder,DescribeDestinationsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeDestinationsRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
static DescribeDestinationsRequest.Builder |
builder() |
String |
destinationNamePrefix()
The prefix to match.
|
boolean |
equals(Object obj) |
int |
hashCode() |
Integer |
limit()
The maximum number of items returned.
|
String |
nextToken()
The token for the next set of items to return.
|
static Class<? extends DescribeDestinationsRequest.Builder> |
serializableBuilderClass() |
DescribeDestinationsRequest.Builder |
toBuilder() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String destinationNamePrefix()
The prefix to match. If you don't specify a value, no prefix filter is applied.
public String nextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public Integer limit()
The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
public DescribeDestinationsRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeDestinationsRequest.Builder,DescribeDestinationsRequest>public static DescribeDestinationsRequest.Builder builder()
public static Class<? extends DescribeDestinationsRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.