Class CfnMatchingWorkflow.InputSourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.entityresolution.CfnMatchingWorkflow.InputSourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMatchingWorkflow.InputSourceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMatchingWorkflow.InputSourceProperty
@Stability(Stable)
@Internal
public static final class CfnMatchingWorkflow.InputSourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMatchingWorkflow.InputSourceProperty
An implementation for
CfnMatchingWorkflow.InputSourceProperty-
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.InputSourceProperty
CfnMatchingWorkflow.InputSourceProperty.Builder, CfnMatchingWorkflow.InputSourceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMatchingWorkflow.InputSourceProperty.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 ObjectNormalizes the attributes defined in the schema in the input data.final StringAn object containinginputSourceARN,schemaName, andapplyNormalization.final StringThe name of the schema.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.InputSourceProperty.Builder.
-
-
Method Details
-
getInputSourceArn
Description copied from interface:CfnMatchingWorkflow.InputSourcePropertyAn object containinginputSourceARN,schemaName, andapplyNormalization.- Specified by:
getInputSourceArnin interfaceCfnMatchingWorkflow.InputSourceProperty- See Also:
-
getSchemaArn
Description copied from interface:CfnMatchingWorkflow.InputSourcePropertyThe name of the schema.- Specified by:
getSchemaArnin interfaceCfnMatchingWorkflow.InputSourceProperty- See Also:
-
getApplyNormalization
Description copied from interface:CfnMatchingWorkflow.InputSourcePropertyNormalizes the attributes defined in the schema in the input data.For example, if an attribute has an
AttributeTypeofPHONE_NUMBER, and the data in the input table is in a format of 1234567890, AWS Entity Resolution will normalize this field in the output to (123)-456-7890.Returns union: either
BooleanorIResolvable- Specified by:
getApplyNormalizationin interfaceCfnMatchingWorkflow.InputSourceProperty- 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()
-