public class ModifyMediaConnectFlowRequest extends AbstractModel
Constructor and Description |
---|
ModifyMediaConnectFlowRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getFlowId()
Get Flow ID.
|
String |
getFlowName()
Get Name of the flow to be modified.
|
void |
setFlowId(String FlowId)
Set Flow ID.
|
void |
setFlowName(String FlowName)
Set Name of the flow 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 String getFlowName()
public void setFlowName(String FlowName)
FlowName
- Name of the flow to be modified.Copyright © 2021. All rights reserved.