public class ModifySnapshotAttributeRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
description |
Boolean |
disableInstantAccess |
String |
ownerAccount |
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
snapshotId |
String |
snapshotName |
构造器和说明 |
---|
ModifySnapshotAttributeRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ModifySnapshotAttributeRequest |
build(Map<String,?> map) |
String |
getDescription() |
Boolean |
getDisableInstantAccess() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getSnapshotId() |
String |
getSnapshotName() |
ModifySnapshotAttributeRequest |
setDescription(String description) |
ModifySnapshotAttributeRequest |
setDisableInstantAccess(Boolean disableInstantAccess) |
ModifySnapshotAttributeRequest |
setOwnerAccount(String ownerAccount) |
ModifySnapshotAttributeRequest |
setOwnerId(Long ownerId) |
ModifySnapshotAttributeRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ModifySnapshotAttributeRequest |
setResourceOwnerId(Long resourceOwnerId) |
ModifySnapshotAttributeRequest |
setSnapshotId(String snapshotId) |
ModifySnapshotAttributeRequest |
setSnapshotName(String snapshotName) |
@NameInMap(value="Description") public String description
@NameInMap(value="DisableInstantAccess") public Boolean disableInstantAccess
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="SnapshotId") public String snapshotId
@NameInMap(value="SnapshotName") public String snapshotName
public static ModifySnapshotAttributeRequest build(Map<String,?> map) throws Exception
Exception
public ModifySnapshotAttributeRequest setDescription(String description)
public String getDescription()
public ModifySnapshotAttributeRequest setDisableInstantAccess(Boolean disableInstantAccess)
public Boolean getDisableInstantAccess()
public ModifySnapshotAttributeRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ModifySnapshotAttributeRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifySnapshotAttributeRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifySnapshotAttributeRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public ModifySnapshotAttributeRequest setSnapshotId(String snapshotId)
public String getSnapshotId()
public ModifySnapshotAttributeRequest setSnapshotName(String snapshotName)
public String getSnapshotName()
Copyright © 2023. All rights reserved.