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


Constructor Summary
BundleInstanceRequest()
           
 
Method Summary
 String getInstanceId()
          The ID of the instance to bundle.
 Storage getStorage()
           
 void setInstanceId(String instanceId)
          The ID of the instance to bundle.
 void setStorage(Storage storage)
           
 String toString()
           
 BundleInstanceRequest withInstanceId(String instanceId)
          The ID of the instance to bundle.
 BundleInstanceRequest withStorage(Storage storage)
           Returns a reference to this object so that method calls can be chained together.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BundleInstanceRequest

public BundleInstanceRequest()
Method Detail

getInstanceId

public String getInstanceId()
The ID of the instance to bundle.

Returns:
The ID of the instance to bundle.

setInstanceId

public void setInstanceId(String instanceId)
The ID of the instance to bundle.

Parameters:
instanceId - The ID of the instance to bundle.

withInstanceId

public BundleInstanceRequest withInstanceId(String instanceId)
The ID of the instance to bundle.

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

Parameters:
instanceId - The ID of the instance to bundle.
Returns:
A reference to this updated object so that method calls can be chained together.

getStorage

public Storage getStorage()
Returns:

setStorage

public void setStorage(Storage storage)
Parameters:
storage -

withStorage

public BundleInstanceRequest withStorage(Storage storage)

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

Parameters:
storage -
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


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