public class ExportSnapshotRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
ossBucket
This parameter is required.
|
Long |
ownerId |
String |
regionId
This parameter is required.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
roleName |
String |
snapshotId
This parameter is required.
|
构造器和说明 |
---|
ExportSnapshotRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ExportSnapshotRequest |
build(Map<String,?> map) |
String |
getOssBucket() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getRoleName() |
String |
getSnapshotId() |
ExportSnapshotRequest |
setOssBucket(String ossBucket) |
ExportSnapshotRequest |
setOwnerId(Long ownerId) |
ExportSnapshotRequest |
setRegionId(String regionId) |
ExportSnapshotRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ExportSnapshotRequest |
setResourceOwnerId(Long resourceOwnerId) |
ExportSnapshotRequest |
setRoleName(String roleName) |
ExportSnapshotRequest |
setSnapshotId(String snapshotId) |
@NameInMap(value="OssBucket") public String ossBucket
This parameter is required.
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
This parameter is required.
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="RoleName") public String roleName
@NameInMap(value="SnapshotId") public String snapshotId
This parameter is required.
public static ExportSnapshotRequest build(Map<String,?> map) throws Exception
Exception
public ExportSnapshotRequest setOssBucket(String ossBucket)
public String getOssBucket()
public ExportSnapshotRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ExportSnapshotRequest setRegionId(String regionId)
public String getRegionId()
public ExportSnapshotRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ExportSnapshotRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public ExportSnapshotRequest setRoleName(String roleName)
public String getRoleName()
public ExportSnapshotRequest setSnapshotId(String snapshotId)
public String getSnapshotId()
Copyright © 2024. All rights reserved.