@Generated(value="software.amazon.awssdk:codegen") public final class AudioLanguageSelection extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AudioLanguageSelection.Builder,AudioLanguageSelection>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AudioLanguageSelection.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AudioLanguageSelection.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
languageCode()
Selects a specific three-letter language code from within an audio source.
|
AudioLanguageSelectionPolicy |
languageSelectionPolicy()
When set to "strict", the transport stream demux strictly identifies audio streams by their language descriptor.
|
String |
languageSelectionPolicyAsString()
When set to "strict", the transport stream demux strictly identifies audio streams by their language descriptor.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AudioLanguageSelection.Builder> |
serializableBuilderClass() |
AudioLanguageSelection.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String languageCode()
public final AudioLanguageSelectionPolicy languageSelectionPolicy()
If the service returns an enum value that is not available in the current SDK version,
languageSelectionPolicy will return AudioLanguageSelectionPolicy.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from languageSelectionPolicyAsString().
AudioLanguageSelectionPolicypublic final String languageSelectionPolicyAsString()
If the service returns an enum value that is not available in the current SDK version,
languageSelectionPolicy will return AudioLanguageSelectionPolicy.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from languageSelectionPolicyAsString().
AudioLanguageSelectionPolicypublic AudioLanguageSelection.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AudioLanguageSelection.Builder,AudioLanguageSelection>public static AudioLanguageSelection.Builder builder()
public static Class<? extends AudioLanguageSelection.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.