public static final class CfnChannel.CaptionLanguageMappingProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.CaptionLanguageMappingProperty
CfnChannel.CaptionLanguageMappingProperty
CfnChannel.CaptionLanguageMappingProperty.Builder, CfnChannel.CaptionLanguageMappingProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getCaptionChannel()
The closed caption channel being described by this CaptionLanguageMapping.
|
java.lang.String |
getLanguageCode()
A three-character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2).
|
java.lang.String |
getLanguageDescription()
The textual description of language.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Number getCaptionChannel()
CfnChannel.CaptionLanguageMappingProperty
Each channel mapping must have a unique channel number (maximum of 4).
getCaptionChannel
in interface CfnChannel.CaptionLanguageMappingProperty
public final java.lang.String getLanguageCode()
CfnChannel.CaptionLanguageMappingProperty
getLanguageCode
in interface CfnChannel.CaptionLanguageMappingProperty
public final java.lang.String getLanguageDescription()
CfnChannel.CaptionLanguageMappingProperty
getLanguageDescription
in interface CfnChannel.CaptionLanguageMappingProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()