Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeDestinationsRequest.Builder,DescribeDestinationsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeDestinationsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeDestinationsRequest.Builder,DescribeDestinationsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeDestinationsRequest.Builder |
NOOP
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeDestinationsRequest.Builder,DescribeDestinationsRequest>
public static DescribeDestinationsRequest.Builder builder()
public static Class<? extends DescribeDestinationsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.