@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StreamSelection extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
StreamSelection() |
| Modifier and Type | Method and Description |
|---|---|
StreamSelection |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxVideoBitsPerSecond()
The maximum video bitrate (bps) to include in output.
|
Integer |
getMinVideoBitsPerSecond()
The minimum video bitrate (bps) to include in output.
|
String |
getStreamOrder()
A directive that determines the order of streams in the output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMaxVideoBitsPerSecond(Integer maxVideoBitsPerSecond)
The maximum video bitrate (bps) to include in output.
|
void |
setMinVideoBitsPerSecond(Integer minVideoBitsPerSecond)
The minimum video bitrate (bps) to include in output.
|
void |
setStreamOrder(String streamOrder)
A directive that determines the order of streams in the output.
|
String |
toString()
Returns a string representation of this object.
|
StreamSelection |
withMaxVideoBitsPerSecond(Integer maxVideoBitsPerSecond)
The maximum video bitrate (bps) to include in output.
|
StreamSelection |
withMinVideoBitsPerSecond(Integer minVideoBitsPerSecond)
The minimum video bitrate (bps) to include in output.
|
StreamSelection |
withStreamOrder(StreamOrder streamOrder)
A directive that determines the order of streams in the output.
|
StreamSelection |
withStreamOrder(String streamOrder)
A directive that determines the order of streams in the output.
|
public void setMaxVideoBitsPerSecond(Integer maxVideoBitsPerSecond)
maxVideoBitsPerSecond - The maximum video bitrate (bps) to include in output.public Integer getMaxVideoBitsPerSecond()
public StreamSelection withMaxVideoBitsPerSecond(Integer maxVideoBitsPerSecond)
maxVideoBitsPerSecond - The maximum video bitrate (bps) to include in output.public void setMinVideoBitsPerSecond(Integer minVideoBitsPerSecond)
minVideoBitsPerSecond - The minimum video bitrate (bps) to include in output.public Integer getMinVideoBitsPerSecond()
public StreamSelection withMinVideoBitsPerSecond(Integer minVideoBitsPerSecond)
minVideoBitsPerSecond - The minimum video bitrate (bps) to include in output.public void setStreamOrder(String streamOrder)
streamOrder - A directive that determines the order of streams in the output.StreamOrderpublic String getStreamOrder()
StreamOrderpublic StreamSelection withStreamOrder(String streamOrder)
streamOrder - A directive that determines the order of streams in the output.StreamOrderpublic StreamSelection withStreamOrder(StreamOrder streamOrder)
streamOrder - A directive that determines the order of streams in the output.StreamOrderpublic String toString()
toString in class ObjectObject.toString()public StreamSelection clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.