public class BandwidthPackageRemoveAcceleratorRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
acceleratorId
The ID of the GA instance.
|
String |
bandwidthPackageId
The ID of the bandwidth plan.
|
String |
regionId
The ID of the region where the GA instance is deployed.
|
构造器和说明 |
---|
BandwidthPackageRemoveAcceleratorRequest() |
限定符和类型 | 方法和说明 |
---|---|
static BandwidthPackageRemoveAcceleratorRequest |
build(Map<String,?> map) |
String |
getAcceleratorId() |
String |
getBandwidthPackageId() |
String |
getRegionId() |
BandwidthPackageRemoveAcceleratorRequest |
setAcceleratorId(String acceleratorId) |
BandwidthPackageRemoveAcceleratorRequest |
setBandwidthPackageId(String bandwidthPackageId) |
BandwidthPackageRemoveAcceleratorRequest |
setRegionId(String regionId) |
@NameInMap(value="AcceleratorId") public String acceleratorId
The ID of the GA instance.
@NameInMap(value="BandwidthPackageId") public String bandwidthPackageId
The ID of the bandwidth plan.
@NameInMap(value="RegionId") public String regionId
The ID of the region where the GA instance is deployed. Set the value to **cn-hangzhou**.
public static BandwidthPackageRemoveAcceleratorRequest build(Map<String,?> map) throws Exception
Exception
public BandwidthPackageRemoveAcceleratorRequest setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public BandwidthPackageRemoveAcceleratorRequest setBandwidthPackageId(String bandwidthPackageId)
public String getBandwidthPackageId()
public BandwidthPackageRemoveAcceleratorRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2024. All rights reserved.