@Generated(value="software.amazon.awssdk:codegen") public final class StreamSelection extends Object implements SdkPojo, Serializable, 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxVideoBitsPerSecond()
The maximum video bitrate (bps) to include in output.
|
Integer |
minVideoBitsPerSecond()
The minimum video bitrate (bps) to include in output.
|
List<SdkField<?>> |
sdkFields() |
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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxVideoBitsPerSecond()
public final Integer minVideoBitsPerSecond()
public final 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 final 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()
toBuilder in interface ToCopyableBuilder<StreamSelection.Builder,StreamSelection>public static StreamSelection.Builder builder()
public static Class<? extends StreamSelection.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.