public class DeleteAcceleratorRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
acceleratorId
The ID of the GA instance that you want to delete.
|
String |
regionId
The ID of the region where the GA instance is deployed.
|
| 构造器和说明 |
|---|
DeleteAcceleratorRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteAcceleratorRequest |
build(Map<String,?> map) |
String |
getAcceleratorId() |
String |
getRegionId() |
DeleteAcceleratorRequest |
setAcceleratorId(String acceleratorId) |
DeleteAcceleratorRequest |
setRegionId(String regionId) |
@NameInMap(value="AcceleratorId") public String acceleratorId
The ID of the GA instance that you want to delete.
@NameInMap(value="RegionId") public String regionId
The ID of the region where the GA instance is deployed. Set the value to **cn-hangzhou**.
public static DeleteAcceleratorRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteAcceleratorRequest setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public DeleteAcceleratorRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2023. All rights reserved.