com.amazonaws.services.ec2.model
Class BundleInstanceRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.ec2.model.BundleInstanceRequest

public class BundleInstanceRequest
extends AmazonWebServiceRequest

Bundle Instance Request


Constructor Summary
BundleInstanceRequest()
           
 
Method Summary
 String getInstanceId()
          Returns the value of the InstanceId property for this object.
 Storage getStorage()
          Returns the value of the Storage property for this object.
 void setInstanceId(String instanceId)
          Sets the value of the InstanceId property for this object.
 void setStorage(Storage storage)
          Sets the value of the Storage property for this object.
 BundleInstanceRequest withInstanceId(String instanceId)
          Sets the value of the InstanceId property for this object.
 BundleInstanceRequest withStorage(Storage storage)
          Sets the value of the Storage property for this object.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleInstanceRequest

public BundleInstanceRequest()
Method Detail

getInstanceId

public String getInstanceId()
Returns the value of the InstanceId property for this object.

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

setInstanceId

public void setInstanceId(String instanceId)
Sets the value of the InstanceId property for this object.

Parameters:
instanceId - The new value for the InstanceId property for this object.

withInstanceId

public BundleInstanceRequest withInstanceId(String instanceId)
Sets the value of the InstanceId property for this object.

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

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

getStorage

public Storage getStorage()
Returns the value of the Storage property for this object.

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

setStorage

public void setStorage(Storage storage)
Sets the value of the Storage property for this object.

Parameters:
storage - The new value for the Storage property for this object.

withStorage

public BundleInstanceRequest withStorage(Storage storage)
Sets the value of the Storage property for this object.

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

Parameters:
storage - The new value for the Storage 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.