Class BundleInstanceResult

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

public class BundleInstanceResult extends Object implements Serializable, Cloneable

Contains the output of BundleInstance.

See Also:
  • Constructor Details

    • BundleInstanceResult

      public BundleInstanceResult()
  • Method Details

    • setBundleTask

      public void setBundleTask(BundleTask bundleTask)

      Information about the bundle task.

      Parameters:
      bundleTask - Information about the bundle task.
    • getBundleTask

      public BundleTask getBundleTask()

      Information about the bundle task.

      Returns:
      Information about the bundle task.
    • withBundleTask

      public BundleInstanceResult withBundleTask(BundleTask bundleTask)

      Information about the bundle task.

      Parameters:
      bundleTask - Information about the bundle task.
      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 BundleInstanceResult clone()
      Overrides:
      clone in class Object