public class DeleteDiagnosticReportsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
regionId
The region ID of the diagnostic report.
|
List<String> |
reportIds
The IDs of diagnostic reports.
|
构造器和说明 |
---|
DeleteDiagnosticReportsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteDiagnosticReportsRequest |
build(Map<String,?> map) |
String |
getRegionId() |
List<String> |
getReportIds() |
DeleteDiagnosticReportsRequest |
setRegionId(String regionId) |
DeleteDiagnosticReportsRequest |
setReportIds(List<String> reportIds) |
@NameInMap(value="RegionId") public String regionId
The region ID of the diagnostic report. You can call the [DescribeRegions](~~25609~~) operation to query the most recent region list.
public static DeleteDiagnosticReportsRequest build(Map<String,?> map) throws Exception
Exception
public DeleteDiagnosticReportsRequest setRegionId(String regionId)
public String getRegionId()
public DeleteDiagnosticReportsRequest setReportIds(List<String> reportIds)
Copyright © 2023. All rights reserved.