@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getLimit()
The maximum number of items returned.
|
String |
getNextToken()
The token for the next set of items to return.
|
String |
getStatusCode()
The status code of the export task.
|
String |
getTaskId()
The ID of the export task.
|
int |
hashCode() |
void |
setLimit(Integer limit)
The maximum number of items returned.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
void |
setStatusCode(ExportTaskStatusCode statusCode)
The status code of the export task.
|
void |
setStatusCode(String statusCode)
The status code of the export task.
|
void |
setTaskId(String taskId)
The ID of the export task.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeExportTasksRequest |
withLimit(Integer limit)
The maximum number of items returned.
|
DescribeExportTasksRequest |
withNextToken(String nextToken)
The token for the next set of items to return.
|
DescribeExportTasksRequest |
withStatusCode(ExportTaskStatusCode statusCode)
The status code of the export task.
|
DescribeExportTasksRequest |
withStatusCode(String statusCode)
The status code of the export task.
|
DescribeExportTasksRequest |
withTaskId(String taskId)
The ID of the export task.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setTaskId(String taskId)
The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.
taskId
- The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.public String getTaskId()
The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.
public DescribeExportTasksRequest withTaskId(String taskId)
The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.
taskId
- The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.public void setStatusCode(String statusCode)
The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
statusCode
- The status code of the export task. Specifying a status code filters the results to zero or more export
tasks.ExportTaskStatusCode
public String getStatusCode()
The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
ExportTaskStatusCode
public DescribeExportTasksRequest withStatusCode(String statusCode)
The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
statusCode
- The status code of the export task. Specifying a status code filters the results to zero or more export
tasks.ExportTaskStatusCode
public void setStatusCode(ExportTaskStatusCode statusCode)
The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
statusCode
- The status code of the export task. Specifying a status code filters the results to zero or more export
tasks.ExportTaskStatusCode
public DescribeExportTasksRequest withStatusCode(ExportTaskStatusCode statusCode)
The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
statusCode
- The status code of the export task. Specifying a status code filters the results to zero or more export
tasks.ExportTaskStatusCode
public void setNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)public String getNextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public DescribeExportTasksRequest withNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)public void setLimit(Integer limit)
The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
limit
- The maximum number of items returned. If you don't specify a value, the default is up to 50 items.public Integer getLimit()
The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
public DescribeExportTasksRequest withLimit(Integer limit)
The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
limit
- The maximum number of items returned. If you don't specify a value, the default is up to 50 items.public String toString()
toString
in class Object
Object.toString()
public DescribeExportTasksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.