public class StartImagePipelineExecutionRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
StartImagePipelineExecutionRequest.StartImagePipelineExecutionRequestTemplateTag |
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
imagePipelineId
The ID of the image template.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
List<StartImagePipelineExecutionRequest.StartImagePipelineExecutionRequestTemplateTag> |
templateTag
This parameter is deprecated.
|
构造器和说明 |
---|
StartImagePipelineExecutionRequest() |
@NameInMap(value="ClientToken") public String clientToken
The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but make sure that the token is unique among requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see How to ensure idempotence.
example:123e4567-e89b-12d3-a456-426655440000
@NameInMap(value="ImagePipelineId") public String imagePipelineId
The ID of the image template.
This parameter is required.
example:ip-2ze5tsl5bp6nf2b3****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID. You can call the DescribeRegions operation to query the most recent list of regions.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="TemplateTag") public List<StartImagePipelineExecutionRequest.StartImagePipelineExecutionRequestTemplateTag> templateTag
This parameter is deprecated.
public static StartImagePipelineExecutionRequest build(Map<String,?> map) throws Exception
Exception
public StartImagePipelineExecutionRequest setClientToken(String clientToken)
public String getClientToken()
public StartImagePipelineExecutionRequest setImagePipelineId(String imagePipelineId)
public String getImagePipelineId()
public StartImagePipelineExecutionRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public StartImagePipelineExecutionRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public StartImagePipelineExecutionRequest setRegionId(String regionId)
public String getRegionId()
public StartImagePipelineExecutionRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public StartImagePipelineExecutionRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public StartImagePipelineExecutionRequest setTemplateTag(List<StartImagePipelineExecutionRequest.StartImagePipelineExecutionRequestTemplateTag> templateTag)
public List<StartImagePipelineExecutionRequest.StartImagePipelineExecutionRequestTemplateTag> getTemplateTag()
Copyright © 2024. All rights reserved.