public class ModifyAddressesBandwidthRequest extends AbstractModel
Constructor and Description |
---|
ModifyAddressesBandwidthRequest() |
ModifyAddressesBandwidthRequest(ModifyAddressesBandwidthRequest 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[] |
getAddressIds()
Get Unique EIP ID, such as `eip-xxxxxxx`
|
String |
getEcmRegion()
Get ECM region
|
Long |
getInternetMaxBandwidthOut()
Get Target bandwidth value
|
void |
setAddressIds(String[] AddressIds)
Set Unique EIP ID, such as `eip-xxxxxxx`
|
void |
setEcmRegion(String EcmRegion)
Set ECM region
|
void |
setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
Set Target bandwidth value
|
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, toJsonString
public ModifyAddressesBandwidthRequest()
public ModifyAddressesBandwidthRequest(ModifyAddressesBandwidthRequest source)
public String getEcmRegion()
public void setEcmRegion(String EcmRegion)
EcmRegion
- ECM regionpublic String[] getAddressIds()
public void setAddressIds(String[] AddressIds)
AddressIds
- Unique EIP ID, such as `eip-xxxxxxx`public Long getInternetMaxBandwidthOut()
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
InternetMaxBandwidthOut
- Target bandwidth valueCopyright © 2023. All rights reserved.