AutomatedReasoningPolicyMutation
A container for various mutation operations that can be applied to an Automated Reasoning policy, including adding, updating, and deleting policy elements.
Inheritors
Types
A mutation to add a new rule to the policy.
A mutation to add a new custom type to the policy.
A mutation to add a new variable to the policy.
A mutation to remove a rule from the policy.
A mutation to remove a custom type from the policy.
A mutation to remove a variable from the policy.
A mutation to modify an existing rule in the policy.
A mutation to modify an existing custom type in the policy.
A mutation to modify an existing variable in the policy.
Functions
Casts this AutomatedReasoningPolicyMutation as a AddRule and retrieves its aws.sdk.kotlin.services.bedrock.model.AutomatedReasoningPolicyAddRuleMutation value. Throws an exception if the AutomatedReasoningPolicyMutation is not a AddRule.
Casts this AutomatedReasoningPolicyMutation as a AddRule and retrieves its aws.sdk.kotlin.services.bedrock.model.AutomatedReasoningPolicyAddRuleMutation value. Returns null if the AutomatedReasoningPolicyMutation is not a AddRule.
Casts this AutomatedReasoningPolicyMutation as a AddType and retrieves its aws.sdk.kotlin.services.bedrock.model.AutomatedReasoningPolicyAddTypeMutation value. Throws an exception if the AutomatedReasoningPolicyMutation is not a AddType.
Casts this AutomatedReasoningPolicyMutation as a AddType and retrieves its aws.sdk.kotlin.services.bedrock.model.AutomatedReasoningPolicyAddTypeMutation value. Returns null if the AutomatedReasoningPolicyMutation is not a AddType.
Casts this AutomatedReasoningPolicyMutation as a AddVariable and retrieves its aws.sdk.kotlin.services.bedrock.model.AutomatedReasoningPolicyAddVariableMutation value. Throws an exception if the AutomatedReasoningPolicyMutation is not a AddVariable.
Casts this AutomatedReasoningPolicyMutation as a AddVariable and retrieves its aws.sdk.kotlin.services.bedrock.model.AutomatedReasoningPolicyAddVariableMutation value. Returns null if the AutomatedReasoningPolicyMutation is not a AddVariable.
Casts this AutomatedReasoningPolicyMutation as a DeleteRule and retrieves its aws.sdk.kotlin.services.bedrock.model.AutomatedReasoningPolicyDeleteRuleMutation value. Throws an exception if the AutomatedReasoningPolicyMutation is not a DeleteRule.
Casts this AutomatedReasoningPolicyMutation as a DeleteRule and retrieves its aws.sdk.kotlin.services.bedrock.model.AutomatedReasoningPolicyDeleteRuleMutation value. Returns null if the AutomatedReasoningPolicyMutation is not a DeleteRule.
Casts this AutomatedReasoningPolicyMutation as a DeleteType and retrieves its aws.sdk.kotlin.services.bedrock.model.AutomatedReasoningPolicyDeleteTypeMutation value. Throws an exception if the AutomatedReasoningPolicyMutation is not a DeleteType.
Casts this AutomatedReasoningPolicyMutation as a DeleteType and retrieves its aws.sdk.kotlin.services.bedrock.model.AutomatedReasoningPolicyDeleteTypeMutation value. Returns null if the AutomatedReasoningPolicyMutation is not a DeleteType.
Casts this AutomatedReasoningPolicyMutation as a DeleteVariable and retrieves its aws.sdk.kotlin.services.bedrock.model.AutomatedReasoningPolicyDeleteVariableMutation value. Throws an exception if the AutomatedReasoningPolicyMutation is not a DeleteVariable.
Casts this AutomatedReasoningPolicyMutation as a DeleteVariable and retrieves its aws.sdk.kotlin.services.bedrock.model.AutomatedReasoningPolicyDeleteVariableMutation value. Returns null if the AutomatedReasoningPolicyMutation is not a DeleteVariable.
Casts this AutomatedReasoningPolicyMutation as a UpdateRule and retrieves its aws.sdk.kotlin.services.bedrock.model.AutomatedReasoningPolicyUpdateRuleMutation value. Throws an exception if the AutomatedReasoningPolicyMutation is not a UpdateRule.
Casts this AutomatedReasoningPolicyMutation as a UpdateRule and retrieves its aws.sdk.kotlin.services.bedrock.model.AutomatedReasoningPolicyUpdateRuleMutation value. Returns null if the AutomatedReasoningPolicyMutation is not a UpdateRule.
Casts this AutomatedReasoningPolicyMutation as a UpdateType and retrieves its aws.sdk.kotlin.services.bedrock.model.AutomatedReasoningPolicyUpdateTypeMutation value. Throws an exception if the AutomatedReasoningPolicyMutation is not a UpdateType.
Casts this AutomatedReasoningPolicyMutation as a UpdateType and retrieves its aws.sdk.kotlin.services.bedrock.model.AutomatedReasoningPolicyUpdateTypeMutation value. Returns null if the AutomatedReasoningPolicyMutation is not a UpdateType.
Casts this AutomatedReasoningPolicyMutation as a UpdateVariable and retrieves its aws.sdk.kotlin.services.bedrock.model.AutomatedReasoningPolicyUpdateVariableMutation value. Throws an exception if the AutomatedReasoningPolicyMutation is not a UpdateVariable.
Casts this AutomatedReasoningPolicyMutation as a UpdateVariable and retrieves its aws.sdk.kotlin.services.bedrock.model.AutomatedReasoningPolicyUpdateVariableMutation value. Returns null if the AutomatedReasoningPolicyMutation is not a UpdateVariable.