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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.OutputGroupProperty
CfnChannel.OutputGroupProperty.Builder, CfnChannel.OutputGroupProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannel.OutputGroupProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringgetName()A custom output group name that you can optionally define.final ObjectThe settings associated with the output group.final ObjectThe settings for the outputs in the output group.final inthashCode()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.OutputGroupPropertyA 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:
getNamein interfaceCfnChannel.OutputGroupProperty
-
getOutputGroupSettings
Description copied from interface:CfnChannel.OutputGroupPropertyThe settings associated with the output group.- Specified by:
getOutputGroupSettingsin interfaceCfnChannel.OutputGroupProperty
-
getOutputs
Description copied from interface:CfnChannel.OutputGroupPropertyThe settings for the outputs in the output group.- Specified by:
getOutputsin interfaceCfnChannel.OutputGroupProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-