Class CaptionSelectorSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.CaptionSelectorSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CaptionSelectorSettings.Builder,CaptionSelectorSettings>
@Generated("software.amazon.awssdk:codegen") public final class CaptionSelectorSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CaptionSelectorSettings.Builder,CaptionSelectorSettings>
Caption Selector Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCaptionSelectorSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AncillarySourceSettingsancillarySourceSettings()Returns the value of the AncillarySourceSettings property for this object.AribSourceSettingsaribSourceSettings()Returns the value of the AribSourceSettings property for this object.static CaptionSelectorSettings.Builderbuilder()DvbSubSourceSettingsdvbSubSourceSettings()Returns the value of the DvbSubSourceSettings property for this object.EmbeddedSourceSettingsembeddedSourceSettings()Returns the value of the EmbeddedSourceSettings property for this object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Scte20SourceSettingsscte20SourceSettings()Returns the value of the Scte20SourceSettings property for this object.Scte27SourceSettingsscte27SourceSettings()Returns the value of the Scte27SourceSettings property for this object.List<SdkField<?>>sdkFields()static Class<? extends CaptionSelectorSettings.Builder>serializableBuilderClass()TeletextSourceSettingsteletextSourceSettings()Returns the value of the TeletextSourceSettings property for this object.CaptionSelectorSettings.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
-
ancillarySourceSettings
public final AncillarySourceSettings ancillarySourceSettings()
Returns the value of the AncillarySourceSettings property for this object.- Returns:
- The value of the AncillarySourceSettings property for this object.
-
aribSourceSettings
public final AribSourceSettings aribSourceSettings()
Returns the value of the AribSourceSettings property for this object.- Returns:
- The value of the AribSourceSettings property for this object.
-
dvbSubSourceSettings
public final DvbSubSourceSettings dvbSubSourceSettings()
Returns the value of the DvbSubSourceSettings property for this object.- Returns:
- The value of the DvbSubSourceSettings property for this object.
-
embeddedSourceSettings
public final EmbeddedSourceSettings embeddedSourceSettings()
Returns the value of the EmbeddedSourceSettings property for this object.- Returns:
- The value of the EmbeddedSourceSettings property for this object.
-
scte20SourceSettings
public final Scte20SourceSettings scte20SourceSettings()
Returns the value of the Scte20SourceSettings property for this object.- Returns:
- The value of the Scte20SourceSettings property for this object.
-
scte27SourceSettings
public final Scte27SourceSettings scte27SourceSettings()
Returns the value of the Scte27SourceSettings property for this object.- Returns:
- The value of the Scte27SourceSettings property for this object.
-
teletextSourceSettings
public final TeletextSourceSettings teletextSourceSettings()
Returns the value of the TeletextSourceSettings property for this object.- Returns:
- The value of the TeletextSourceSettings property for this object.
-
toBuilder
public CaptionSelectorSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CaptionSelectorSettings.Builder,CaptionSelectorSettings>
-
builder
public static CaptionSelectorSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends CaptionSelectorSettings.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.
-
-