Class MedialiveChannelInputAttachmentsInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettingsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.medialive_channel.MedialiveChannelInputAttachmentsInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettingsOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.050Z") @Stability(Stable) public class MedialiveChannelInputAttachmentsInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettingsOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description MedialiveChannelInputAttachmentsInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettingsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedMedialiveChannelInputAttachmentsInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettingsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedMedialiveChannelInputAttachmentsInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettingsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConvert608To708()StringgetConvert608To708Input()MedialiveChannelInputAttachmentsInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettingsgetInternalValue()StringgetScte20Detection()StringgetScte20DetectionInput()NumbergetSource608ChannelNumber()NumbergetSource608ChannelNumberInput()NumbergetSource608TrackNumber()NumbergetSource608TrackNumberInput()voidresetConvert608To708()voidresetScte20Detection()voidresetSource608ChannelNumber()voidresetSource608TrackNumber()voidsetConvert608To708(String value)voidsetInternalValue(MedialiveChannelInputAttachmentsInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettings value)voidsetScte20Detection(String value)voidsetSource608ChannelNumber(Number value)voidsetSource608TrackNumber(Number value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
MedialiveChannelInputAttachmentsInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettingsOutputReference
protected MedialiveChannelInputAttachmentsInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettingsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
MedialiveChannelInputAttachmentsInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettingsOutputReference
protected MedialiveChannelInputAttachmentsInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettingsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
MedialiveChannelInputAttachmentsInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettingsOutputReference
@Stability(Stable) public MedialiveChannelInputAttachmentsInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettingsOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
resetConvert608To708
@Stability(Stable) public void resetConvert608To708()
-
resetScte20Detection
@Stability(Stable) public void resetScte20Detection()
-
resetSource608ChannelNumber
@Stability(Stable) public void resetSource608ChannelNumber()
-
resetSource608TrackNumber
@Stability(Stable) public void resetSource608TrackNumber()
-
getConvert608To708Input
@Stability(Stable) @Nullable public String getConvert608To708Input()
-
getScte20DetectionInput
@Stability(Stable) @Nullable public String getScte20DetectionInput()
-
getSource608ChannelNumberInput
@Stability(Stable) @Nullable public Number getSource608ChannelNumberInput()
-
getSource608TrackNumberInput
@Stability(Stable) @Nullable public Number getSource608TrackNumberInput()
-
getConvert608To708
@Stability(Stable) @NotNull public String getConvert608To708()
-
setConvert608To708
@Stability(Stable) public void setConvert608To708(@NotNull String value)
-
getScte20Detection
@Stability(Stable) @NotNull public String getScte20Detection()
-
setScte20Detection
@Stability(Stable) public void setScte20Detection(@NotNull String value)
-
getSource608ChannelNumber
@Stability(Stable) @NotNull public Number getSource608ChannelNumber()
-
setSource608ChannelNumber
@Stability(Stable) public void setSource608ChannelNumber(@NotNull Number value)
-
getSource608TrackNumber
@Stability(Stable) @NotNull public Number getSource608TrackNumber()
-
setSource608TrackNumber
@Stability(Stable) public void setSource608TrackNumber(@NotNull Number value)
-
getInternalValue
@Stability(Stable) @Nullable public MedialiveChannelInputAttachmentsInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettings getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable MedialiveChannelInputAttachmentsInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettings value)
-
-