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 内网保留 IP描述。
|
String |
getName()
Get 内网保留 IP名称。
|
String |
getReserveIpId()
Get 内网保留IP唯一ID。
|
String |
getVpcId()
Get VPC唯一 ID。
|
void |
setDescription(String Description)
Set 内网保留 IP描述。
|
void |
setName(String Name)
Set 内网保留 IP名称。
|
void |
setReserveIpId(String ReserveIpId)
Set 内网保留IP唯一ID。
|
void |
setVpcId(String VpcId)
Set VPC唯一 ID。
|
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, toJsonString
public ModifyReserveIpAddressRequest()
public ModifyReserveIpAddressRequest(ModifyReserveIpAddressRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC唯一 ID。public String getReserveIpId()
public void setReserveIpId(String ReserveIpId)
ReserveIpId
- 内网保留IP唯一ID。public String getName()
public void setName(String Name)
Name
- 内网保留 IP名称。public String getDescription()
public void setDescription(String Description)
Description
- 内网保留 IP描述。Copyright © 2024. All rights reserved.