Class CaptionDestinationSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.CaptionDestinationSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CaptionDestinationSettings.Builder,CaptionDestinationSettings>
@Generated("software.amazon.awssdk:codegen") public final class CaptionDestinationSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CaptionDestinationSettings.Builder,CaptionDestinationSettings>
Caption Destination Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCaptionDestinationSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AribDestinationSettingsaribDestinationSettings()Returns the value of the AribDestinationSettings property for this object.static CaptionDestinationSettings.Builderbuilder()BurnInDestinationSettingsburnInDestinationSettings()Returns the value of the BurnInDestinationSettings property for this object.DvbSubDestinationSettingsdvbSubDestinationSettings()Returns the value of the DvbSubDestinationSettings property for this object.EbuTtDDestinationSettingsebuTtDDestinationSettings()Returns the value of the EbuTtDDestinationSettings property for this object.EmbeddedDestinationSettingsembeddedDestinationSettings()Returns the value of the EmbeddedDestinationSettings property for this object.EmbeddedPlusScte20DestinationSettingsembeddedPlusScte20DestinationSettings()Returns the value of the EmbeddedPlusScte20DestinationSettings property for this object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()RtmpCaptionInfoDestinationSettingsrtmpCaptionInfoDestinationSettings()Returns the value of the RtmpCaptionInfoDestinationSettings property for this object.Scte20PlusEmbeddedDestinationSettingsscte20PlusEmbeddedDestinationSettings()Returns the value of the Scte20PlusEmbeddedDestinationSettings property for this object.Scte27DestinationSettingsscte27DestinationSettings()Returns the value of the Scte27DestinationSettings property for this object.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CaptionDestinationSettings.Builder>serializableBuilderClass()SmpteTtDestinationSettingssmpteTtDestinationSettings()Returns the value of the SmpteTtDestinationSettings property for this object.TeletextDestinationSettingsteletextDestinationSettings()Returns the value of the TeletextDestinationSettings property for this object.CaptionDestinationSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.TtmlDestinationSettingsttmlDestinationSettings()Returns the value of the TtmlDestinationSettings property for this object.WebvttDestinationSettingswebvttDestinationSettings()Returns the value of the WebvttDestinationSettings property for 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
-
aribDestinationSettings
public final AribDestinationSettings aribDestinationSettings()
Returns the value of the AribDestinationSettings property for this object.- Returns:
- The value of the AribDestinationSettings property for this object.
-
burnInDestinationSettings
public final BurnInDestinationSettings burnInDestinationSettings()
Returns the value of the BurnInDestinationSettings property for this object.- Returns:
- The value of the BurnInDestinationSettings property for this object.
-
dvbSubDestinationSettings
public final DvbSubDestinationSettings dvbSubDestinationSettings()
Returns the value of the DvbSubDestinationSettings property for this object.- Returns:
- The value of the DvbSubDestinationSettings property for this object.
-
ebuTtDDestinationSettings
public final EbuTtDDestinationSettings ebuTtDDestinationSettings()
Returns the value of the EbuTtDDestinationSettings property for this object.- Returns:
- The value of the EbuTtDDestinationSettings property for this object.
-
embeddedDestinationSettings
public final EmbeddedDestinationSettings embeddedDestinationSettings()
Returns the value of the EmbeddedDestinationSettings property for this object.- Returns:
- The value of the EmbeddedDestinationSettings property for this object.
-
embeddedPlusScte20DestinationSettings
public final EmbeddedPlusScte20DestinationSettings embeddedPlusScte20DestinationSettings()
Returns the value of the EmbeddedPlusScte20DestinationSettings property for this object.- Returns:
- The value of the EmbeddedPlusScte20DestinationSettings property for this object.
-
rtmpCaptionInfoDestinationSettings
public final RtmpCaptionInfoDestinationSettings rtmpCaptionInfoDestinationSettings()
Returns the value of the RtmpCaptionInfoDestinationSettings property for this object.- Returns:
- The value of the RtmpCaptionInfoDestinationSettings property for this object.
-
scte20PlusEmbeddedDestinationSettings
public final Scte20PlusEmbeddedDestinationSettings scte20PlusEmbeddedDestinationSettings()
Returns the value of the Scte20PlusEmbeddedDestinationSettings property for this object.- Returns:
- The value of the Scte20PlusEmbeddedDestinationSettings property for this object.
-
scte27DestinationSettings
public final Scte27DestinationSettings scte27DestinationSettings()
Returns the value of the Scte27DestinationSettings property for this object.- Returns:
- The value of the Scte27DestinationSettings property for this object.
-
smpteTtDestinationSettings
public final SmpteTtDestinationSettings smpteTtDestinationSettings()
Returns the value of the SmpteTtDestinationSettings property for this object.- Returns:
- The value of the SmpteTtDestinationSettings property for this object.
-
teletextDestinationSettings
public final TeletextDestinationSettings teletextDestinationSettings()
Returns the value of the TeletextDestinationSettings property for this object.- Returns:
- The value of the TeletextDestinationSettings property for this object.
-
ttmlDestinationSettings
public final TtmlDestinationSettings ttmlDestinationSettings()
Returns the value of the TtmlDestinationSettings property for this object.- Returns:
- The value of the TtmlDestinationSettings property for this object.
-
webvttDestinationSettings
public final WebvttDestinationSettings webvttDestinationSettings()
Returns the value of the WebvttDestinationSettings property for this object.- Returns:
- The value of the WebvttDestinationSettings property for this object.
-
toBuilder
public CaptionDestinationSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CaptionDestinationSettings.Builder,CaptionDestinationSettings>
-
builder
public static CaptionDestinationSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends CaptionDestinationSettings.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
-
-