|
||||||||||
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.GetInstanceRequest
public class GetInstanceRequest
Represents the input of a GetInstance operation.
Constructor Summary | |
---|---|
GetInstanceRequest()
Constructs a new GetInstanceRequest object. |
|
GetInstanceRequest(String instanceName)
Constructs a new GetInstanceRequest object. |
Method Summary | |
---|---|
String |
getInstanceName()
Get the name of the instance to get from the account. |
void |
setInstanceName(String instanceName)
Set the name of the instance to get from the account. |
GetInstanceRequest |
withInstanceName(String instanceName)
Set the name of the instance to get from the account. |
GetInstanceRequest |
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 GetInstanceRequest()
public GetInstanceRequest(String instanceName)
instanceName
- The name of the instance to get from the account.Method Detail |
---|
public GetInstanceRequest withInstanceName(String instanceName)
instanceName
- The name of the instance to get from the account.
public void setInstanceName(String instanceName)
instanceName
- The name of the instance to get from the account.public String getInstanceName()
public GetInstanceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials
in class AbstractBceRequest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |