public class ModifyAddressAttributeRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyAddressAttributeRequest() | 
| ModifyAddressAttributeRequest(ModifyAddressAttributeRequest 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 | getAddressId()Get 标识 EIP 的唯一 ID。EIP 唯一 ID 形如:eip-11112222。 | 
| String | getAddressName()Get 修改后的 EIP 名称。长度上限为20个字符。 | 
| String | getEcmRegion()Get ECM 地域 | 
| String | getEipDirectConnection()Get 设定EIP是否直通,"TRUE"表示直通,"FALSE"表示非直通。注意该参数仅对EIP直通功能可见的用户可以设定。 | 
| void | setAddressId(String AddressId)Set 标识 EIP 的唯一 ID。EIP 唯一 ID 形如:eip-11112222。 | 
| void | setAddressName(String AddressName)Set 修改后的 EIP 名称。长度上限为20个字符。 | 
| void | setEcmRegion(String EcmRegion)Set ECM 地域 | 
| void | setEipDirectConnection(String EipDirectConnection)Set 设定EIP是否直通,"TRUE"表示直通,"FALSE"表示非直通。注意该参数仅对EIP直通功能可见的用户可以设定。 | 
| 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 ModifyAddressAttributeRequest()
public ModifyAddressAttributeRequest(ModifyAddressAttributeRequest source)
public String getEcmRegion()
public void setEcmRegion(String EcmRegion)
EcmRegion - ECM 地域public String getAddressId()
public void setAddressId(String AddressId)
AddressId - 标识 EIP 的唯一 ID。EIP 唯一 ID 形如:eip-11112222。public String getAddressName()
public void setAddressName(String AddressName)
AddressName - 修改后的 EIP 名称。长度上限为20个字符。public String getEipDirectConnection()
public void setEipDirectConnection(String EipDirectConnection)
EipDirectConnection - 设定EIP是否直通,"TRUE"表示直通,"FALSE"表示非直通。注意该参数仅对EIP直通功能可见的用户可以设定。Copyright © 2025. All rights reserved.