public class ModifyReserveIpAddressRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ModifyReserveIpAddressRequest()  | 
ModifyReserveIpAddressRequest(ModifyReserveIpAddressRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDescription()
Get Description of the reserved private IP address. 
 | 
String | 
getName()
Get Name of the reserved private IP address. 
 | 
String | 
getReserveIpId()
Get Unique ID of the reserved private IP address. 
 | 
String | 
getVpcId()
Get Unique ID of the VPC. 
 | 
void | 
setDescription(String Description)
Set Description of the reserved private IP address. 
 | 
void | 
setName(String Name)
Set Name of the reserved private IP address. 
 | 
void | 
setReserveIpId(String ReserveIpId)
Set Unique ID of the reserved private IP address. 
 | 
void | 
setVpcId(String VpcId)
Set Unique ID of the VPC. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyReserveIpAddressRequest()
public ModifyReserveIpAddressRequest(ModifyReserveIpAddressRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId - Unique ID of the VPC.public String getReserveIpId()
public void setReserveIpId(String ReserveIpId)
ReserveIpId - Unique ID of the reserved private IP address.public String getName()
public void setName(String Name)
Name - Name of the reserved private IP address.public String getDescription()
public void setDescription(String Description)
Description - Description of the reserved private IP address.Copyright © 2025. All rights reserved.