@Generated(value="software.amazon.awssdk:codegen") public final class HlsCaptionLanguageMapping extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HlsCaptionLanguageMapping.Builder,HlsCaptionLanguageMapping>
Modifier and Type | Class and Description |
---|---|
static interface |
HlsCaptionLanguageMapping.Builder |
Modifier and Type | Method and Description |
---|---|
static HlsCaptionLanguageMapping.Builder |
builder() |
Integer |
captionChannel()
Caption channel.
|
String |
customLanguageCode()
Specify the language for this captions channel, using the ISO 639-2 or ISO 639-3 three-letter language code
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LanguageCode |
languageCode()
Specify the language, using the ISO 639-2 three-letter code listed at
https://www.loc.gov/standards/iso639-2/php/code_list.php.
|
String |
languageCodeAsString()
Specify the language, using the ISO 639-2 three-letter code listed at
https://www.loc.gov/standards/iso639-2/php/code_list.php.
|
String |
languageDescription()
Caption language description.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HlsCaptionLanguageMapping.Builder> |
serializableBuilderClass() |
HlsCaptionLanguageMapping.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Integer captionChannel()
public final String customLanguageCode()
public final LanguageCode languageCode()
If the service returns an enum value that is not available in the current SDK version, languageCode
will
return LanguageCode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
languageCodeAsString()
.
LanguageCode
public final String languageCodeAsString()
If the service returns an enum value that is not available in the current SDK version, languageCode
will
return LanguageCode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
languageCodeAsString()
.
LanguageCode
public final String languageDescription()
public HlsCaptionLanguageMapping.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<HlsCaptionLanguageMapping.Builder,HlsCaptionLanguageMapping>
public static HlsCaptionLanguageMapping.Builder builder()
public static Class<? extends HlsCaptionLanguageMapping.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.