@Generated(value="software.amazon.awssdk:codegen") public class StreamSelection extends Object implements StructuredPojo, ToCopyableBuilder<StreamSelection.Builder,StreamSelection>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StreamSelection.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StreamSelection.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
Integer |
maxVideoBitsPerSecond()
The maximum video bitrate (bps) to include in output.
|
Integer |
minVideoBitsPerSecond()
The minimum video bitrate (bps) to include in output.
|
static Class<? extends StreamSelection.Builder> |
serializableBuilderClass() |
StreamOrder |
streamOrder()
A directive that determines the order of streams in the output.
|
String |
streamOrderAsString()
A directive that determines the order of streams in the output.
|
StreamSelection.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic Integer maxVideoBitsPerSecond()
public Integer minVideoBitsPerSecond()
public StreamOrder streamOrder()
If the service returns an enum value that is not available in the current SDK version, streamOrder will
return StreamOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
streamOrderAsString().
StreamOrderpublic String streamOrderAsString()
If the service returns an enum value that is not available in the current SDK version, streamOrder will
return StreamOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
streamOrderAsString().
StreamOrderpublic StreamSelection.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<StreamSelection.Builder,StreamSelection>public static StreamSelection.Builder builder()
public static Class<? extends StreamSelection.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.