Class DescribeConversionTasksResult

java.lang.Object
com.amazonaws.services.ec2.model.DescribeConversionTasksResult
All Implemented Interfaces:
Serializable, Cloneable

public class DescribeConversionTasksResult extends Object implements Serializable, Cloneable

Contains the output for DescribeConversionTasks.

See Also:
  • Constructor Details

    • DescribeConversionTasksResult

      public DescribeConversionTasksResult()
  • Method Details

    • getConversionTasks

      public List<ConversionTask> getConversionTasks()

      Information about the conversion tasks.

      Returns:
      Information about the conversion tasks.
    • setConversionTasks

      public void setConversionTasks(Collection<ConversionTask> conversionTasks)

      Information about the conversion tasks.

      Parameters:
      conversionTasks - Information about the conversion tasks.
    • withConversionTasks

      public DescribeConversionTasksResult withConversionTasks(ConversionTask... conversionTasks)

      Information about the conversion tasks.

      NOTE: This method appends the values to the existing list (if any). Use setConversionTasks(java.util.Collection) or withConversionTasks(java.util.Collection) if you want to override the existing values.

      Parameters:
      conversionTasks - Information about the conversion tasks.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withConversionTasks

      public DescribeConversionTasksResult withConversionTasks(Collection<ConversionTask> conversionTasks)

      Information about the conversion tasks.

      Parameters:
      conversionTasks - Information about the conversion tasks.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • toString

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object