public class DescribeImagePipelinesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeImagePipelinesRequest.DescribeImagePipelinesRequestTag |
限定符和类型 | 字段和说明 |
---|---|
List<String> |
imagePipelineId
The IDs of the image templates.
|
Integer |
maxResults
The maximum number of entries to return on each page.
|
String |
name
The name of the image template.
|
String |
nextToken
The query token.
|
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 |
构造器和说明 |
---|
DescribeImagePipelinesRequest() |
@NameInMap(value="ImagePipelineId") public List<String> imagePipelineId
The IDs of the image templates. You can specify at most 20 IDs.
@NameInMap(value="MaxResults") public Integer maxResults
The maximum number of entries to return on each page. Valid values: 1 to 500.
Default value: 50.
@NameInMap(value="Name") public String name
The name of the image template.
@NameInMap(value="NextToken") public String nextToken
The query token. Set the value to the `NextToken` value returned in the last call to the DescribeImagePipelines operation. Leave this parameter empty the first time you call this operation.
@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](~~25609~~) operation to query the most recent region list.
@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.
> Resources in the default resource group are displayed in the response regardless of how this parameter is set.
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Tag") public List<DescribeImagePipelinesRequest.DescribeImagePipelinesRequestTag> tag
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 © 2023. All rights reserved.