public class DeleteInstanceRequest extends AbstractModel
Constructor and Description |
---|
DeleteInstanceRequest() |
DeleteInstanceRequest(DeleteInstanceRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getDeleteBucket()
Get Whether to delete the bucket.
|
Boolean |
getDryRun()
Get Whether to enable the `dryRun` mode.
|
String |
getRegistryId()
Get Instance ID
|
void |
setDeleteBucket(Boolean DeleteBucket)
Set Whether to delete the bucket.
|
void |
setDryRun(Boolean DryRun)
Set Whether to enable the `dryRun` mode.
|
void |
setRegistryId(String RegistryId)
Set Instance ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DeleteInstanceRequest()
public DeleteInstanceRequest(DeleteInstanceRequest source)
public String getRegistryId()
public void setRegistryId(String RegistryId)
RegistryId
- Instance IDpublic Boolean getDeleteBucket()
public void setDeleteBucket(Boolean DeleteBucket)
DeleteBucket
- Whether to delete the bucket. Default value: false.public Boolean getDryRun()
public void setDryRun(Boolean DryRun)
DryRun
- Whether to enable the `dryRun` mode. Default value: false.Copyright © 2023. All rights reserved.