@Generated(value="software.amazon.awssdk:codegen") public class AudioLanguageSelection extends Object implements StructuredPojo, 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) |
<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.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends AudioLanguageSelection.Builder> |
serializableBuilderClass() |
AudioLanguageSelection.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String languageCode()
public 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 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<AudioLanguageSelection.Builder,AudioLanguageSelection>public static AudioLanguageSelection.Builder builder()
public static Class<? extends AudioLanguageSelection.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.