public class ModifyDeploymentSetAttributeRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
deploymentSetId
The ID of the deployment set.
|
String |
deploymentSetName
The new name of the deployment set.
|
String |
description
The new description of the deployment set.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the deployment set.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
ModifyDeploymentSetAttributeRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ModifyDeploymentSetAttributeRequest |
build(Map<String,?> map) |
String |
getDeploymentSetId() |
String |
getDeploymentSetName() |
String |
getDescription() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
ModifyDeploymentSetAttributeRequest |
setDeploymentSetId(String deploymentSetId) |
ModifyDeploymentSetAttributeRequest |
setDeploymentSetName(String deploymentSetName) |
ModifyDeploymentSetAttributeRequest |
setDescription(String description) |
ModifyDeploymentSetAttributeRequest |
setOwnerAccount(String ownerAccount) |
ModifyDeploymentSetAttributeRequest |
setOwnerId(Long ownerId) |
ModifyDeploymentSetAttributeRequest |
setRegionId(String regionId) |
ModifyDeploymentSetAttributeRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ModifyDeploymentSetAttributeRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="DeploymentSetId") public String deploymentSetId
The ID of the deployment set.
@NameInMap(value="DeploymentSetName") public String deploymentSetName
The new name of the deployment set. The name must be 2 to 128 characters in length. It must start with a letter and cannot start with http:// or https://. It can contain letters, digits, colons (:), underscores (\_), and hyphens (-).
@NameInMap(value="Description") public String description
The new description of the deployment set. The description must be 2 to 256 characters in length and cannot start with http:// or https://.
@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 ModifyDeploymentSetAttributeRequest build(Map<String,?> map) throws Exception
Exception
public ModifyDeploymentSetAttributeRequest setDeploymentSetId(String deploymentSetId)
public String getDeploymentSetId()
public ModifyDeploymentSetAttributeRequest setDeploymentSetName(String deploymentSetName)
public String getDeploymentSetName()
public ModifyDeploymentSetAttributeRequest setDescription(String description)
public String getDescription()
public ModifyDeploymentSetAttributeRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ModifyDeploymentSetAttributeRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifyDeploymentSetAttributeRequest setRegionId(String regionId)
public String getRegionId()
public ModifyDeploymentSetAttributeRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifyDeploymentSetAttributeRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2023. All rights reserved.