public class DescribeConversionTasksRequest extends AmazonWebServiceRequest implements Serializable, DryRunSupportedRequest<DescribeConversionTasksRequest>
DescribeConversionTasks operation
.
Describes one or more of your conversion tasks. For more information, see Using the Command Line Tools to Import Your Virtual Machine to Amazon EC2 in the Amazon Elastic Compute Cloud User Guide .
NOOP
Constructor and Description |
---|
DescribeConversionTasksRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
getConversionTaskIds()
One or more conversion task IDs.
|
Request<DescribeConversionTasksRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters() |
int |
hashCode() |
void |
setConversionTaskIds(Collection<String> conversionTaskIds)
One or more conversion task IDs.
|
void |
setFilters(Collection<Filter> filters) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeConversionTasksRequest |
withConversionTaskIds(Collection<String> conversionTaskIds)
One or more conversion task IDs.
|
DescribeConversionTasksRequest |
withConversionTaskIds(String... conversionTaskIds)
One or more conversion task IDs.
|
DescribeConversionTasksRequest |
withFilters(Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
|
DescribeConversionTasksRequest |
withFilters(Filter... filters)
Returns a reference to this object so that method calls can be chained together.
|
copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public void setFilters(Collection<Filter> filters)
filters
- public DescribeConversionTasksRequest withFilters(Filter... filters)
Returns a reference to this object so that method calls can be chained together.
filters
- public DescribeConversionTasksRequest withFilters(Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
filters
- public List<String> getConversionTaskIds()
public void setConversionTaskIds(Collection<String> conversionTaskIds)
conversionTaskIds
- One or more conversion task IDs.public DescribeConversionTasksRequest withConversionTaskIds(String... conversionTaskIds)
Returns a reference to this object so that method calls can be chained together.
conversionTaskIds
- One or more conversion task IDs.public DescribeConversionTasksRequest withConversionTaskIds(Collection<String> conversionTaskIds)
Returns a reference to this object so that method calls can be chained together.
conversionTaskIds
- One or more conversion task IDs.public Request<DescribeConversionTasksRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeConversionTasksRequest>
public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.