public static final class CfnChannel.OutputDestinationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.OutputDestinationProperty
CfnChannel.OutputDestinationProperty
CfnChannel.OutputDestinationProperty.Builder, CfnChannel.OutputDestinationProperty.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 |
getId()
The ID for this destination.
|
java.lang.Object |
getMediaPackageSettings()
The destination settings for a MediaPackage output.
|
java.lang.Object |
getMultiplexSettings()
Destination settings for a Multiplex output;
|
java.lang.Object |
getSettings()
The destination settings for an 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.lang.String getId()
CfnChannel.OutputDestinationProperty
getId
in interface CfnChannel.OutputDestinationProperty
public final java.lang.Object getMediaPackageSettings()
CfnChannel.OutputDestinationProperty
getMediaPackageSettings
in interface CfnChannel.OutputDestinationProperty
public final java.lang.Object getMultiplexSettings()
CfnChannel.OutputDestinationProperty
one destination for both encoders.
getMultiplexSettings
in interface CfnChannel.OutputDestinationProperty
public final java.lang.Object getSettings()
CfnChannel.OutputDestinationProperty
getSettings
in interface CfnChannel.OutputDestinationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()