public class ModifyVSwitchAttributeRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
description |
String |
ownerAccount |
Long |
ownerId |
String |
regionId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
vSwitchId
This parameter is required.
|
String |
vSwitchName |
构造器和说明 |
---|
ModifyVSwitchAttributeRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ModifyVSwitchAttributeRequest |
build(Map<String,?> map) |
String |
getDescription() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getVSwitchId() |
String |
getVSwitchName() |
ModifyVSwitchAttributeRequest |
setDescription(String description) |
ModifyVSwitchAttributeRequest |
setOwnerAccount(String ownerAccount) |
ModifyVSwitchAttributeRequest |
setOwnerId(Long ownerId) |
ModifyVSwitchAttributeRequest |
setRegionId(String regionId) |
ModifyVSwitchAttributeRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ModifyVSwitchAttributeRequest |
setResourceOwnerId(Long resourceOwnerId) |
ModifyVSwitchAttributeRequest |
setVSwitchId(String vSwitchId) |
ModifyVSwitchAttributeRequest |
setVSwitchName(String vSwitchName) |
@NameInMap(value="Description") public String description
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="VSwitchId") public String vSwitchId
This parameter is required.
@NameInMap(value="VSwitchName") public String vSwitchName
public static ModifyVSwitchAttributeRequest build(Map<String,?> map) throws Exception
Exception
public ModifyVSwitchAttributeRequest setDescription(String description)
public String getDescription()
public ModifyVSwitchAttributeRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ModifyVSwitchAttributeRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifyVSwitchAttributeRequest setRegionId(String regionId)
public String getRegionId()
public ModifyVSwitchAttributeRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifyVSwitchAttributeRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public ModifyVSwitchAttributeRequest setVSwitchId(String vSwitchId)
public String getVSwitchId()
public ModifyVSwitchAttributeRequest setVSwitchName(String vSwitchName)
public String getVSwitchName()
Copyright © 2024. All rights reserved.