public class ModifyMediaLiveInputRequest extends AbstractModel
Constructor and Description |
---|
ModifyMediaLiveInputRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Get Media input ID.
|
InputSettingInfo[] |
getInputSettings()
Get Input settings information.
|
String |
getName()
Get Media input name, which can contain 1-32 letters, digits, and underscores and must be unique at the region level.
|
String[] |
getSecurityGroupIds()
Get List of IDs of bound security groups.
|
void |
setId(String Id)
Set Media input ID.
|
void |
setInputSettings(InputSettingInfo[] InputSettings)
Set Input settings information.
|
void |
setName(String Name)
Set Media input name, which can contain 1-32 letters, digits, and underscores and must be unique at the region level.
|
void |
setSecurityGroupIds(String[] SecurityGroupIds)
Set List of IDs of bound security groups.
|
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 getId()
public void setId(String Id)
Id
- Media input ID.public String getName()
public void setName(String Name)
Name
- Media input name, which can contain 1-32 letters, digits, and underscores and must be unique at the region level.public String[] getSecurityGroupIds()
public void setSecurityGroupIds(String[] SecurityGroupIds)
SecurityGroupIds
- List of IDs of bound security groups.public InputSettingInfo[] getInputSettings()
public void setInputSettings(InputSettingInfo[] InputSettings)
InputSettings
- Input settings information.
One or two sets of settings need to be configured for RTMP_PUSH/RTMP_PULL/HLS_PULL/MP4_PULL.
This parameter can be left empty for RTP_PUSH and UDP_PUSH.
Note: if it is left empty or the array is empty, the original `InputSettings` value will be used.Copyright © 2020. All rights reserved.