public static class PutEventRuleTargetsRequest.PutEventRuleTargetsRequestFcParameters
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
functionName
The name of the function.
|
String |
id
The ID of the recipient that receives alert notifications.
|
String |
region
The region where Function Compute is deployed.
|
String |
serviceName
The name of the Function Compute service.
|
| 构造器和说明 |
|---|
PutEventRuleTargetsRequestFcParameters() |
@NameInMap(value="FunctionName") public String functionName
The name of the function. Valid values of N: 1 to 5.
@NameInMap(value="Id") public String id
The ID of the recipient that receives alert notifications. Valid values of N: 1 to 5.
@NameInMap(value="Region") public String region
The region where Function Compute is deployed. Valid values of N: 1 to 5.
@NameInMap(value="ServiceName") public String serviceName
The name of the Function Compute service. Valid values of N: 1 to 5.
public static PutEventRuleTargetsRequest.PutEventRuleTargetsRequestFcParameters build(Map<String,?> map) throws Exception
Exceptionpublic PutEventRuleTargetsRequest.PutEventRuleTargetsRequestFcParameters setFunctionName(String functionName)
public String getFunctionName()
public PutEventRuleTargetsRequest.PutEventRuleTargetsRequestFcParameters setId(String id)
public String getId()
public PutEventRuleTargetsRequest.PutEventRuleTargetsRequestFcParameters setRegion(String region)
public String getRegion()
public PutEventRuleTargetsRequest.PutEventRuleTargetsRequestFcParameters setServiceName(String serviceName)
public String getServiceName()
Copyright © 2024. All rights reserved.