public class DescribeAsyncRequestInfoRequest extends AbstractModel
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
|
void |
setAsyncRequestId(String AsyncRequestId)
Set 异步请求Id,涉及到异步流程的接口返回,如CreateBackupDBInstance
|
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, toJsonString
public DescribeAsyncRequestInfoRequest()
public DescribeAsyncRequestInfoRequest(DescribeAsyncRequestInfoRequest source)
public String getAsyncRequestId()
public void setAsyncRequestId(String AsyncRequestId)
AsyncRequestId
- 异步请求Id,涉及到异步流程的接口返回,如CreateBackupDBInstanceCopyright © 2022. All rights reserved.