Class CfnMatchingWorkflow.RuleBasedPropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.entityresolution.CfnMatchingWorkflow.RuleBasedPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMatchingWorkflow.RuleBasedPropertiesProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMatchingWorkflow.RuleBasedPropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnMatchingWorkflow.RuleBasedPropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMatchingWorkflow.RuleBasedPropertiesProperty
An implementation for
CfnMatchingWorkflow.RuleBasedPropertiesProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.entityresolution.CfnMatchingWorkflow.RuleBasedPropertiesProperty
CfnMatchingWorkflow.RuleBasedPropertiesProperty.Builder, CfnMatchingWorkflow.RuleBasedPropertiesProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMatchingWorkflow.RuleBasedPropertiesProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The comparison type.final String
An indicator of whether to generate IDs and index the data or not.final Object
getRules()
A list ofRule
objects, each of which have fieldsRuleName
andMatchingKeys
.final int
hashCode()
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.RuleBasedPropertiesProperty.Builder
.
-
-
Method Details
-
getAttributeMatchingModel
Description copied from interface:CfnMatchingWorkflow.RuleBasedPropertiesProperty
The comparison type. You can either chooseONE_TO_ONE
orMANY_TO_MANY
as theattributeMatchingModel
.If you choose
MANY_TO_MANY
, the system can match attributes across the sub-types of an attribute type. For example, if the value of theEmail
field of Profile A and the value ofBusinessEmail
field of Profile B matches, the two profiles are matched on theEmail
attribute type.If you choose
ONE_TO_ONE
, the system can only match attributes if the sub-types are an exact match. For example, for theEmail
attribute type, the system will only consider it a match if the value of theEmail
field of Profile A matches the value of theEmail
field of Profile B.- Specified by:
getAttributeMatchingModel
in interfaceCfnMatchingWorkflow.RuleBasedPropertiesProperty
- See Also:
-
getRules
Description copied from interface:CfnMatchingWorkflow.RuleBasedPropertiesProperty
A list ofRule
objects, each of which have fieldsRuleName
andMatchingKeys
.- Specified by:
getRules
in interfaceCfnMatchingWorkflow.RuleBasedPropertiesProperty
- See Also:
-
getMatchPurpose
Description copied from interface:CfnMatchingWorkflow.RuleBasedPropertiesProperty
An indicator of whether to generate IDs and index the data or not.If you choose
IDENTIFIER_GENERATION
, the process generates IDs and indexes the data.If you choose
INDEXING
, the process indexes the data without generating IDs.- Specified by:
getMatchPurpose
in interfaceCfnMatchingWorkflow.RuleBasedPropertiesProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-