Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeImportSnapshotTasksRequest.Builder,DescribeImportSnapshotTasksRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeImportSnapshotTasksRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeImportSnapshotTasksRequest.Builder,DescribeImportSnapshotTasksRequest>
Contains the parameters for DescribeImportSnapshotTasks.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeImportSnapshotTasksRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeImportSnapshotTasksRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<Filter> |
filters() |
One or more filters.
|
int |
hashCode() |
|
List<String> |
importTaskIds() |
A list of import snapshot task IDs.
|
Integer |
maxResults() |
The maximum number of results to return in a single call.
|
String |
nextToken() |
A token that indicates the next page of results.
|
static Class<? extends DescribeImportSnapshotTasksRequest.Builder> |
serializableBuilderClass() |
|
DescribeImportSnapshotTasksRequest.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 List<String> importTaskIds()
A list of import snapshot task IDs.
public Integer maxResults()
The maximum number of results to return in a single call. To retrieve the remaining results, make another call
with the returned NextToken
value.
NextToken
value.public String nextToken()
A token that indicates the next page of results.
public DescribeImportSnapshotTasksRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeImportSnapshotTasksRequest.Builder,DescribeImportSnapshotTasksRequest>
public static DescribeImportSnapshotTasksRequest.Builder builder()
public static Class<? extends DescribeImportSnapshotTasksRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.