com.amazonaws.services.ec2.model
Class BundleInstanceResult

java.lang.Object
  extended by com.amazonaws.services.ec2.model.BundleInstanceResult

public class BundleInstanceResult
extends Object

Bundle Instance Result


Constructor Summary
BundleInstanceResult()
           
 
Method Summary
 BundleTask getBundleTask()
          Returns the value of the BundleTask property for this object.
 void setBundleTask(BundleTask bundleTask)
          Sets the value of the BundleTask property for this object.
 BundleInstanceResult withBundleTask(BundleTask bundleTask)
          Sets the value of the BundleTask property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleInstanceResult

public BundleInstanceResult()
Method Detail

getBundleTask

public BundleTask getBundleTask()
Returns the value of the BundleTask property for this object.

Returns:
The value of the BundleTask property for this object.

setBundleTask

public void setBundleTask(BundleTask bundleTask)
Sets the value of the BundleTask property for this object.

Parameters:
bundleTask - The new value for the BundleTask property for this object.

withBundleTask

public BundleInstanceResult withBundleTask(BundleTask bundleTask)
Sets the value of the BundleTask property for this object.

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

Parameters:
bundleTask - The new value for the BundleTask property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.


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