public class DeleteUsagePlanRequest extends AbstractModel
| Constructor and Description | 
|---|
DeleteUsagePlanRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getUsagePlanId()
Get Unique ID of the usage plan to be deleted. 
 | 
void | 
setUsagePlanId(String UsagePlanId)
Set Unique ID of the usage plan to be deleted. 
 | 
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 String getUsagePlanId()
public void setUsagePlanId(String UsagePlanId)
UsagePlanId - Unique ID of the usage plan to be deleted.Copyright © 2020. All rights reserved.