Class CfnChannel.CaptionLanguageMappingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.CaptionLanguageMappingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.CaptionLanguageMappingProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.CaptionLanguageMappingProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.CaptionLanguageMappingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.CaptionLanguageMappingProperty
An implementation for
CfnChannel.CaptionLanguageMappingProperty
-
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.CaptionLanguageMappingProperty
CfnChannel.CaptionLanguageMappingProperty.Builder, CfnChannel.CaptionLanguageMappingProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.CaptionLanguageMappingProperty.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
final Number
The closed caption channel being described by this CaptionLanguageMapping.final String
A three-character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2).final String
The textual description of language.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.CaptionLanguageMappingProperty.Builder
.
-
-
Method Details
-
getCaptionChannel
Description copied from interface:CfnChannel.CaptionLanguageMappingProperty
The closed caption channel being described by this CaptionLanguageMapping.Each channel mapping must have a unique channel number (maximum of 4).
- Specified by:
getCaptionChannel
in interfaceCfnChannel.CaptionLanguageMappingProperty
-
getLanguageCode
Description copied from interface:CfnChannel.CaptionLanguageMappingProperty
A three-character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2).- Specified by:
getLanguageCode
in interfaceCfnChannel.CaptionLanguageMappingProperty
-
getLanguageDescription
Description copied from interface:CfnChannel.CaptionLanguageMappingProperty
The textual description of language.- Specified by:
getLanguageDescription
in interfaceCfnChannel.CaptionLanguageMappingProperty
-
$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()
-