public class DescribeConversionTasksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, 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 |
---|---|
DescribeConversionTasksRequest |
clone()
Creates a shallow clone of this request.
|
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()
One or more filters.
|
int |
hashCode() |
void |
setConversionTaskIds(Collection<String> conversionTaskIds)
One or more conversion task IDs.
|
void |
setFilters(Collection<Filter> filters)
One or more 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)
One or more filters.
|
DescribeConversionTasksRequest |
withFilters(Filter... filters)
One or more filters.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public void setFilters(Collection<Filter> filters)
filters
- One or more filters.public DescribeConversionTasksRequest withFilters(Filter... filters)
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.
Returns a reference to this object so that method calls can be chained together.
filters
- One or more filters.public DescribeConversionTasksRequest withFilters(Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
filters
- One or more filters.public List<String> getConversionTaskIds()
public void setConversionTaskIds(Collection<String> conversionTaskIds)
conversionTaskIds
- One or more conversion task IDs.public DescribeConversionTasksRequest withConversionTaskIds(String... conversionTaskIds)
NOTE: This method appends the values to the existing list (if
any). Use setConversionTaskIds(java.util.Collection)
or
withConversionTaskIds(java.util.Collection)
if you want to
override the existing values.
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()
public DescribeConversionTasksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.