public class ModifyEipAddressAttributeRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
allocationId |
String |
bandwidth |
String |
ownerAccount |
Long |
ownerId |
String |
regionId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
ModifyEipAddressAttributeRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ModifyEipAddressAttributeRequest |
build(Map<String,?> map) |
String |
getAllocationId() |
String |
getBandwidth() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
ModifyEipAddressAttributeRequest |
setAllocationId(String allocationId) |
ModifyEipAddressAttributeRequest |
setBandwidth(String bandwidth) |
ModifyEipAddressAttributeRequest |
setOwnerAccount(String ownerAccount) |
ModifyEipAddressAttributeRequest |
setOwnerId(Long ownerId) |
ModifyEipAddressAttributeRequest |
setRegionId(String regionId) |
ModifyEipAddressAttributeRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ModifyEipAddressAttributeRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="AllocationId") public String allocationId
@NameInMap(value="Bandwidth") public String bandwidth
@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
public static ModifyEipAddressAttributeRequest build(Map<String,?> map) throws Exception
Exception
public ModifyEipAddressAttributeRequest setAllocationId(String allocationId)
public String getAllocationId()
public ModifyEipAddressAttributeRequest setBandwidth(String bandwidth)
public String getBandwidth()
public ModifyEipAddressAttributeRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ModifyEipAddressAttributeRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifyEipAddressAttributeRequest setRegionId(String regionId)
public String getRegionId()
public ModifyEipAddressAttributeRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifyEipAddressAttributeRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2023. All rights reserved.