@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.StreamOrder
public String getStreamOrder()
StreamOrder
public StreamSelection withStreamOrder(String streamOrder)
streamOrder
- A directive that determines the order of streams in the output.StreamOrder
public StreamSelection withStreamOrder(StreamOrder streamOrder)
streamOrder
- A directive that determines the order of streams in the output.StreamOrder
public String toString()
toString
in class Object
Object.toString()
public StreamSelection clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.