Class CfnChannel.OutputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.OutputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.OutputProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.OutputProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.OutputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.OutputProperty
An implementation for
CfnChannel.OutputProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.OutputProperty
CfnChannel.OutputProperty.Builder, CfnChannel.OutputProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.OutputProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
The names of the audio descriptions that are used as audio sources for this output.The names of the caption descriptions that are used as captions sources for this output.final String
The name that is used to identify an output.final Object
The output type-specific settings.final String
The name of the VideoDescription that is used as the source for this output.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnChannel.OutputProperty.Builder
.
-
-
Method Details
-
getAudioDescriptionNames
Description copied from interface:CfnChannel.OutputProperty
The names of the audio descriptions that are used as audio sources for this output.- Specified by:
getAudioDescriptionNames
in interfaceCfnChannel.OutputProperty
-
getCaptionDescriptionNames
Description copied from interface:CfnChannel.OutputProperty
The names of the caption descriptions that are used as captions sources for this output.- Specified by:
getCaptionDescriptionNames
in interfaceCfnChannel.OutputProperty
-
getOutputName
Description copied from interface:CfnChannel.OutputProperty
The name that is used to identify an output.- Specified by:
getOutputName
in interfaceCfnChannel.OutputProperty
-
getOutputSettings
Description copied from interface:CfnChannel.OutputProperty
The output type-specific settings.- Specified by:
getOutputSettings
in interfaceCfnChannel.OutputProperty
-
getVideoDescriptionName
Description copied from interface:CfnChannel.OutputProperty
The name of the VideoDescription that is used as the source for this output.- Specified by:
getVideoDescriptionName
in interfaceCfnChannel.OutputProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-