Class HlsCaptionLanguageMapping
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.HlsCaptionLanguageMapping
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HlsCaptionLanguageMapping.Builder,HlsCaptionLanguageMapping>
@Generated("software.amazon.awssdk:codegen") public final class HlsCaptionLanguageMapping extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HlsCaptionLanguageMapping.Builder,HlsCaptionLanguageMapping>
Caption Language Mapping- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHlsCaptionLanguageMapping.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HlsCaptionLanguageMapping.Builderbuilder()IntegercaptionChannel()Caption channel.StringcustomLanguageCode()Specify the language for this captions channel, using the ISO 639-2 or ISO 639-3 three-letter language codebooleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LanguageCodelanguageCode()Specify the language, using the ISO 639-2 three-letter code listed at https://www.loc.gov/standards/iso639-2/php/code_list.php.StringlanguageCodeAsString()Specify the language, using the ISO 639-2 three-letter code listed at https://www.loc.gov/standards/iso639-2/php/code_list.php.StringlanguageDescription()Caption language description.List<SdkField<?>>sdkFields()static Class<? extends HlsCaptionLanguageMapping.Builder>serializableBuilderClass()HlsCaptionLanguageMapping.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
captionChannel
public final Integer captionChannel()
Caption channel.- Returns:
- Caption channel.
-
customLanguageCode
public final String customLanguageCode()
Specify the language for this captions channel, using the ISO 639-2 or ISO 639-3 three-letter language code- Returns:
- Specify the language for this captions channel, using the ISO 639-2 or ISO 639-3 three-letter language code
-
languageCode
public final 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.If the service returns an enum value that is not available in the current SDK version,
languageCodewill returnLanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlanguageCodeAsString().- Returns:
- Specify the language, using the ISO 639-2 three-letter code listed at https://www.loc.gov/standards/iso639-2/php/code_list.php.
- See Also:
LanguageCode
-
languageCodeAsString
public final 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.If the service returns an enum value that is not available in the current SDK version,
languageCodewill returnLanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlanguageCodeAsString().- Returns:
- Specify the language, using the ISO 639-2 three-letter code listed at https://www.loc.gov/standards/iso639-2/php/code_list.php.
- See Also:
LanguageCode
-
languageDescription
public final String languageDescription()
Caption language description.- Returns:
- Caption language description.
-
toBuilder
public HlsCaptionLanguageMapping.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HlsCaptionLanguageMapping.Builder,HlsCaptionLanguageMapping>
-
builder
public static HlsCaptionLanguageMapping.Builder builder()
-
serializableBuilderClass
public static Class<? extends HlsCaptionLanguageMapping.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-