public class DescribeInput extends AbstractModel
Constructor and Description |
---|
DescribeInput() |
DescribeInput(DescribeInput 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[] |
getAllowIpList()
Get Input IP allowlist.
|
String |
getDescription()
Get Input description.
|
String |
getFailOver()
Get Input failover
Note: this field may return `null`, indicating that no valid value was found.
|
InputAddress[] |
getInputAddressList()
Get Input address list.
|
String |
getInputId()
Get Input ID.
|
String |
getInputName()
Get Input name.
|
String |
getInputRegion()
Get Input region.
|
String |
getProtocol()
Get Input protocol.
|
DescribeInputRTMPSettings |
getRTMPSettings()
Get RTMP configuration information of an input
|
DescribeInputRTPSettings |
getRTPSettings()
Get RTP configuration information of input.
|
DescribeInputSRTSettings |
getSRTSettings()
Get SRT configuration information of input.
|
void |
setAllowIpList(String[] AllowIpList)
Set Input IP allowlist.
|
void |
setDescription(String Description)
Set Input description.
|
void |
setFailOver(String FailOver)
Set Input failover
Note: this field may return `null`, indicating that no valid value was found.
|
void |
setInputAddressList(InputAddress[] InputAddressList)
Set Input address list.
|
void |
setInputId(String InputId)
Set Input ID.
|
void |
setInputName(String InputName)
Set Input name.
|
void |
setInputRegion(String InputRegion)
Set Input region.
|
void |
setProtocol(String Protocol)
Set Input protocol.
|
void |
setRTMPSettings(DescribeInputRTMPSettings RTMPSettings)
Set RTMP configuration information of an input
|
void |
setRTPSettings(DescribeInputRTPSettings RTPSettings)
Set RTP configuration information of input.
|
void |
setSRTSettings(DescribeInputSRTSettings SRTSettings)
Set SRT configuration information of input.
|
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 DescribeInput()
public DescribeInput(DescribeInput source)
public String getInputId()
public void setInputId(String InputId)
InputId
- Input ID.public String getInputName()
public void setInputName(String InputName)
InputName
- Input name.public String getDescription()
public void setDescription(String Description)
Description
- Input description.
Note: this field may return null, indicating that no valid values can be obtained.public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- Input protocol.public InputAddress[] getInputAddressList()
public void setInputAddressList(InputAddress[] InputAddressList)
InputAddressList
- Input address list.public String[] getAllowIpList()
public void setAllowIpList(String[] AllowIpList)
AllowIpList
- Input IP allowlist.public DescribeInputSRTSettings getSRTSettings()
public void setSRTSettings(DescribeInputSRTSettings SRTSettings)
SRTSettings
- SRT configuration information of input.
Note: this field may return null, indicating that no valid values can be obtained.public DescribeInputRTPSettings getRTPSettings()
public void setRTPSettings(DescribeInputRTPSettings RTPSettings)
RTPSettings
- RTP configuration information of input.
Note: this field may return null, indicating that no valid values can be obtained.public String getInputRegion()
public void setInputRegion(String InputRegion)
InputRegion
- Input region.public DescribeInputRTMPSettings getRTMPSettings()
public void setRTMPSettings(DescribeInputRTMPSettings RTMPSettings)
RTMPSettings
- RTMP configuration information of an inputpublic String getFailOver()
public void setFailOver(String FailOver)
FailOver
- Input failover
Note: this field may return `null`, indicating that no valid value was found.Copyright © 2023. All rights reserved.