Class DescribeBundleTasksResult

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

public class DescribeBundleTasksResult extends Object implements Serializable, Cloneable

Contains the output of DescribeBundleTasks.

See Also:
  • Constructor Details

    • DescribeBundleTasksResult

      public DescribeBundleTasksResult()
  • Method Details

    • getBundleTasks

      public List<BundleTask> getBundleTasks()

      Information about one or more bundle tasks.

      Returns:
      Information about one or more bundle tasks.
    • setBundleTasks

      public void setBundleTasks(Collection<BundleTask> bundleTasks)

      Information about one or more bundle tasks.

      Parameters:
      bundleTasks - Information about one or more bundle tasks.
    • withBundleTasks

      public DescribeBundleTasksResult withBundleTasks(BundleTask... bundleTasks)

      Information about one or more bundle tasks.

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

      Parameters:
      bundleTasks - Information about one or more bundle tasks.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withBundleTasks

      public DescribeBundleTasksResult withBundleTasks(Collection<BundleTask> bundleTasks)

      Information about one or more bundle tasks.

      Parameters:
      bundleTasks - Information about one or more bundle 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

      public DescribeBundleTasksResult clone()
      Overrides:
      clone in class Object