Class DescribeExportTasksRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
getLimit()
The maximum number of items returned in the response.A string token used for pagination that points to the next page of results.All export tasks that matches the specified status code will be returned.Export task that matches the specified task Id will be returned.int
hashCode()
void
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
Export task that matches the specified task Id will be returned.toString()
Returns a string representation of this object; useful for testing and debugging.The maximum number of items returned in the response.withNextToken
(String nextToken) A string token used for pagination that points to the next page of results.withStatusCode
(ExportTaskStatusCode statusCode) All export tasks that matches the specified status code will be returned.withStatusCode
(String statusCode) All export tasks that matches the specified status code will be returned.withTaskId
(String taskId) Export task that matches the specified task Id will be returned.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
DescribeExportTasksRequest
public DescribeExportTasksRequest()
-
-
Method Details
-
setTaskId
Export task that matches the specified task Id will be returned. This can result in zero or one export task.
- Parameters:
taskId
- Export task that matches the specified task Id will be returned. This can result in zero or one export task.
-
getTaskId
Export task that matches the specified task Id will be returned. This can result in zero or one export task.
- Returns:
- Export task that matches the specified task Id will be returned. This can result in zero or one export task.
-
withTaskId
Export task that matches the specified task Id will be returned. This can result in zero or one export task.
- Parameters:
taskId
- Export task that matches the specified task Id will be returned. This can result in zero or one export task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatusCode
All export tasks that matches the specified status code will be returned. This can return zero or more export tasks.
- Parameters:
statusCode
- All export tasks that matches the specified status code will be returned. This can return zero or more export tasks.- See Also:
-
getStatusCode
All export tasks that matches the specified status code will be returned. This can return zero or more export tasks.
- Returns:
- All export tasks that matches the specified status code will be returned. This can return zero or more export tasks.
- See Also:
-
withStatusCode
All export tasks that matches the specified status code will be returned. This can return zero or more export tasks.
- Parameters:
statusCode
- All export tasks that matches the specified status code will be returned. This can return zero or more export tasks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatusCode
All export tasks that matches the specified status code will be returned. This can return zero or more export tasks.
- Parameters:
statusCode
- All export tasks that matches the specified status code will be returned. This can return zero or more export tasks.- See Also:
-
withStatusCode
All export tasks that matches the specified status code will be returned. This can return zero or more export tasks.
- Parameters:
statusCode
- All export tasks that matches the specified status code will be returned. This can return zero or more export tasks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setNextToken
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.- Parameters:
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 previousDescribeExportTasks
request.
-
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.- Returns:
- 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.
-
withNextToken
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.- Parameters:
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 previousDescribeExportTasks
request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLimit
The maximum number of items returned in the response. If you don't specify a value, the request would return up to 50 items.
- Parameters:
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.
-
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.
- Returns:
- The maximum number of items returned in the response. If you don't specify a value, the request would return up to 50 items.
-
withLimit
The maximum number of items returned in the response. If you don't specify a value, the request would return up to 50 items.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-