com.amazonaws.services.ec2.model
Class DescribeConversionTasksRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.ec2.model.DescribeConversionTasksRequest
All Implemented Interfaces:
DryRunSupportedRequest<DescribeConversionTasksRequest>, java.io.Serializable

public class DescribeConversionTasksRequest
extends AmazonWebServiceRequest
implements java.io.Serializable, DryRunSupportedRequest<DescribeConversionTasksRequest>

Container for the parameters to the 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 .

See Also:
AmazonEC2.describeConversionTasks(DescribeConversionTasksRequest), Serialized Form

Constructor Summary
DescribeConversionTasksRequest()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.List<java.lang.String> getConversionTaskIds()
          One or more conversion task IDs.
 Request<DescribeConversionTasksRequest> getDryRunRequest()
          This method is intended for internal use only.
 java.util.List<Filter> getFilters()
           
 int hashCode()
           
 void setConversionTaskIds(java.util.Collection<java.lang.String> conversionTaskIds)
          One or more conversion task IDs.
 void setFilters(java.util.Collection<Filter> filters)
           
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeConversionTasksRequest withConversionTaskIds(java.util.Collection<java.lang.String> conversionTaskIds)
          One or more conversion task IDs.
 DescribeConversionTasksRequest withConversionTaskIds(java.lang.String... conversionTaskIds)
          One or more conversion task IDs.
 DescribeConversionTasksRequest withFilters(java.util.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.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeConversionTasksRequest

public DescribeConversionTasksRequest()
Method Detail

getFilters

public java.util.List<Filter> getFilters()
Returns:

setFilters

public void setFilters(java.util.Collection<Filter> filters)
Parameters:
filters -

withFilters

public DescribeConversionTasksRequest withFilters(Filter... filters)

Returns a reference to this object so that method calls can be chained together.

Parameters:
filters -
Returns:
A reference to this updated object so that method calls can be chained together.

withFilters

public DescribeConversionTasksRequest withFilters(java.util.Collection<Filter> filters)

Returns a reference to this object so that method calls can be chained together.

Parameters:
filters -
Returns:
A reference to this updated object so that method calls can be chained together.

getConversionTaskIds

public java.util.List<java.lang.String> getConversionTaskIds()
One or more conversion task IDs.

Returns:
One or more conversion task IDs.

setConversionTaskIds

public void setConversionTaskIds(java.util.Collection<java.lang.String> conversionTaskIds)
One or more conversion task IDs.

Parameters:
conversionTaskIds - One or more conversion task IDs.

withConversionTaskIds

public DescribeConversionTasksRequest withConversionTaskIds(java.lang.String... conversionTaskIds)
One or more conversion task IDs.

Returns a reference to this object so that method calls can be chained together.

Parameters:
conversionTaskIds - One or more conversion task IDs.
Returns:
A reference to this updated object so that method calls can be chained together.

withConversionTaskIds

public DescribeConversionTasksRequest withConversionTaskIds(java.util.Collection<java.lang.String> conversionTaskIds)
One or more conversion task IDs.

Returns a reference to this object so that method calls can be chained together.

Parameters:
conversionTaskIds - One or more conversion task IDs.
Returns:
A reference to this updated object so that method calls can be chained together.

getDryRunRequest

public Request<DescribeConversionTasksRequest> getDryRunRequest()
This method is intended for internal use only. Returns the marshaled request configured with additional parameters to enable operation dry-run.

Specified by:
getDryRunRequest in interface DryRunSupportedRequest<DescribeConversionTasksRequest>

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.