public class ModifyAddressesBandwidthRequest extends AbstractModel
header, skipSign| 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 EIP唯一标识ID,形如'eip-xxxxxxx' | 
| String | getEcmRegion()Get ECM 地域 | 
| Long | getInternetMaxBandwidthOut()Get 调整带宽目标值 | 
| void | setAddressIds(String[] AddressIds)Set EIP唯一标识ID,形如'eip-xxxxxxx' | 
| void | setEcmRegion(String EcmRegion)Set ECM 地域 | 
| void | setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)Set 调整带宽目标值 | 
| 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 ModifyAddressesBandwidthRequest()
public ModifyAddressesBandwidthRequest(ModifyAddressesBandwidthRequest source)
public String getEcmRegion()
public void setEcmRegion(String EcmRegion)
EcmRegion - ECM 地域public String[] getAddressIds()
public void setAddressIds(String[] AddressIds)
AddressIds - EIP唯一标识ID,形如'eip-xxxxxxx'public Long getInternetMaxBandwidthOut()
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
InternetMaxBandwidthOut - 调整带宽目标值Copyright © 2025. All rights reserved.