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 List of EIP IDs, such as “eip-xxxx”. | 
| String | getEndTime()Get (Disused) The end time of the monthly bandwidth subscription | 
| Long | getInternetMaxBandwidthOut()Get Target bandwidth value adjustment | 
| String | getStartTime()Get (Disused) The start time of the monthly bandwidth subscription | 
| void | setAddressIds(String[] AddressIds)Set List of EIP IDs, such as “eip-xxxx”. | 
| void | setEndTime(String EndTime)Set (Disused) The end time of the monthly bandwidth subscription | 
| void | setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)Set Target bandwidth value adjustment | 
| void | setStartTime(String StartTime)Set (Disused) The start time of the monthly bandwidth subscription | 
| 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 ModifyAddressesBandwidthRequest()
public ModifyAddressesBandwidthRequest(ModifyAddressesBandwidthRequest source)
public String[] getAddressIds()
public void setAddressIds(String[] AddressIds)
AddressIds - List of EIP IDs, such as “eip-xxxx”.public Long getInternetMaxBandwidthOut()
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
InternetMaxBandwidthOut - Target bandwidth value adjustmentpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime - (Disused) The start time of the monthly bandwidth subscriptionpublic String getEndTime()
public void setEndTime(String EndTime)
EndTime - (Disused) The end time of the monthly bandwidth subscriptionCopyright © 2022. All rights reserved.