public class ModifyPrivateIpAddressesAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifyPrivateIpAddressesAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getNetworkInterfaceId()
Get The ID of the ENI instance, such as `eni-m6dyj72l`.
|
PrivateIpAddressSpecification[] |
getPrivateIpAddresses()
Get The specified private IP information.
|
void |
setNetworkInterfaceId(String NetworkInterfaceId)
Set The ID of the ENI instance, such as `eni-m6dyj72l`.
|
void |
setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)
Set The specified private IP information.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyPrivateIpAddressesAttributeRequest()
public String getNetworkInterfaceId()
public void setNetworkInterfaceId(String NetworkInterfaceId)
NetworkInterfaceId
- The ID of the ENI instance, such as `eni-m6dyj72l`.public PrivateIpAddressSpecification[] getPrivateIpAddresses()
public void setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)
PrivateIpAddresses
- The specified private IP information.Copyright © 2020. All rights reserved.