public class CreateMediaConnectFlowRequest extends AbstractModel
Constructor and Description |
---|
CreateMediaConnectFlowRequest() |
CreateMediaConnectFlowRequest(CreateMediaConnectFlowRequest 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 |
getFlowName()
Get Flow name.
|
CreateInput[] |
getInputGroup()
Get Flow input group.
|
Long |
getMaxBandwidth()
Get Maximum bandwidth in bps.
|
void |
setFlowName(String FlowName)
Set Flow name.
|
void |
setInputGroup(CreateInput[] InputGroup)
Set Flow input group.
|
void |
setMaxBandwidth(Long MaxBandwidth)
Set Maximum bandwidth in bps.
|
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 CreateMediaConnectFlowRequest()
public CreateMediaConnectFlowRequest(CreateMediaConnectFlowRequest source)
public String getFlowName()
public void setFlowName(String FlowName)
FlowName
- Flow name.public Long getMaxBandwidth()
public void setMaxBandwidth(Long MaxBandwidth)
MaxBandwidth
- Maximum bandwidth in bps. Valid values: 10000000, 20000000, 50000000.public CreateInput[] getInputGroup()
public void setInputGroup(CreateInput[] InputGroup)
InputGroup
- Flow input group.Copyright © 2021. All rights reserved.