public class ModifyMediaConnectFlowRequest extends AbstractModel
Constructor and Description |
---|
ModifyMediaConnectFlowRequest() |
ModifyMediaConnectFlowRequest(ModifyMediaConnectFlowRequest 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 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 ModifyMediaConnectFlowRequest()
public ModifyMediaConnectFlowRequest(ModifyMediaConnectFlowRequest source)
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.