Class CfnChannel.OutputGroupProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.OutputGroupProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.OutputGroupProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.OutputGroupProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.OutputGroupProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.OutputGroupProperty
An implementation for
CfnChannel.OutputGroupProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.OutputGroupProperty
CfnChannel.OutputGroupProperty.Builder, CfnChannel.OutputGroupProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.OutputGroupProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
getName()
A custom output group name that you can optionally define.final Object
The settings associated with the output group.final Object
The settings for the outputs in the output group.final int
hashCode()
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.OutputGroupProperty.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnChannel.OutputGroupProperty
A custom output group name that you can optionally define.Only letters, numbers, and the underscore character are allowed. The maximum length is 32 characters.
- Specified by:
getName
in interfaceCfnChannel.OutputGroupProperty
-
getOutputGroupSettings
Description copied from interface:CfnChannel.OutputGroupProperty
The settings associated with the output group.- Specified by:
getOutputGroupSettings
in interfaceCfnChannel.OutputGroupProperty
-
getOutputs
Description copied from interface:CfnChannel.OutputGroupProperty
The settings for the outputs in the output group.- Specified by:
getOutputs
in interfaceCfnChannel.OutputGroupProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-