public class DeleteDeploymentSetRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
deploymentSetId
The ID of the deployment set.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the deployment set.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DeleteDeploymentSetRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteDeploymentSetRequest |
build(Map<String,?> map) |
String |
getDeploymentSetId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DeleteDeploymentSetRequest |
setDeploymentSetId(String deploymentSetId) |
DeleteDeploymentSetRequest |
setOwnerAccount(String ownerAccount) |
DeleteDeploymentSetRequest |
setOwnerId(Long ownerId) |
DeleteDeploymentSetRequest |
setRegionId(String regionId) |
DeleteDeploymentSetRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteDeploymentSetRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="DeploymentSetId") public String deploymentSetId
The ID of the deployment set. You cannot delete a deployment set that contains instances.
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the deployment set. You can call the [DescribeRegions](~~25609~~) operation to query the most recent region list.
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static DeleteDeploymentSetRequest build(Map<String,?> map) throws Exception
Exception
public DeleteDeploymentSetRequest setDeploymentSetId(String deploymentSetId)
public String getDeploymentSetId()
public DeleteDeploymentSetRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeleteDeploymentSetRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteDeploymentSetRequest setRegionId(String regionId)
public String getRegionId()
public DeleteDeploymentSetRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteDeploymentSetRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2023. All rights reserved.