Class CfnAutomatedReasoningPolicy.PolicyDefinitionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnAutomatedReasoningPolicy.PolicyDefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAutomatedReasoningPolicy.PolicyDefinitionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAutomatedReasoningPolicy.PolicyDefinitionProperty
@Stability(Stable)
@Internal
public static final class CfnAutomatedReasoningPolicy.PolicyDefinitionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAutomatedReasoningPolicy.PolicyDefinitionProperty
An implementation for
CfnAutomatedReasoningPolicy.PolicyDefinitionProperty
-
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.bedrock.CfnAutomatedReasoningPolicy.PolicyDefinitionProperty
CfnAutomatedReasoningPolicy.PolicyDefinitionProperty.Builder, CfnAutomatedReasoningPolicy.PolicyDefinitionProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAutomatedReasoningPolicy.PolicyDefinitionProperty.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
getRules()
The collection of rules that define the policy logic.final Object
getTypes()
The custom types defined within the policy definition.final Object
The variables used within the policy definition.final String
The version of the policy definition.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 theCfnAutomatedReasoningPolicy.PolicyDefinitionProperty.Builder
.
-
-
Method Details
-
getRules
Description copied from interface:CfnAutomatedReasoningPolicy.PolicyDefinitionProperty
The collection of rules that define the policy logic.- Specified by:
getRules
in interfaceCfnAutomatedReasoningPolicy.PolicyDefinitionProperty
- See Also:
-
getTypes
Description copied from interface:CfnAutomatedReasoningPolicy.PolicyDefinitionProperty
The custom types defined within the policy definition.- Specified by:
getTypes
in interfaceCfnAutomatedReasoningPolicy.PolicyDefinitionProperty
- See Also:
-
getVariables
Description copied from interface:CfnAutomatedReasoningPolicy.PolicyDefinitionProperty
The variables used within the policy definition.- Specified by:
getVariables
in interfaceCfnAutomatedReasoningPolicy.PolicyDefinitionProperty
- See Also:
-
getVersion
Description copied from interface:CfnAutomatedReasoningPolicy.PolicyDefinitionProperty
The version of the policy definition.- Specified by:
getVersion
in interfaceCfnAutomatedReasoningPolicy.PolicyDefinitionProperty
- See Also:
-
$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()
-