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 Unique EIP ID, such as `eip-11112222`.
|
String |
getAddressName()
Get New EIP name, which can contain up to 20 characters.
|
String |
getEcmRegion()
Get ECM region
|
String |
getEipDirectConnection()
Get Whether "direct access" is enabled for the EIP.
|
void |
setAddressId(String AddressId)
Set Unique EIP ID, such as `eip-11112222`.
|
void |
setAddressName(String AddressName)
Set New EIP name, which can contain up to 20 characters.
|
void |
setEcmRegion(String EcmRegion)
Set ECM region
|
void |
setEipDirectConnection(String EipDirectConnection)
Set Whether "direct access" is enabled for the EIP.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyAddressAttributeRequest()
public ModifyAddressAttributeRequest(ModifyAddressAttributeRequest source)
public String getEcmRegion()
public void setEcmRegion(String EcmRegion)
EcmRegion
- ECM regionpublic String getAddressId()
public void setAddressId(String AddressId)
AddressId
- Unique EIP ID, such as `eip-11112222`.public String getAddressName()
public void setAddressName(String AddressName)
AddressName
- New EIP name, which can contain up to 20 characters.public String getEipDirectConnection()
public void setEipDirectConnection(String EipDirectConnection)
EipDirectConnection
- Whether "direct access" is enabled for the EIP. TRUE: yes. FALSE: no. Note that this parameter is available only to users who have activated the EIP direct access feature.Copyright © 2024. All rights reserved.