public class DescribeExportTasksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeExportTasksRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeExportTasksRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
Integer |
getLimit()
The maximum number of items returned in the response.
|
String |
getNextToken()
A string token used for pagination that points to the next page of
results.
|
String |
getStatusCode()
All export tasks that matches the specified status code will be returned.
|
String |
getTaskId()
Export task that matches the specified task Id will be returned.
|
int |
hashCode() |
void |
setLimit(Integer limit)
The maximum number of items returned in the response.
|
void |
setNextToken(String nextToken)
A string token used for pagination that points to the next page of
results.
|
void |
setStatusCode(ExportTaskStatusCode statusCode)
All export tasks that matches the specified status code will be returned.
|
void |
setStatusCode(String statusCode)
All export tasks that matches the specified status code will be returned.
|
void |
setTaskId(String taskId)
Export task that matches the specified task Id will be returned.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeExportTasksRequest |
withLimit(Integer limit)
The maximum number of items returned in the response.
|
DescribeExportTasksRequest |
withNextToken(String nextToken)
A string token used for pagination that points to the next page of
results.
|
DescribeExportTasksRequest |
withStatusCode(ExportTaskStatusCode statusCode)
All export tasks that matches the specified status code will be returned.
|
DescribeExportTasksRequest |
withStatusCode(String statusCode)
All export tasks that matches the specified status code will be returned.
|
DescribeExportTasksRequest |
withTaskId(String taskId)
Export task that matches the specified task Id will be returned.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setTaskId(String taskId)
Export task that matches the specified task Id will be returned. This can result in zero or one export task.
taskId - Export task that matches the specified task Id will be returned.
This can result in zero or one export task.public String getTaskId()
Export task that matches the specified task Id will be returned. This can result in zero or one export task.
public DescribeExportTasksRequest withTaskId(String taskId)
Export task that matches the specified task Id will be returned. This can result in zero or one export task.
taskId - Export task that matches the specified task Id will be returned.
This can result in zero or one export task.public void setStatusCode(String statusCode)
All export tasks that matches the specified status code will be returned. This can return zero or more export tasks.
statusCode - All export tasks that matches the specified status code will be
returned. This can return zero or more export tasks.ExportTaskStatusCodepublic String getStatusCode()
All export tasks that matches the specified status code will be returned. This can return zero or more export tasks.
ExportTaskStatusCodepublic DescribeExportTasksRequest withStatusCode(String statusCode)
All export tasks that matches the specified status code will be returned. This can return zero or more export tasks.
statusCode - All export tasks that matches the specified status code will be
returned. This can return zero or more export tasks.ExportTaskStatusCodepublic void setStatusCode(ExportTaskStatusCode statusCode)
All export tasks that matches the specified status code will be returned. This can return zero or more export tasks.
statusCode - All export tasks that matches the specified status code will be
returned. This can return zero or more export tasks.ExportTaskStatusCodepublic DescribeExportTasksRequest withStatusCode(ExportTaskStatusCode statusCode)
All export tasks that matches the specified status code will be returned. This can return zero or more export tasks.
statusCode - All export tasks that matches the specified status code will be
returned. This can return zero or more export tasks.ExportTaskStatusCodepublic void setNextToken(String nextToken)
A string token used for pagination that points to the next page of
results. It must be a value obtained from the response of the previous
DescribeExportTasks request.
nextToken - A string token used for pagination that points to the next page of
results. It must be a value obtained from the response of the
previous DescribeExportTasks request.public String getNextToken()
A string token used for pagination that points to the next page of
results. It must be a value obtained from the response of the previous
DescribeExportTasks request.
DescribeExportTasks request.public DescribeExportTasksRequest withNextToken(String nextToken)
A string token used for pagination that points to the next page of
results. It must be a value obtained from the response of the previous
DescribeExportTasks request.
nextToken - A string token used for pagination that points to the next page of
results. It must be a value obtained from the response of the
previous DescribeExportTasks request.public void setLimit(Integer limit)
The maximum number of items returned in the response. If you don't specify a value, the request would return up to 50 items.
limit - The maximum number of items returned in the response. If you don't
specify a value, the request would return up to 50 items.public Integer getLimit()
The maximum number of items returned in the response. If you don't specify a value, the request would return up to 50 items.
public DescribeExportTasksRequest withLimit(Integer limit)
The maximum number of items returned in the response. If you don't specify a value, the request would return up to 50 items.
limit - The maximum number of items returned in the response. If you don't
specify a value, the request would return up to 50 items.public String toString()
toString in class ObjectObject.toString()public DescribeExportTasksRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.