|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.baidubce.model.AbstractBceRequest
com.baidubce.services.moladb.model.DeleteInstanceRequest
public class DeleteInstanceRequest
Represents the input of a DeleteInstance operation.
| Constructor Summary | |
|---|---|
DeleteInstanceRequest()
Constructs a new DeleteInstanceRequest object. |
|
DeleteInstanceRequest(String instanceName)
Constructs a new DeleteInstanceRequest object. |
|
| Method Summary | |
|---|---|
String |
getInstanceName()
Get the name of the instance to be deleted. |
void |
setInstanceName(String instanceName)
Set the name of the instance to be deleted. |
DeleteInstanceRequest |
withInstanceName(String instanceName)
Set the name of the instance to be deleted. |
DeleteInstanceRequest |
withRequestCredentials(BceCredentials credentials)
|
| Methods inherited from class com.baidubce.model.AbstractBceRequest |
|---|
getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteInstanceRequest()
public DeleteInstanceRequest(String instanceName)
instanceName - The name of the instance to be deleted.| Method Detail |
|---|
public DeleteInstanceRequest withInstanceName(String instanceName)
instanceName - The name of the instance to be deleted.
public void setInstanceName(String instanceName)
instanceName - The name of the instance to be deleted.public String getInstanceName()
public DeleteInstanceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequest
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||