Class CfnChannelPolicyMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.mediapackagev2.CfnChannelPolicyMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelPolicyMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelPolicyMixinProps
@Stability(Stable)
@Internal
public static final class CfnChannelPolicyMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannelPolicyMixinProps
An implementation for
CfnChannelPolicyMixinProps-
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.cfnpropertymixins.services.mediapackagev2.CfnChannelPolicyMixinProps
CfnChannelPolicyMixinProps.Builder, CfnChannelPolicyMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannelPolicyMixinProps.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 StringThe name of the channel group associated with the channel policy.final StringThe name of the channel associated with the channel policy.final ObjectThe policy associated with the channel.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 theCfnChannelPolicyMixinProps.Builder.
-
-
Method Details
-
getChannelGroupName
Description copied from interface:CfnChannelPolicyMixinPropsThe name of the channel group associated with the channel policy.- Specified by:
getChannelGroupNamein interfaceCfnChannelPolicyMixinProps- See Also:
-
getChannelName
Description copied from interface:CfnChannelPolicyMixinPropsThe name of the channel associated with the channel policy.- Specified by:
getChannelNamein interfaceCfnChannelPolicyMixinProps- See Also:
-
getPolicy
Description copied from interface:CfnChannelPolicyMixinPropsThe policy associated with the channel.- Specified by:
getPolicyin interfaceCfnChannelPolicyMixinProps- See Also:
-
$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()
-