|
||||||||||
| 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
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 |
|---|
public BundleInstanceRequest()
| Method Detail |
|---|
public String getInstanceId()
public void setInstanceId(String instanceId)
instanceId - The new value for the InstanceId property for this object.public BundleInstanceRequest withInstanceId(String instanceId)
Returns a reference to this object so that method calls can be chained together.
instanceId - The new value for the InstanceId property for this object.
public Storage getStorage()
public void setStorage(Storage storage)
storage - The new value for the Storage property for this object.public BundleInstanceRequest withStorage(Storage storage)
Returns a reference to this object so that method calls can be chained together.
storage - The new value for the Storage property for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||