public class RemoveBandwidthPackageResourcesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
RemoveBandwidthPackageResourcesRequest() |
RemoveBandwidthPackageResourcesRequest(RemoveBandwidthPackageResourcesRequest 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 |
getBandwidthPackageId()
Get The unique ID of the bandwidth package, such as `bwp-xxxx`.
|
String[] |
getResourceIds()
Get The resource IP, such as `eip-xxxx` and `lb-xxxx`.
|
String |
getResourceType()
Get The resource type.
|
void |
setBandwidthPackageId(String BandwidthPackageId)
Set The unique ID of the bandwidth package, such as `bwp-xxxx`.
|
void |
setResourceIds(String[] ResourceIds)
Set The resource IP, such as `eip-xxxx` and `lb-xxxx`.
|
void |
setResourceType(String ResourceType)
Set The resource type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RemoveBandwidthPackageResourcesRequest()
public RemoveBandwidthPackageResourcesRequest(RemoveBandwidthPackageResourcesRequest source)
public String getBandwidthPackageId()
public void setBandwidthPackageId(String BandwidthPackageId)
BandwidthPackageId
- The unique ID of the bandwidth package, such as `bwp-xxxx`.public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType
- The resource type. Valid values: `Address` and `LoadBalance`.public String[] getResourceIds()
public void setResourceIds(String[] ResourceIds)
ResourceIds
- The resource IP, such as `eip-xxxx` and `lb-xxxx`.Copyright © 2024. All rights reserved.