public class DescribeImportSnapshotTasksRequest extends AmazonWebServiceRequest implements java.io.Serializable, DryRunSupportedRequest<DescribeImportSnapshotTasksRequest>
DescribeImportSnapshotTasks operation
.
Describes your import snapshot tasks.
Constructor and Description |
---|
DescribeImportSnapshotTasksRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Request<DescribeImportSnapshotTasksRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
java.util.List<Filter> |
getFilters()
One or more filters.
|
java.util.List<java.lang.String> |
getImportTaskIds()
A list of import snapshot task IDs.
|
java.lang.Integer |
getMaxResults()
The maximum number of results to return in a single call.
|
java.lang.String |
getNextToken()
A token that indicates the next page of results.
|
int |
hashCode() |
void |
setFilters(java.util.Collection<Filter> filters)
One or more filters.
|
void |
setImportTaskIds(java.util.Collection<java.lang.String> importTaskIds)
A list of import snapshot task IDs.
|
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return in a single call.
|
void |
setNextToken(java.lang.String nextToken)
A token that indicates the next page of results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeImportSnapshotTasksRequest |
withFilters(java.util.Collection<Filter> filters)
One or more filters.
|
DescribeImportSnapshotTasksRequest |
withFilters(Filter... filters)
One or more filters.
|
DescribeImportSnapshotTasksRequest |
withImportTaskIds(java.util.Collection<java.lang.String> importTaskIds)
A list of import snapshot task IDs.
|
DescribeImportSnapshotTasksRequest |
withImportTaskIds(java.lang.String... importTaskIds)
A list of import snapshot task IDs.
|
DescribeImportSnapshotTasksRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return in a single call.
|
DescribeImportSnapshotTasksRequest |
withNextToken(java.lang.String nextToken)
A token that indicates the next page of results.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.util.List<java.lang.String> getImportTaskIds()
public void setImportTaskIds(java.util.Collection<java.lang.String> importTaskIds)
importTaskIds
- A list of import snapshot task IDs.public DescribeImportSnapshotTasksRequest withImportTaskIds(java.lang.String... importTaskIds)
Returns a reference to this object so that method calls can be chained together.
importTaskIds
- A list of import snapshot task IDs.public DescribeImportSnapshotTasksRequest withImportTaskIds(java.util.Collection<java.lang.String> importTaskIds)
Returns a reference to this object so that method calls can be chained together.
importTaskIds
- A list of import snapshot task IDs.public java.lang.String getNextToken()
public void setNextToken(java.lang.String nextToken)
nextToken
- A token that indicates the next page of results.public DescribeImportSnapshotTasksRequest withNextToken(java.lang.String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken
- A token that indicates the next page of results.public java.lang.Integer getMaxResults()
NextToken
value.NextToken
value.public void setMaxResults(java.lang.Integer maxResults)
NextToken
value.maxResults
- The maximum number of results to return in a single call. To retrieve
the remaining results, make another call with the returned
NextToken
value.public DescribeImportSnapshotTasksRequest withMaxResults(java.lang.Integer maxResults)
NextToken
value.
Returns a reference to this object so that method calls can be chained together.
maxResults
- The maximum number of results to return in a single call. To retrieve
the remaining results, make another call with the returned
NextToken
value.public java.util.List<Filter> getFilters()
public void setFilters(java.util.Collection<Filter> filters)
filters
- One or more filters.public DescribeImportSnapshotTasksRequest withFilters(Filter... filters)
Returns a reference to this object so that method calls can be chained together.
filters
- One or more filters.public DescribeImportSnapshotTasksRequest withFilters(java.util.Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
filters
- One or more filters.public Request<DescribeImportSnapshotTasksRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeImportSnapshotTasksRequest>
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.