Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeExportTasksRequest.Builder,DescribeExportTasksRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeExportTasksRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeExportTasksRequest.Builder,DescribeExportTasksRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeExportTasksRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeExportTasksRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<String> |
exportIds() |
One or more unique identifiers used to query the status of an export request.
|
int |
hashCode() |
|
Integer |
maxResults() |
The maximum number of volume results returned by
DescribeExportTasks in paginated output. |
String |
nextToken() |
The
nextToken value returned from a previous paginated DescribeExportTasks request
where maxResults was used and the results exceeded the value of that parameter. |
static Class<? extends DescribeExportTasksRequest.Builder> |
serializableBuilderClass() |
|
DescribeExportTasksRequest.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> exportIds()
One or more unique identifiers used to query the status of an export request.
public Integer maxResults()
The maximum number of volume results returned by DescribeExportTasks
in paginated output. When this
parameter is used, DescribeExportTasks
only returns maxResults
results in a single page
along with a nextToken
response element.
DescribeExportTasks
in paginated output.
When this parameter is used, DescribeExportTasks
only returns maxResults
results in a single page along with a nextToken
response element.public String nextToken()
The nextToken
value returned from a previous paginated DescribeExportTasks
request
where maxResults
was used and the results exceeded the value of that parameter. Pagination continues
from the end of the previous results that returned the nextToken
value. This value is null when
there are no more results to return.
nextToken
value returned from a previous paginated DescribeExportTasks
request where maxResults
was used and the results exceeded the value of that parameter.
Pagination continues from the end of the previous results that returned the nextToken
value.
This value is null when there are no more results to return.public DescribeExportTasksRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeExportTasksRequest.Builder,DescribeExportTasksRequest>
public static DescribeExportTasksRequest.Builder builder()
public static Class<? extends DescribeExportTasksRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.