public class DescribeExportTasksRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.Integer |
limit
The maximum number of items returned in the response.
|
private java.lang.String |
nextToken
A string token used for pagination that points to the next page of
results.
|
private java.lang.String |
statusCode
All export tasks that matches the specified status code will be returned.
|
private java.lang.String |
taskId
Export task that matches the specified task Id will be returned.
|
NOOP
Constructor and Description |
---|
DescribeExportTasksRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeExportTasksRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getLimit()
The maximum number of items returned in the response.
|
java.lang.String |
getNextToken()
A string token used for pagination that points to the next page of
results.
|
java.lang.String |
getStatusCode()
All export tasks that matches the specified status code will be returned.
|
java.lang.String |
getTaskId()
Export task that matches the specified task Id will be returned.
|
int |
hashCode() |
void |
setLimit(java.lang.Integer limit)
The maximum number of items returned in the response.
|
void |
setNextToken(java.lang.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(java.lang.String statusCode)
All export tasks that matches the specified status code will be returned.
|
void |
setTaskId(java.lang.String taskId)
Export task that matches the specified task Id will be returned.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeExportTasksRequest |
withLimit(java.lang.Integer limit)
The maximum number of items returned in the response.
|
DescribeExportTasksRequest |
withNextToken(java.lang.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(java.lang.String statusCode)
All export tasks that matches the specified status code will be returned.
|
DescribeExportTasksRequest |
withTaskId(java.lang.String taskId)
Export task that matches the specified task Id will be returned.
|
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
private java.lang.String taskId
Export task that matches the specified task Id will be returned. This can result in zero or one export task.
private java.lang.String statusCode
All export tasks that matches the specified status code will be returned. This can return zero or more export tasks.
private java.lang.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.
private java.lang.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.
public void setTaskId(java.lang.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 java.lang.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(java.lang.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(java.lang.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.ExportTaskStatusCode
public java.lang.String getStatusCode()
All export tasks that matches the specified status code will be returned. This can return zero or more export tasks.
ExportTaskStatusCode
public DescribeExportTasksRequest withStatusCode(java.lang.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.ExportTaskStatusCode
public 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.ExportTaskStatusCode
public 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.ExportTaskStatusCode
public void setNextToken(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeExportTasksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()