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) |
|
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 DescribeExportTasksRequest.Builder> |
serializableBuilderClass() |
|
String |
statusCode() |
The status code of the export task.
|
String |
taskId() |
The ID of the export task.
|
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 String taskId()
The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.
public String statusCode()
The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
ExportTaskStatusCode
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 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.