public class GetInstanceRequest extends AbstractBceRequest
| Constructor and Description |
|---|
GetInstanceRequest()
Constructs a new GetInstanceRequest object.
|
GetInstanceRequest(String instanceName)
Constructs a new GetInstanceRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
getRequestCredentials, setRequestCredentialspublic GetInstanceRequest()
public GetInstanceRequest(String instanceName)
instanceName - The name of the instance to get from the account.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 AbstractBceRequestCopyright © 2021. All rights reserved.