Class CfnMatchingWorkflowPropsMixin.InputSourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.entityresolution.CfnMatchingWorkflowPropsMixin.InputSourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMatchingWorkflowPropsMixin.InputSourceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMatchingWorkflowPropsMixin.InputSourceProperty
@Stability(Stable)
@Internal
public static final class CfnMatchingWorkflowPropsMixin.InputSourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMatchingWorkflowPropsMixin.InputSourceProperty
An implementation for
CfnMatchingWorkflowPropsMixin.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.cfnpropertymixins.services.entityresolution.CfnMatchingWorkflowPropsMixin.InputSourceProperty
CfnMatchingWorkflowPropsMixin.InputSourceProperty.Builder, CfnMatchingWorkflowPropsMixin.InputSourceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMatchingWorkflowPropsMixin.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 theCfnMatchingWorkflowPropsMixin.InputSourceProperty.Builder.
-
-
Method Details
-
getApplyNormalization
Description copied from interface:CfnMatchingWorkflowPropsMixin.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 interfaceCfnMatchingWorkflowPropsMixin.InputSourceProperty- See Also:
-
getInputSourceArn
Description copied from interface:CfnMatchingWorkflowPropsMixin.InputSourcePropertyAn object containinginputSourceARN,schemaName, andapplyNormalization.- Specified by:
getInputSourceArnin interfaceCfnMatchingWorkflowPropsMixin.InputSourceProperty- See Also:
-
getSchemaArn
Description copied from interface:CfnMatchingWorkflowPropsMixin.InputSourcePropertyThe name of the schema.- Specified by:
getSchemaArnin interfaceCfnMatchingWorkflowPropsMixin.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()
-