public class ModifyMediaConnectOutputRequest extends AbstractModel
Constructor and Description |
---|
ModifyMediaConnectOutputRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getFlowId()
Get Flow ID.
|
ModifyOutput |
getOutput()
Get Configuration of the output to be modified.
|
void |
setFlowId(String FlowId)
Set Flow ID.
|
void |
setOutput(ModifyOutput Output)
Set Configuration of the output to be modified.
|
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, toJsonString
public String getFlowId()
public void setFlowId(String FlowId)
FlowId
- Flow ID.public ModifyOutput getOutput()
public void setOutput(ModifyOutput Output)
Output
- Configuration of the output to be modified.Copyright © 2021. All rights reserved.