public static final class CfnChannel.OutputGroupProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.OutputGroupProperty
CfnChannel.OutputGroupProperty
CfnChannel.OutputGroupProperty.Builder, CfnChannel.OutputGroupProperty.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 |
getName()
A custom output group name that you can optionally define.
|
java.lang.Object |
getOutputGroupSettings()
The settings associated with the output group.
|
java.lang.Object |
getOutputs()
The settings for the outputs in the output group.
|
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 getName()
CfnChannel.OutputGroupProperty
Only letters, numbers, and the underscore character are allowed. The maximum length is 32 characters.
getName
in interface CfnChannel.OutputGroupProperty
public final java.lang.Object getOutputGroupSettings()
CfnChannel.OutputGroupProperty
getOutputGroupSettings
in interface CfnChannel.OutputGroupProperty
public final java.lang.Object getOutputs()
CfnChannel.OutputGroupProperty
getOutputs
in interface CfnChannel.OutputGroupProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()