Class CfnMatchingWorkflow.ResolutionTechniquesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.entityresolution.CfnMatchingWorkflow.ResolutionTechniquesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMatchingWorkflow.ResolutionTechniquesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMatchingWorkflow.ResolutionTechniquesProperty
@Stability(Stable)
@Internal
public static final class CfnMatchingWorkflow.ResolutionTechniquesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMatchingWorkflow.ResolutionTechniquesProperty
An implementation for
CfnMatchingWorkflow.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.services.entityresolution.CfnMatchingWorkflow.ResolutionTechniquesProperty
CfnMatchingWorkflow.ResolutionTechniquesProperty.Builder, CfnMatchingWorkflow.ResolutionTechniquesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMatchingWorkflow.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 theCfnMatchingWorkflow.ResolutionTechniquesProperty.Builder.
-
-
Method Details
-
getProviderProperties
Description copied from interface:CfnMatchingWorkflow.ResolutionTechniquesPropertyThe properties of the provider service.Returns union: either
IResolvableorCfnMatchingWorkflow.ProviderPropertiesProperty- Specified by:
getProviderPropertiesin interfaceCfnMatchingWorkflow.ResolutionTechniquesProperty- See Also:
-
getResolutionType
Description copied from interface:CfnMatchingWorkflow.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 interfaceCfnMatchingWorkflow.ResolutionTechniquesProperty- See Also:
-
getRuleBasedProperties
Description copied from interface:CfnMatchingWorkflow.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
IResolvableorCfnMatchingWorkflow.RuleBasedPropertiesProperty- Specified by:
getRuleBasedPropertiesin interfaceCfnMatchingWorkflow.ResolutionTechniquesProperty- See Also:
-
getRuleConditionProperties
Description copied from interface:CfnMatchingWorkflow.ResolutionTechniquesPropertyAn object containing therulesfor a matching workflow.Returns union: either
IResolvableorCfnMatchingWorkflow.RuleConditionPropertiesProperty- Specified by:
getRuleConditionPropertiesin interfaceCfnMatchingWorkflow.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()
-