public class DescribeTaskResultRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeTaskResultRequest() | 
| DescribeTaskResultRequest(DescribeTaskResultRequest 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 | getMaxResults()Get Maximum number of returned rows. | 
| String | getNextToken()Get The pagination information returned by the last response. | 
| String | getTaskId()Get Unique task ID | 
| void | setMaxResults(Long MaxResults)Set Maximum number of returned rows. | 
| void | setNextToken(String NextToken)Set The pagination information returned by the last response. | 
| void | setTaskId(String TaskId)Set Unique task ID | 
| 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 DescribeTaskResultRequest()
public DescribeTaskResultRequest(DescribeTaskResultRequest source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId - Unique task IDpublic String getNextToken()
public void setNextToken(String NextToken)
NextToken - The pagination information returned by the last response. This parameter can be omitted for the first response, where the data will be returned from the beginning. The data with a volume set by the `MaxResults` field is returned each time.public Long getMaxResults()
public void setMaxResults(Long MaxResults)
MaxResults - Maximum number of returned rows. Value range: 0–1,000. Default value: 1,000.Copyright © 2022. All rights reserved.