Class CfnChannel.CaptionDescriptionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.CaptionDescriptionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.CaptionDescriptionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnChannel.CaptionDescriptionProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.CaptionDescriptionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.CaptionDescriptionProperty
An implementation for
CfnChannel.CaptionDescriptionProperty-
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.CaptionDescriptionProperty
CfnChannel.CaptionDescriptionProperty.Builder, CfnChannel.CaptionDescriptionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannel.CaptionDescriptionProperty.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 booleanfinal StringCfnChannel.CaptionDescriptionProperty.Accessibility.final StringSpecifies which input captions selector to use as a captions source when generating output captions.final ObjectAdditional settings for a captions destination that depend on the destination type.final StringAn ISO 639-2 three-digit code.final StringHuman-readable information to indicate the captions that are available for players (for example, English or Spanish).final StringgetName()The name of the captions description.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.CaptionDescriptionProperty.Builder.
-
-
Method Details
-
getAccessibility
Description copied from interface:CfnChannel.CaptionDescriptionPropertyCfnChannel.CaptionDescriptionProperty.Accessibility.- Specified by:
getAccessibilityin interfaceCfnChannel.CaptionDescriptionProperty
-
getCaptionSelectorName
Description copied from interface:CfnChannel.CaptionDescriptionPropertySpecifies which input captions selector to use as a captions source when generating output captions.This field should match a captionSelector name.
- Specified by:
getCaptionSelectorNamein interfaceCfnChannel.CaptionDescriptionProperty
-
getDestinationSettings
Description copied from interface:CfnChannel.CaptionDescriptionPropertyAdditional settings for a captions destination that depend on the destination type.- Specified by:
getDestinationSettingsin interfaceCfnChannel.CaptionDescriptionProperty
-
getLanguageCode
Description copied from interface:CfnChannel.CaptionDescriptionPropertyAn ISO 639-2 three-digit code.For more information, see http://www.loc.gov/standards/iso639-2/.
- Specified by:
getLanguageCodein interfaceCfnChannel.CaptionDescriptionProperty
-
getLanguageDescription
Description copied from interface:CfnChannel.CaptionDescriptionPropertyHuman-readable information to indicate the captions that are available for players (for example, English or Spanish).- Specified by:
getLanguageDescriptionin interfaceCfnChannel.CaptionDescriptionProperty
-
getName
Description copied from interface:CfnChannel.CaptionDescriptionPropertyThe name of the captions description.The name is used to associate a captions description with an output. Names must be unique within a channel.
- Specified by:
getNamein interfaceCfnChannel.CaptionDescriptionProperty
-
$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()
-