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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.OutputProperty
CfnChannel.OutputProperty.Builder, CfnChannel.OutputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannel.OutputProperty.Builder.protectedJsii$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.JsonNodefinal booleanThe 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 StringThe name that is used to identify an output.final ObjectThe output type-specific settings.final StringThe name of the VideoDescription that is used as the source for this output.final inthashCode()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.OutputPropertyThe names of the audio descriptions that are used as audio sources for this output.- Specified by:
getAudioDescriptionNamesin interfaceCfnChannel.OutputProperty
-
getCaptionDescriptionNames
Description copied from interface:CfnChannel.OutputPropertyThe names of the caption descriptions that are used as captions sources for this output.- Specified by:
getCaptionDescriptionNamesin interfaceCfnChannel.OutputProperty
-
getOutputName
Description copied from interface:CfnChannel.OutputPropertyThe name that is used to identify an output.- Specified by:
getOutputNamein interfaceCfnChannel.OutputProperty
-
getOutputSettings
Description copied from interface:CfnChannel.OutputPropertyThe output type-specific settings.- Specified by:
getOutputSettingsin interfaceCfnChannel.OutputProperty
-
getVideoDescriptionName
Description copied from interface:CfnChannel.OutputPropertyThe name of the VideoDescription that is used as the source for this output.- Specified by:
getVideoDescriptionNamein interfaceCfnChannel.OutputProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-