Class CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.entityresolution.CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty
@Stability(Stable)
@Internal
public static final class CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty
An implementation for
CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty-
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.entityresolution.CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty
CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty.Builder, CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty.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 ObjectThe properties of the provider service.final StringThe type of matching workflow to create.final ObjectAn object which defines the list of matching rules to run and has a fieldrules, which is a list of rule objects.final ObjectAn object containing therulesfor a matching workflow.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 theCfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty.Builder.
-
-
Method Details
-
getProviderProperties
Description copied from interface:CfnMatchingWorkflowPropsMixin.ResolutionTechniquesPropertyThe properties of the provider service.Returns union: either
IResolvableorCfnMatchingWorkflowPropsMixin.ProviderPropertiesProperty- Specified by:
getProviderPropertiesin interfaceCfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty- See Also:
-
getResolutionType
Description copied from interface:CfnMatchingWorkflowPropsMixin.ResolutionTechniquesPropertyThe type of matching workflow to create. Specify one of the following types:.RULE_MATCHING: Match records using configurable rule-based criteriaML_MATCHING: Match records using machine learning modelsPROVIDER: Match records using a third-party matching provider
- Specified by:
getResolutionTypein interfaceCfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty- See Also:
-
getRuleBasedProperties
Description copied from interface:CfnMatchingWorkflowPropsMixin.ResolutionTechniquesPropertyAn object which defines the list of matching rules to run and has a fieldrules, which is a list of rule objects.Returns union: either
IResolvableorCfnMatchingWorkflowPropsMixin.RuleBasedPropertiesProperty- Specified by:
getRuleBasedPropertiesin interfaceCfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty- See Also:
-
getRuleConditionProperties
Description copied from interface:CfnMatchingWorkflowPropsMixin.ResolutionTechniquesPropertyAn object containing therulesfor a matching workflow.Returns union: either
IResolvableorCfnMatchingWorkflowPropsMixin.RuleConditionPropertiesProperty- Specified by:
getRuleConditionPropertiesin interfaceCfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty- 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()
-