public class CancelCopyImageRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
imageId
The ID of the image that is being copied.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the image copy.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
CancelCopyImageRequest() |
限定符和类型 | 方法和说明 |
---|---|
static CancelCopyImageRequest |
build(Map<String,?> map) |
String |
getImageId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
CancelCopyImageRequest |
setImageId(String imageId) |
CancelCopyImageRequest |
setOwnerAccount(String ownerAccount) |
CancelCopyImageRequest |
setOwnerId(Long ownerId) |
CancelCopyImageRequest |
setRegionId(String regionId) |
CancelCopyImageRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
CancelCopyImageRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="ImageId") public String imageId
The ID of the image that is being copied.
This parameter is required.
example:m-bp1caf3yicx5jlfl****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the image copy. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static CancelCopyImageRequest build(Map<String,?> map) throws Exception
Exception
public CancelCopyImageRequest setImageId(String imageId)
public String getImageId()
public CancelCopyImageRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public CancelCopyImageRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public CancelCopyImageRequest setRegionId(String regionId)
public String getRegionId()
public CancelCopyImageRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public CancelCopyImageRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.