@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputDeviceConfigurableSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
InputDeviceConfigurableSettings() |
Modifier and Type | Method and Description |
---|---|
InputDeviceConfigurableSettings |
clone() |
boolean |
equals(Object obj) |
String |
getConfiguredInput()
The input source that you want to use.
|
Integer |
getMaxBitrate()
The maximum bitrate in bits per second.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConfiguredInput(String configuredInput)
The input source that you want to use.
|
void |
setMaxBitrate(Integer maxBitrate)
The maximum bitrate in bits per second.
|
String |
toString()
Returns a string representation of this object.
|
InputDeviceConfigurableSettings |
withConfiguredInput(InputDeviceConfiguredInput configuredInput)
The input source that you want to use.
|
InputDeviceConfigurableSettings |
withConfiguredInput(String configuredInput)
The input source that you want to use.
|
InputDeviceConfigurableSettings |
withMaxBitrate(Integer maxBitrate)
The maximum bitrate in bits per second.
|
public void setConfiguredInput(String configuredInput)
configuredInput
- The input source that you want to use. If the device has a source connected to only one of its input
ports, or if you don't care which source the device sends, specify Auto. If the device has sources
connected to both its input ports, and you want to use a specific source, specify the source.InputDeviceConfiguredInput
public String getConfiguredInput()
InputDeviceConfiguredInput
public InputDeviceConfigurableSettings withConfiguredInput(String configuredInput)
configuredInput
- The input source that you want to use. If the device has a source connected to only one of its input
ports, or if you don't care which source the device sends, specify Auto. If the device has sources
connected to both its input ports, and you want to use a specific source, specify the source.InputDeviceConfiguredInput
public InputDeviceConfigurableSettings withConfiguredInput(InputDeviceConfiguredInput configuredInput)
configuredInput
- The input source that you want to use. If the device has a source connected to only one of its input
ports, or if you don't care which source the device sends, specify Auto. If the device has sources
connected to both its input ports, and you want to use a specific source, specify the source.InputDeviceConfiguredInput
public void setMaxBitrate(Integer maxBitrate)
maxBitrate
- The maximum bitrate in bits per second. Set a value here to throttle the bitrate of the source video.public Integer getMaxBitrate()
public InputDeviceConfigurableSettings withMaxBitrate(Integer maxBitrate)
maxBitrate
- The maximum bitrate in bits per second. Set a value here to throttle the bitrate of the source video.public String toString()
toString
in class Object
Object.toString()
public InputDeviceConfigurableSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.