public class CreateDBDiagReportUrlRequest extends AbstractModel
| Constructor and Description | 
|---|
| CreateDBDiagReportUrlRequest() | 
| CreateDBDiagReportUrlRequest(CreateDBDiagReportUrlRequest 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 | getAsyncRequestId()Get The health report task ID, which can be queried through `DescribeDBDiagReportTasks`. | 
| String | getInstanceId()Get Instance ID. | 
| String | getProduct()Get Service type. | 
| void | setAsyncRequestId(Long AsyncRequestId)Set The health report task ID, which can be queried through `DescribeDBDiagReportTasks`. | 
| void | setInstanceId(String InstanceId)Set Instance ID. | 
| void | setProduct(String Product)Set Service type. | 
| 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, toJsonStringpublic CreateDBDiagReportUrlRequest()
public CreateDBDiagReportUrlRequest(CreateDBDiagReportUrlRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance ID.public Long getAsyncRequestId()
public void setAsyncRequestId(Long AsyncRequestId)
AsyncRequestId - The health report task ID, which can be queried through `DescribeDBDiagReportTasks`.public String getProduct()
public void setProduct(String Product)
Product - Service type. Valid values: `mysql` (TencentDB for MySQL), `cynosdb` (TDSQL-C for MySQL). Default value: `mysql`.Copyright © 2022. All rights reserved.