Class CfnChannelFlowPropsMixin.ProcessorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.chime.CfnChannelFlowPropsMixin.ProcessorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelFlowPropsMixin.ProcessorProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelFlowPropsMixin.ProcessorProperty
@Stability(Stable)
@Internal
public static final class CfnChannelFlowPropsMixin.ProcessorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannelFlowPropsMixin.ProcessorProperty
An implementation for
CfnChannelFlowPropsMixin.ProcessorProperty-
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.chime.CfnChannelFlowPropsMixin.ProcessorProperty
CfnChannelFlowPropsMixin.ProcessorProperty.Builder, CfnChannelFlowPropsMixin.ProcessorProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannelFlowPropsMixin.ProcessorProperty.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 ObjectA processor's metadata.final NumberThe sequence in which processors run.final StringDetermines whether to continue or stop processing when communication with a processor fails.final StringgetName()The name of the processor.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 theCfnChannelFlowPropsMixin.ProcessorProperty.Builder.
-
-
Method Details
-
getConfiguration
Description copied from interface:CfnChannelFlowPropsMixin.ProcessorPropertyA processor's metadata.Returns union: either
IResolvableorCfnChannelFlowPropsMixin.ProcessorConfigurationProperty- Specified by:
getConfigurationin interfaceCfnChannelFlowPropsMixin.ProcessorProperty- See Also:
-
getExecutionOrder
Description copied from interface:CfnChannelFlowPropsMixin.ProcessorPropertyThe sequence in which processors run.- Specified by:
getExecutionOrderin interfaceCfnChannelFlowPropsMixin.ProcessorProperty- See Also:
-
getFallbackAction
Description copied from interface:CfnChannelFlowPropsMixin.ProcessorPropertyDetermines whether to continue or stop processing when communication with a processor fails.- Specified by:
getFallbackActionin interfaceCfnChannelFlowPropsMixin.ProcessorProperty- See Also:
-
getName
Description copied from interface:CfnChannelFlowPropsMixin.ProcessorPropertyThe name of the processor.- Specified by:
getNamein interfaceCfnChannelFlowPropsMixin.ProcessorProperty- 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()
-