public class DescribeImagePipelineExecutionsResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
DescribeImagePipelineExecutionsResponseBody.DescribeImagePipelineExecutionsResponseBodyImagePipelineExecution |
imagePipelineExecution
Details of the image creation task.
|
Integer |
maxResults
The maximum number of entries per page.
|
String |
nextToken
A pagination token.
|
String |
requestId
The request ID.
|
Integer |
totalCount
The total number of returned image components.
|
构造器和说明 |
---|
DescribeImagePipelineExecutionsResponseBody() |
@NameInMap(value="ImagePipelineExecution") public DescribeImagePipelineExecutionsResponseBody.DescribeImagePipelineExecutionsResponseBodyImagePipelineExecution imagePipelineExecution
Details of the image creation task.
@NameInMap(value="MaxResults") public Integer maxResults
The maximum number of entries per page.
example:50
@NameInMap(value="NextToken") public String nextToken
A pagination token. It can be used in the next request to retrieve a new page of results. If NextToken is empty, no next page exists. For information about how to use the returned value, see the "Usage notes" section in this topic.
example:AAAAAdDWBF2****
@NameInMap(value="RequestId") public String requestId
The request ID.
example:473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
@NameInMap(value="TotalCount") public Integer totalCount
The total number of returned image components.
example:1
public DescribeImagePipelineExecutionsResponseBody()
public static DescribeImagePipelineExecutionsResponseBody build(Map<String,?> map) throws Exception
Exception
public DescribeImagePipelineExecutionsResponseBody setImagePipelineExecution(DescribeImagePipelineExecutionsResponseBody.DescribeImagePipelineExecutionsResponseBodyImagePipelineExecution imagePipelineExecution)
public DescribeImagePipelineExecutionsResponseBody.DescribeImagePipelineExecutionsResponseBodyImagePipelineExecution getImagePipelineExecution()
public DescribeImagePipelineExecutionsResponseBody setMaxResults(Integer maxResults)
public Integer getMaxResults()
public DescribeImagePipelineExecutionsResponseBody setNextToken(String nextToken)
public String getNextToken()
public DescribeImagePipelineExecutionsResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeImagePipelineExecutionsResponseBody setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2024. All rights reserved.