Class CaptionSelector
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.CaptionSelector
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CaptionSelector.Builder,CaptionSelector>
@Generated("software.amazon.awssdk:codegen") public final class CaptionSelector extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CaptionSelector.Builder,CaptionSelector>
Caption Selector- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCaptionSelector.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CaptionSelector.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlanguageCode()When specified this field indicates the three letter language code of the caption track to extract from the source.Stringname()Name identifier for a caption selector.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()CaptionSelectorSettingsselectorSettings()Caption selector settings.static Class<? extends CaptionSelector.Builder>serializableBuilderClass()CaptionSelector.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
-
languageCode
public final String languageCode()
When specified this field indicates the three letter language code of the caption track to extract from the source.- Returns:
- When specified this field indicates the three letter language code of the caption track to extract from the source.
-
name
public final String name()
Name identifier for a caption selector. This name is used to associate this caption selector with one or more caption descriptions. Names must be unique within an event.- Returns:
- Name identifier for a caption selector. This name is used to associate this caption selector with one or more caption descriptions. Names must be unique within an event.
-
selectorSettings
public final CaptionSelectorSettings selectorSettings()
Caption selector settings.- Returns:
- Caption selector settings.
-
toBuilder
public CaptionSelector.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CaptionSelector.Builder,CaptionSelector>
-
builder
public static CaptionSelector.Builder builder()
-
serializableBuilderClass
public static Class<? extends CaptionSelector.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-