Class CfnAutomatedReasoningPolicyPropsMixin.PolicyDefinitionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnAutomatedReasoningPolicyPropsMixin.PolicyDefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAutomatedReasoningPolicyPropsMixin.PolicyDefinitionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAutomatedReasoningPolicyPropsMixin.PolicyDefinitionProperty
@Stability(Stable)
@Internal
public static final class CfnAutomatedReasoningPolicyPropsMixin.PolicyDefinitionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAutomatedReasoningPolicyPropsMixin.PolicyDefinitionProperty
An implementation for
CfnAutomatedReasoningPolicyPropsMixin.PolicyDefinitionProperty-
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.bedrock.CfnAutomatedReasoningPolicyPropsMixin.PolicyDefinitionProperty
CfnAutomatedReasoningPolicyPropsMixin.PolicyDefinitionProperty.Builder, CfnAutomatedReasoningPolicyPropsMixin.PolicyDefinitionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAutomatedReasoningPolicyPropsMixin.PolicyDefinitionProperty.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 ObjectgetRules()The collection of rules that define the policy logic.final ObjectgetTypes()The custom types defined within the policy definition.final ObjectThe variables used within the policy definition.final StringThe version of the policy definition.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
protected Jsii$Proxy(CfnAutomatedReasoningPolicyPropsMixin.PolicyDefinitionProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAutomatedReasoningPolicyPropsMixin.PolicyDefinitionProperty.Builder.
-
-
Method Details
-
getRules
Description copied from interface:CfnAutomatedReasoningPolicyPropsMixin.PolicyDefinitionPropertyThe collection of rules that define the policy logic.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAutomatedReasoningPolicyPropsMixin.PolicyDefinitionRuleProperty>- Specified by:
getRulesin interfaceCfnAutomatedReasoningPolicyPropsMixin.PolicyDefinitionProperty- See Also:
-
getTypes
Description copied from interface:CfnAutomatedReasoningPolicyPropsMixin.PolicyDefinitionPropertyThe custom types defined within the policy definition.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAutomatedReasoningPolicyPropsMixin.PolicyDefinitionTypeProperty>- Specified by:
getTypesin interfaceCfnAutomatedReasoningPolicyPropsMixin.PolicyDefinitionProperty- See Also:
-
getVariables
Description copied from interface:CfnAutomatedReasoningPolicyPropsMixin.PolicyDefinitionPropertyThe variables used within the policy definition.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAutomatedReasoningPolicyPropsMixin.PolicyDefinitionVariableProperty>- Specified by:
getVariablesin interfaceCfnAutomatedReasoningPolicyPropsMixin.PolicyDefinitionProperty- See Also:
-
getVersion
Description copied from interface:CfnAutomatedReasoningPolicyPropsMixin.PolicyDefinitionPropertyThe version of the policy definition.- Specified by:
getVersionin interfaceCfnAutomatedReasoningPolicyPropsMixin.PolicyDefinitionProperty- 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()
-