public class DeleteSecurityAuditLogExportTasksRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteSecurityAuditLogExportTasksRequest() | 
| DeleteSecurityAuditLogExportTasksRequest(DeleteSecurityAuditLogExportTasksRequest 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 | 
|---|---|
| Long[] | getAsyncRequestIds()Get List of log export task IDs. | 
| String | getProduct()Get Service type. | 
| String | getSecAuditGroupId()Get Security audit group ID. | 
| void | setAsyncRequestIds(Long[] AsyncRequestIds)Set List of log export task IDs. | 
| void | setProduct(String Product)Set Service type. | 
| void | setSecAuditGroupId(String SecAuditGroupId)Set Security audit group ID. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeleteSecurityAuditLogExportTasksRequest()
public DeleteSecurityAuditLogExportTasksRequest(DeleteSecurityAuditLogExportTasksRequest source)
public String getSecAuditGroupId()
public void setSecAuditGroupId(String SecAuditGroupId)
SecAuditGroupId - Security audit group ID.public Long[] getAsyncRequestIds()
public void setAsyncRequestIds(Long[] AsyncRequestIds)
AsyncRequestIds - List of log export task IDs. This API will ignore task IDs that do not exist or have been deleted.public String getProduct()
public void setProduct(String Product)
Product - Service type. Valid value: `mysql` (TencentDB for MySQL).Copyright © 2024. All rights reserved.