@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) |
List<String> |
getExportIds()
One or more unique identifiers used to query the status of an export request.
|
List<ExportFilter> |
getFilters()
One or more filters.
|
Integer |
getMaxResults()
The maximum number of volume results returned by
DescribeExportTasks in paginated output. |
String |
getNextToken()
The
nextToken value returned from a previous paginated DescribeExportTasks request
where maxResults was used and the results exceeded the value of that parameter. |
int |
hashCode() |
void |
setExportIds(Collection<String> exportIds)
One or more unique identifiers used to query the status of an export request.
|
void |
setFilters(Collection<ExportFilter> filters)
One or more filters.
|
void |
setMaxResults(Integer maxResults)
The maximum number of volume results returned by
DescribeExportTasks in paginated output. |
void |
setNextToken(String nextToken)
The
nextToken value returned from a previous paginated DescribeExportTasks request
where maxResults was used and the results exceeded the value of that parameter. |
String |
toString()
Returns a string representation of this object.
|
DescribeExportTasksRequest |
withExportIds(Collection<String> exportIds)
One or more unique identifiers used to query the status of an export request.
|
DescribeExportTasksRequest |
withExportIds(String... exportIds)
One or more unique identifiers used to query the status of an export request.
|
DescribeExportTasksRequest |
withFilters(Collection<ExportFilter> filters)
One or more filters.
|
DescribeExportTasksRequest |
withFilters(ExportFilter... filters)
One or more filters.
|
DescribeExportTasksRequest |
withMaxResults(Integer maxResults)
The maximum number of volume results returned by
DescribeExportTasks in paginated output. |
DescribeExportTasksRequest |
withNextToken(String nextToken)
The
nextToken value returned from a previous paginated DescribeExportTasks request
where maxResults was used and the results exceeded the value of that parameter. |
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 List<String> getExportIds()
One or more unique identifiers used to query the status of an export request.
public void setExportIds(Collection<String> exportIds)
One or more unique identifiers used to query the status of an export request.
exportIds
- One or more unique identifiers used to query the status of an export request.public DescribeExportTasksRequest withExportIds(String... exportIds)
One or more unique identifiers used to query the status of an export request.
NOTE: This method appends the values to the existing list (if any). Use
setExportIds(java.util.Collection)
or withExportIds(java.util.Collection)
if you want to
override the existing values.
exportIds
- One or more unique identifiers used to query the status of an export request.public DescribeExportTasksRequest withExportIds(Collection<String> exportIds)
One or more unique identifiers used to query the status of an export request.
exportIds
- One or more unique identifiers used to query the status of an export request.public List<ExportFilter> getFilters()
One or more filters.
AgentId
- ID of the agent whose collected data will be exported
AgentId
- ID of the agent whose collected data will be exported
public void setFilters(Collection<ExportFilter> filters)
One or more filters.
AgentId
- ID of the agent whose collected data will be exported
filters
- One or more filters.
AgentId
- ID of the agent whose collected data will be exported
public DescribeExportTasksRequest withFilters(ExportFilter... filters)
One or more filters.
AgentId
- ID of the agent whose collected data will be exported
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- One or more filters.
AgentId
- ID of the agent whose collected data will be exported
public DescribeExportTasksRequest withFilters(Collection<ExportFilter> filters)
One or more filters.
AgentId
- ID of the agent whose collected data will be exported
filters
- One or more filters.
AgentId
- ID of the agent whose collected data will be exported
public void setMaxResults(Integer maxResults)
The maximum number of volume results returned by DescribeExportTasks
in paginated output. When this
parameter is used, DescribeExportTasks
only returns maxResults
results in a single page
along with a nextToken
response element.
maxResults
- The maximum number of volume results returned by DescribeExportTasks
in paginated output.
When this parameter is used, DescribeExportTasks
only returns maxResults
results
in a single page along with a nextToken
response element.public Integer getMaxResults()
The maximum number of volume results returned by DescribeExportTasks
in paginated output. When this
parameter is used, DescribeExportTasks
only returns maxResults
results in a single page
along with a nextToken
response element.
DescribeExportTasks
in paginated output.
When this parameter is used, DescribeExportTasks
only returns maxResults
results in a single page along with a nextToken
response element.public DescribeExportTasksRequest withMaxResults(Integer maxResults)
The maximum number of volume results returned by DescribeExportTasks
in paginated output. When this
parameter is used, DescribeExportTasks
only returns maxResults
results in a single page
along with a nextToken
response element.
maxResults
- The maximum number of volume results returned by DescribeExportTasks
in paginated output.
When this parameter is used, DescribeExportTasks
only returns maxResults
results
in a single page along with a nextToken
response element.public void setNextToken(String nextToken)
The nextToken
value returned from a previous paginated DescribeExportTasks
request
where maxResults
was used and the results exceeded the value of that parameter. Pagination continues
from the end of the previous results that returned the nextToken
value. This value is null when
there are no more results to return.
nextToken
- The nextToken
value returned from a previous paginated DescribeExportTasks
request where maxResults
was used and the results exceeded the value of that parameter.
Pagination continues from the end of the previous results that returned the nextToken
value.
This value is null when there are no more results to return.public String getNextToken()
The nextToken
value returned from a previous paginated DescribeExportTasks
request
where maxResults
was used and the results exceeded the value of that parameter. Pagination continues
from the end of the previous results that returned the nextToken
value. This value is null when
there are no more results to return.
nextToken
value returned from a previous paginated DescribeExportTasks
request where maxResults
was used and the results exceeded the value of that parameter.
Pagination continues from the end of the previous results that returned the nextToken
value.
This value is null when there are no more results to return.public DescribeExportTasksRequest withNextToken(String nextToken)
The nextToken
value returned from a previous paginated DescribeExportTasks
request
where maxResults
was used and the results exceeded the value of that parameter. Pagination continues
from the end of the previous results that returned the nextToken
value. This value is null when
there are no more results to return.
nextToken
- The nextToken
value returned from a previous paginated DescribeExportTasks
request where maxResults
was used and the results exceeded the value of that parameter.
Pagination continues from the end of the previous results that returned the nextToken
value.
This value is null when there are no more results to return.public String toString()
toString
in class Object
Object.toString()
public DescribeExportTasksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()