public class DeleteTriggerRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DeleteTriggerRequest()  | 
DeleteTriggerRequest(DeleteTriggerRequest 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 | 
getFunctionName()
Get Function name 
 | 
String | 
getNamespace()
Get Function namespace 
 | 
String | 
getQualifier()
Get Function version. 
 | 
String | 
getTriggerDesc()
Get This field is required if a COS trigger is to be deleted. 
 | 
String | 
getTriggerName()
Get Name of the trigger to be deleted 
 | 
String | 
getType()
Get Type of the trigger to be deleted. 
 | 
void | 
setFunctionName(String FunctionName)
Set Function name 
 | 
void | 
setNamespace(String Namespace)
Set Function namespace 
 | 
void | 
setQualifier(String Qualifier)
Set Function version. 
 | 
void | 
setTriggerDesc(String TriggerDesc)
Set This field is required if a COS trigger is to be deleted. 
 | 
void | 
setTriggerName(String TriggerName)
Set Name of the trigger to be deleted 
 | 
void | 
setType(String Type)
Set Type of the trigger to be deleted. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeleteTriggerRequest()
public DeleteTriggerRequest(DeleteTriggerRequest source)
public String getFunctionName()
public void setFunctionName(String FunctionName)
FunctionName - Function namepublic String getTriggerName()
public void setTriggerName(String TriggerName)
TriggerName - Name of the trigger to be deletedpublic String getType()
public void setType(String Type)
Type - Type of the trigger to be deleted. Currently, COS, CMQ, timer, and ckafka triggers are supported.public String getNamespace()
public void setNamespace(String Namespace)
Namespace - Function namespacepublic String getTriggerDesc()
public void setTriggerDesc(String TriggerDesc)
TriggerDesc - This field is required if a COS trigger is to be deleted. It stores the data {"event":"cos:ObjectCreated:*"} in the JSON format. The data content of this field is in the same format as that of SetTrigger. This field is optional if a scheduled trigger or CMQ trigger is to be deleted.public String getQualifier()
public void setQualifier(String Qualifier)
Qualifier - Function version. It defaults to `$LATEST`. It’s recommended to use `[$DEFAULT](https://intl.cloud.tencent.com/document/product/583/36149?from_cn_redirect=1#.E9.BB.98.E8.AE.A4.E5.88.AB.E5.90.8D)` for canary release.Copyright © 2025. All rights reserved.