public class DescribeImagePipelinesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeImagePipelinesRequest.DescribeImagePipelinesRequestTag |
限定符和类型 | 字段和说明 |
---|---|
List<String> |
imagePipelineId
The IDs of image templates.
|
Integer |
maxResults
The number of entries per page.
|
String |
name
The name of the image template.
|
String |
nextToken
The pagination token that is used in the next request to retrieve a new page of results.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the image template.
|
String |
resourceGroupId
The ID of the resource group.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
List<DescribeImagePipelinesRequest.DescribeImagePipelinesRequestTag> |
tag
The tags of the image template.
|
构造器和说明 |
---|
DescribeImagePipelinesRequest() |
@NameInMap(value="ImagePipelineId") public List<String> imagePipelineId
The IDs of image templates. Valid values of N: 1 to 20.
example:ip-2ze5tsl5bp6nf2b3****
@NameInMap(value="MaxResults") public Integer maxResults
The number of entries per page. Valid values: 1 to 500
Default value: 50.
example:50
@NameInMap(value="Name") public String name
The name of the image template.
example:testImagePipeline
@NameInMap(value="NextToken") public String nextToken
The pagination token that is used in the next request to retrieve a new page of results. You do not need to specify this parameter for the first request. You must specify the token that is obtained from the previous query as the value of NextToken
.
AAAAAdDWBF2****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the image template. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group. If this parameter is specified to query resources, up to 1,000 resources that belong to the specified resource group can be displayed in the response.
example:Resources in the default resource group are displayed in the response regardless of how this parameter is set.
rg-bp67acfmxazb4p****
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Tag") public List<DescribeImagePipelinesRequest.DescribeImagePipelinesRequestTag> tag
The tags of the image template.
public static DescribeImagePipelinesRequest build(Map<String,?> map) throws Exception
Exception
public DescribeImagePipelinesRequest setImagePipelineId(List<String> imagePipelineId)
public DescribeImagePipelinesRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public DescribeImagePipelinesRequest setName(String name)
public String getName()
public DescribeImagePipelinesRequest setNextToken(String nextToken)
public String getNextToken()
public DescribeImagePipelinesRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeImagePipelinesRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeImagePipelinesRequest setRegionId(String regionId)
public String getRegionId()
public DescribeImagePipelinesRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeImagePipelinesRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeImagePipelinesRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeImagePipelinesRequest setTag(List<DescribeImagePipelinesRequest.DescribeImagePipelinesRequestTag> tag)
public List<DescribeImagePipelinesRequest.DescribeImagePipelinesRequestTag> getTag()
Copyright © 2024. All rights reserved.