Class CfnBot.ConditionalSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.ConditionalSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.ConditionalSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnBot.ConditionalSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnBot.ConditionalSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.ConditionalSpecificationProperty
An implementation for
CfnBot.ConditionalSpecificationProperty-
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.lex.CfnBot.ConditionalSpecificationProperty
CfnBot.ConditionalSpecificationProperty.Builder, CfnBot.ConditionalSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.ConditionalSpecificationProperty.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 list of conditional branches.final ObjectThe conditional branch that should be followed when the conditions for other branches are not satisfied.final ObjectDetermines whether a conditional branch is active.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 theCfnBot.ConditionalSpecificationProperty.Builder.
-
-
Method Details
-
getConditionalBranches
Description copied from interface:CfnBot.ConditionalSpecificationPropertyA list of conditional branches.A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true.
- Specified by:
getConditionalBranchesin interfaceCfnBot.ConditionalSpecificationProperty
-
getDefaultBranch
Description copied from interface:CfnBot.ConditionalSpecificationPropertyThe conditional branch that should be followed when the conditions for other branches are not satisfied.A conditional branch is made up of a condition, a response and a next step.
- Specified by:
getDefaultBranchin interfaceCfnBot.ConditionalSpecificationProperty
-
getIsActive
Description copied from interface:CfnBot.ConditionalSpecificationPropertyDetermines whether a conditional branch is active.When
IsActiveis false, the conditions are not evaluated.- Specified by:
getIsActivein interfaceCfnBot.ConditionalSpecificationProperty
-
$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()
-