public class GetEventStreamingRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
eventStreamingName
The name of the event stream whose details you want to query.
|
| 构造器和说明 |
|---|
GetEventStreamingRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetEventStreamingRequest |
build(Map<String,?> map) |
String |
getEventStreamingName() |
GetEventStreamingRequest |
setEventStreamingName(String eventStreamingName) |
@NameInMap(value="EventStreamingName") public String eventStreamingName
The name of the event stream whose details you want to query.
This parameter is required.
example:myeventstreaming
public static GetEventStreamingRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetEventStreamingRequest setEventStreamingName(String eventStreamingName)
public String getEventStreamingName()
Copyright © 2026. All rights reserved.