public class DeleteCommonBandwidthPackageRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
bandwidthPackageId
The ID of the Internet Shared Bandwidth instance.
|
String |
force
Specifies whether to forcefully delete the Internet Shared Bandwidth instance.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The ID of the region where the Internet Shared Bandwidth instance is created.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DeleteCommonBandwidthPackageRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteCommonBandwidthPackageRequest |
build(Map<String,?> map) |
String |
getBandwidthPackageId() |
String |
getForce() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DeleteCommonBandwidthPackageRequest |
setBandwidthPackageId(String bandwidthPackageId) |
DeleteCommonBandwidthPackageRequest |
setForce(String force) |
DeleteCommonBandwidthPackageRequest |
setOwnerAccount(String ownerAccount) |
DeleteCommonBandwidthPackageRequest |
setOwnerId(Long ownerId) |
DeleteCommonBandwidthPackageRequest |
setRegionId(String regionId) |
DeleteCommonBandwidthPackageRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteCommonBandwidthPackageRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="BandwidthPackageId") public String bandwidthPackageId
The ID of the Internet Shared Bandwidth instance.
This parameter is required.
example:cbwp-2ze2ic1xd2qeqk145pn4u
@NameInMap(value="Force") public String force
Specifies whether to forcefully delete the Internet Shared Bandwidth instance. Valid values:
false
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The ID of the region where the Internet Shared Bandwidth instance is created.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static DeleteCommonBandwidthPackageRequest build(Map<String,?> map) throws Exception
Exception
public DeleteCommonBandwidthPackageRequest setBandwidthPackageId(String bandwidthPackageId)
public String getBandwidthPackageId()
public DeleteCommonBandwidthPackageRequest setForce(String force)
public String getForce()
public DeleteCommonBandwidthPackageRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeleteCommonBandwidthPackageRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteCommonBandwidthPackageRequest setRegionId(String regionId)
public String getRegionId()
public DeleteCommonBandwidthPackageRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteCommonBandwidthPackageRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.