public class UpdateFunctionEventInvokeConfigRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateFunctionEventInvokeConfigRequest() | 
| UpdateFunctionEventInvokeConfigRequest(UpdateFunctionEventInvokeConfigRequest 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 | 
|---|---|
| AsyncTriggerConfig | getAsyncTriggerConfig()Get 异步重试配置信息 | 
| String | getFunctionName()Get 函数名称 | 
| String | getNamespace()Get 函数所属命名空间,默认为default | 
| void | setAsyncTriggerConfig(AsyncTriggerConfig AsyncTriggerConfig)Set 异步重试配置信息 | 
| void | setFunctionName(String FunctionName)Set 函数名称 | 
| void | setNamespace(String Namespace)Set 函数所属命名空间,默认为default | 
| 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 UpdateFunctionEventInvokeConfigRequest()
public UpdateFunctionEventInvokeConfigRequest(UpdateFunctionEventInvokeConfigRequest source)
public AsyncTriggerConfig getAsyncTriggerConfig()
public void setAsyncTriggerConfig(AsyncTriggerConfig AsyncTriggerConfig)
AsyncTriggerConfig - 异步重试配置信息public String getFunctionName()
public void setFunctionName(String FunctionName)
FunctionName - 函数名称public String getNamespace()
public void setNamespace(String Namespace)
Namespace - 函数所属命名空间,默认为defaultCopyright © 2025. All rights reserved.