public static final class CfnChannel.OutputProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.OutputProperty
CfnChannel.OutputProperty
CfnChannel.OutputProperty.Builder, CfnChannel.OutputProperty.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.util.List<java.lang.String> |
getAudioDescriptionNames()
The names of the audio descriptions that are used as audio sources for this output.
|
java.util.List<java.lang.String> |
getCaptionDescriptionNames()
The names of the caption descriptions that are used as captions sources for this output.
|
java.lang.String |
getOutputName()
The name that is used to identify an output.
|
java.lang.Object |
getOutputSettings()
The output type-specific settings.
|
java.lang.String |
getVideoDescriptionName()
The name of the VideoDescription that is used as the source for this output.
|
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.util.List<java.lang.String> getAudioDescriptionNames()
CfnChannel.OutputProperty
getAudioDescriptionNames
in interface CfnChannel.OutputProperty
public final java.util.List<java.lang.String> getCaptionDescriptionNames()
CfnChannel.OutputProperty
getCaptionDescriptionNames
in interface CfnChannel.OutputProperty
public final java.lang.String getOutputName()
CfnChannel.OutputProperty
getOutputName
in interface CfnChannel.OutputProperty
public final java.lang.Object getOutputSettings()
CfnChannel.OutputProperty
getOutputSettings
in interface CfnChannel.OutputProperty
public final java.lang.String getVideoDescriptionName()
CfnChannel.OutputProperty
getVideoDescriptionName
in interface CfnChannel.OutputProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()