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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnAutomatedReasoningPolicy.PolicyDefinitionProperty
CfnAutomatedReasoningPolicy.PolicyDefinitionProperty.Builder, CfnAutomatedReasoningPolicy.PolicyDefinitionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAutomatedReasoningPolicy.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
Constructor that initializes the object based on literal property values passed by theCfnAutomatedReasoningPolicy.PolicyDefinitionProperty.Builder.
-
-
Method Details
-
getRules
Description copied from interface:CfnAutomatedReasoningPolicy.PolicyDefinitionPropertyThe collection of rules that define the policy logic.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAutomatedReasoningPolicy.PolicyDefinitionRuleProperty>- Specified by:
getRulesin interfaceCfnAutomatedReasoningPolicy.PolicyDefinitionProperty- See Also:
-
getTypes
Description copied from interface:CfnAutomatedReasoningPolicy.PolicyDefinitionPropertyThe custom types defined within the policy definition.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAutomatedReasoningPolicy.PolicyDefinitionTypeProperty>- Specified by:
getTypesin interfaceCfnAutomatedReasoningPolicy.PolicyDefinitionProperty- See Also:
-
getVariables
Description copied from interface:CfnAutomatedReasoningPolicy.PolicyDefinitionPropertyThe variables used within the policy definition.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAutomatedReasoningPolicy.PolicyDefinitionVariableProperty>- Specified by:
getVariablesin interfaceCfnAutomatedReasoningPolicy.PolicyDefinitionProperty- See Also:
-
getVersion
Description copied from interface:CfnAutomatedReasoningPolicy.PolicyDefinitionPropertyThe version of the policy definition.- Specified by:
getVersionin interfaceCfnAutomatedReasoningPolicy.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()
-