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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lex.CfnBot.ConditionalSpecificationProperty
CfnBot.ConditionalSpecificationProperty.Builder, CfnBot.ConditionalSpecificationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.ConditionalSpecificationProperty.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 Object
A list of conditional branches.final Object
The conditional branch that should be followed when the conditions for other branches are not satisfied.final Object
Determines whether a conditional branch is active.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 theCfnBot.ConditionalSpecificationProperty.Builder
.
-
-
Method Details
-
getConditionalBranches
Description copied from interface:CfnBot.ConditionalSpecificationProperty
A 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:
getConditionalBranches
in interfaceCfnBot.ConditionalSpecificationProperty
-
getDefaultBranch
Description copied from interface:CfnBot.ConditionalSpecificationProperty
The 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:
getDefaultBranch
in interfaceCfnBot.ConditionalSpecificationProperty
-
getIsActive
Description copied from interface:CfnBot.ConditionalSpecificationProperty
Determines whether a conditional branch is active.When
IsActive
is false, the conditions are not evaluated.- Specified by:
getIsActive
in interfaceCfnBot.ConditionalSpecificationProperty
-
$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()
-