public class ModifyAddressAttributeRequest extends AbstractModel
| 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 The unique ID of the EIP, such as `eip-11112222`. | 
| String | getAddressName()Get The EIP name after modification. | 
| String | getEipDirectConnection()Get Whether the set EIP is a direct connection EIP. | 
| void | setAddressId(String AddressId)Set The unique ID of the EIP, such as `eip-11112222`. | 
| void | setAddressName(String AddressName)Set The EIP name after modification. | 
| void | setEipDirectConnection(String EipDirectConnection)Set Whether the set EIP is a direct connection EIP. | 
| 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, toJsonStringpublic ModifyAddressAttributeRequest()
public ModifyAddressAttributeRequest(ModifyAddressAttributeRequest source)
public String getAddressId()
public void setAddressId(String AddressId)
AddressId - The unique ID of the EIP, such as `eip-11112222`.public String getAddressName()
public void setAddressName(String AddressName)
AddressName - The EIP name after modification. The maximum length is 20 characters.public String getEipDirectConnection()
public void setEipDirectConnection(String EipDirectConnection)
EipDirectConnection - Whether the set EIP is a direct connection EIP. TRUE: yes. FALSE: no. Note that this parameter is available only to users who have activated the EIP direct connection function.Copyright © 2022. All rights reserved.