|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.BundleInstanceRequest
public class BundleInstanceRequest
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 |
---|
public BundleInstanceRequest()
Method Detail |
---|
public String getInstanceId()
public void setInstanceId(String instanceId)
instanceId
- The ID of the instance to bundle.public BundleInstanceRequest withInstanceId(String instanceId)
Returns a reference to this object so that method calls can be chained together.
instanceId
- The ID of the instance to bundle.
public Storage getStorage()
public void setStorage(Storage storage)
storage
- public BundleInstanceRequest withStorage(Storage storage)
Returns a reference to this object so that method calls can be chained together.
storage
-
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |