public class ListTargetsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
arn
The Alibaba Cloud Resource Name (ARN) of the event rule.
|
String |
eventBusName
The name of the event bus.
|
Integer |
limit
The maximum number of returned entries in a call.
|
String |
nextToken
If you configure Limit and excess return values exist, this parameter is returned.
|
String |
ruleName
The name of the event rule.
|
| 构造器和说明 |
|---|
ListTargetsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListTargetsRequest |
build(Map<String,?> map) |
String |
getArn() |
String |
getEventBusName() |
Integer |
getLimit() |
String |
getNextToken() |
String |
getRuleName() |
ListTargetsRequest |
setArn(String arn) |
ListTargetsRequest |
setEventBusName(String eventBusName) |
ListTargetsRequest |
setLimit(Integer limit) |
ListTargetsRequest |
setNextToken(String nextToken) |
ListTargetsRequest |
setRuleName(String ruleName) |
@NameInMap(value="Arn") public String arn
The Alibaba Cloud Resource Name (ARN) of the event rule.
example:acs:fc:cn-hangzhou:118609547428****:services/fc-connector.a1/functions/event
@NameInMap(value="EventBusName") public String eventBusName
The name of the event bus.
example:my-event-bus
@NameInMap(value="Limit") public Integer limit
The maximum number of returned entries in a call.
example:10
@NameInMap(value="NextToken") public String nextToken
If you configure Limit and excess return values exist, this parameter is returned.
example:0
@NameInMap(value="RuleName") public String ruleName
The name of the event rule.
example:tf-testacc-rule
public static ListTargetsRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListTargetsRequest setArn(String arn)
public String getArn()
public ListTargetsRequest setEventBusName(String eventBusName)
public String getEventBusName()
public ListTargetsRequest setLimit(Integer limit)
public Integer getLimit()
public ListTargetsRequest setNextToken(String nextToken)
public String getNextToken()
public ListTargetsRequest setRuleName(String ruleName)
public String getRuleName()
Copyright © 2026. All rights reserved.