public class DeleteAsyncTaskRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
resourceGroupId
The ID of the resource group to which the instance belongs in Resource Management.
|
Integer |
taskId
The ID of the task that you want to delete.
|
| 构造器和说明 |
|---|
DeleteAsyncTaskRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteAsyncTaskRequest |
build(Map<String,?> map) |
String |
getResourceGroupId() |
Integer |
getTaskId() |
DeleteAsyncTaskRequest |
setResourceGroupId(String resourceGroupId) |
DeleteAsyncTaskRequest |
setTaskId(Integer taskId) |
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the instance belongs in Resource Management. This parameter is empty by default, which indicates that the instance belongs to the default resource group.
example:default
@NameInMap(value="TaskId") public Integer taskId
The ID of the task that you want to delete.
You can call the DescribeAsyncTasks operation to query the IDs of all asynchronous export tasks.
This parameter is required.
example:1
public static DeleteAsyncTaskRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteAsyncTaskRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DeleteAsyncTaskRequest setTaskId(Integer taskId)
public Integer getTaskId()
Copyright © 2026. All rights reserved.