public class AssociateEipAddressRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
allocationId
This parameter is required.
|
String |
instanceId
This parameter is required.
|
String |
instanceType |
String |
ownerAccount |
Long |
ownerId |
String |
regionId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
AssociateEipAddressRequest() |
限定符和类型 | 方法和说明 |
---|---|
static AssociateEipAddressRequest |
build(Map<String,?> map) |
String |
getAllocationId() |
String |
getInstanceId() |
String |
getInstanceType() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
AssociateEipAddressRequest |
setAllocationId(String allocationId) |
AssociateEipAddressRequest |
setInstanceId(String instanceId) |
AssociateEipAddressRequest |
setInstanceType(String instanceType) |
AssociateEipAddressRequest |
setOwnerAccount(String ownerAccount) |
AssociateEipAddressRequest |
setOwnerId(Long ownerId) |
AssociateEipAddressRequest |
setRegionId(String regionId) |
AssociateEipAddressRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
AssociateEipAddressRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="AllocationId") public String allocationId
This parameter is required.
@NameInMap(value="InstanceId") public String instanceId
This parameter is required.
@NameInMap(value="InstanceType") public String instanceType
@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 AssociateEipAddressRequest build(Map<String,?> map) throws Exception
Exception
public AssociateEipAddressRequest setAllocationId(String allocationId)
public String getAllocationId()
public AssociateEipAddressRequest setInstanceId(String instanceId)
public String getInstanceId()
public AssociateEipAddressRequest setInstanceType(String instanceType)
public String getInstanceType()
public AssociateEipAddressRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public AssociateEipAddressRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public AssociateEipAddressRequest setRegionId(String regionId)
public String getRegionId()
public AssociateEipAddressRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public AssociateEipAddressRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.