public class DescribeStreamLinkFlowRealtimeStatusRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeStreamLinkFlowRealtimeStatusRequest() | 
| DescribeStreamLinkFlowRealtimeStatusRequest(DescribeStreamLinkFlowRealtimeStatusRequest 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 | getFlowId()Get The flow ID. | 
| String[] | getInputIds()Get The IDs of the inputs to query. | 
| String[] | getOutputIds()Get The IDs of the outputs to query. | 
| void | setFlowId(String FlowId)Set The flow ID. | 
| void | setInputIds(String[] InputIds)Set The IDs of the inputs to query. | 
| void | setOutputIds(String[] OutputIds)Set The IDs of the outputs to query. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DescribeStreamLinkFlowRealtimeStatusRequest()
public DescribeStreamLinkFlowRealtimeStatusRequest(DescribeStreamLinkFlowRealtimeStatusRequest source)
public String getFlowId()
public void setFlowId(String FlowId)
FlowId - The flow ID.public String[] getInputIds()
public void setInputIds(String[] InputIds)
InputIds - The IDs of the inputs to query. If this parameter and `OutputIds` are both empty, all inputs and outputs are queried.public String[] getOutputIds()
public void setOutputIds(String[] OutputIds)
OutputIds - The IDs of the outputs to query. If this parameter and `OutputIds` are both empty, all inputs and outputs are queried.Copyright © 2023. All rights reserved.