public static final class CfnChannel.CaptionDescriptionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.CaptionDescriptionProperty
CfnChannel.CaptionDescriptionProperty
CfnChannel.CaptionDescriptionProperty.Builder, CfnChannel.CaptionDescriptionProperty.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.String |
getCaptionSelectorName()
Specifies which input captions selector to use as a captions source when generating output captions.
|
java.lang.Object |
getDestinationSettings()
Additional settings for a captions destination that depend on the destination type.
|
java.lang.String |
getLanguageCode()
An ISO 639-2 three-digit code.
|
java.lang.String |
getLanguageDescription()
Human-readable information to indicate the captions that are available for players (for example, English or Spanish).
|
java.lang.String |
getName()
The name of the captions description.
|
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.String getCaptionSelectorName()
CfnChannel.CaptionDescriptionProperty
This field should match a captionSelector name.
getCaptionSelectorName
in interface CfnChannel.CaptionDescriptionProperty
public final java.lang.Object getDestinationSettings()
CfnChannel.CaptionDescriptionProperty
getDestinationSettings
in interface CfnChannel.CaptionDescriptionProperty
public final java.lang.String getLanguageCode()
CfnChannel.CaptionDescriptionProperty
For more information, see http://www.loc.gov/standards/iso639-2/.
getLanguageCode
in interface CfnChannel.CaptionDescriptionProperty
public final java.lang.String getLanguageDescription()
CfnChannel.CaptionDescriptionProperty
getLanguageDescription
in interface CfnChannel.CaptionDescriptionProperty
public final java.lang.String getName()
CfnChannel.CaptionDescriptionProperty
The name is used to associate a captions description with an output. Names must be unique within a channel.
getName
in interface CfnChannel.CaptionDescriptionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()