public class DescribeVpcTaskResultResponse extends AbstractModel
| Constructor and Description | 
|---|
DescribeVpcTaskResultResponse()  | 
DescribeVpcTaskResultResponse(DescribeVpcTaskResultResponse 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 | 
getOutput()
Get Output of the async task execution result 
 | 
String | 
getRequestId()
Get The unique request ID, which is returned for each request. 
 | 
String | 
getStatus()
Get The execution results of an async task. 
 | 
void | 
setOutput(String Output)
Set Output of the async task execution result 
 | 
void | 
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request. 
 | 
void | 
setStatus(String Status)
Set The execution results of an async task. 
 | 
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 DescribeVpcTaskResultResponse()
public DescribeVpcTaskResultResponse(DescribeVpcTaskResultResponse source)
public String getStatus()
public void setStatus(String Status)
Status - The execution results of an async task. Valid values: `SUCCESS`(task executed successfully), `FAILED` (task execution failed), and `RUNNING` (task in progress).public String getOutput()
public void setOutput(String Output)
Output - Output of the async task execution resultpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.