public class AssignPrivateIpAddressesResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
AssignPrivateIpAddressesResponseBody.AssignPrivateIpAddressesResponseBodyAssignedPrivateIpAddressesSet |
assignedPrivateIpAddressesSet
Details about the ENI and the secondary private IP addresses that are assigned to the ENI.
|
String |
requestId
The request ID.
|
构造器和说明 |
---|
AssignPrivateIpAddressesResponseBody() |
@NameInMap(value="AssignedPrivateIpAddressesSet") public AssignPrivateIpAddressesResponseBody.AssignPrivateIpAddressesResponseBodyAssignedPrivateIpAddressesSet assignedPrivateIpAddressesSet
Details about the ENI and the secondary private IP addresses that are assigned to the ENI.
@NameInMap(value="RequestId") public String requestId
The request ID.
example:473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
public static AssignPrivateIpAddressesResponseBody build(Map<String,?> map) throws Exception
Exception
public AssignPrivateIpAddressesResponseBody setAssignedPrivateIpAddressesSet(AssignPrivateIpAddressesResponseBody.AssignPrivateIpAddressesResponseBodyAssignedPrivateIpAddressesSet assignedPrivateIpAddressesSet)
public AssignPrivateIpAddressesResponseBody.AssignPrivateIpAddressesResponseBodyAssignedPrivateIpAddressesSet getAssignedPrivateIpAddressesSet()
public AssignPrivateIpAddressesResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.