public class DescribeAsyncRequestInfoRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAsyncRequestInfoRequest() | 
| DescribeAsyncRequestInfoRequest(DescribeAsyncRequestInfoRequest 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 | 
|---|---|
| String | getAsyncRequestId()Get 指定需查询的异步请求 ID。当接口操作涉及异步流程时(如 [CreateBackupDBInstance](https://cloud.tencent.com/document/product/240/46599)),其返回值中的 AsyncRequestId 即为本参数所需填入的 ID。 | 
| void | setAsyncRequestId(String AsyncRequestId)Set 指定需查询的异步请求 ID。当接口操作涉及异步流程时(如 [CreateBackupDBInstance](https://cloud.tencent.com/document/product/240/46599)),其返回值中的 AsyncRequestId 即为本参数所需填入的 ID。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeAsyncRequestInfoRequest()
public DescribeAsyncRequestInfoRequest(DescribeAsyncRequestInfoRequest source)
public String getAsyncRequestId()
public void setAsyncRequestId(String AsyncRequestId)
AsyncRequestId - 指定需查询的异步请求 ID。当接口操作涉及异步流程时(如 [CreateBackupDBInstance](https://cloud.tencent.com/document/product/240/46599)),其返回值中的 AsyncRequestId 即为本参数所需填入的 ID。Copyright © 2025. All rights reserved.