Class CfnDomain.MatchingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.customerprofiles.CfnDomain.MatchingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomain.MatchingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomain.MatchingProperty
@Stability(Stable)
@Internal
public static final class CfnDomain.MatchingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomain.MatchingProperty
An implementation for
CfnDomain.MatchingProperty-
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.customerprofiles.CfnDomain.MatchingProperty
CfnDomain.MatchingProperty.Builder, CfnDomain.MatchingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomain.MatchingProperty.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 ObjectConfiguration information about the auto-merging process.final ObjectThe flag that enables the matching process of duplicate profiles.final ObjectThe S3 location where Identity Resolution Jobs write result files.final ObjectThe day and time when do you want to start the Identity Resolution Job every week.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 theCfnDomain.MatchingProperty.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnDomain.MatchingPropertyThe flag that enables the matching process of duplicate profiles.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnDomain.MatchingProperty- See Also:
-
getAutoMerging
Description copied from interface:CfnDomain.MatchingPropertyConfiguration information about the auto-merging process.Returns union: either
IResolvableorCfnDomain.AutoMergingProperty- Specified by:
getAutoMergingin interfaceCfnDomain.MatchingProperty- See Also:
-
getExportingConfig
Description copied from interface:CfnDomain.MatchingPropertyThe S3 location where Identity Resolution Jobs write result files.Returns union: either
IResolvableorCfnDomain.ExportingConfigProperty- Specified by:
getExportingConfigin interfaceCfnDomain.MatchingProperty- See Also:
-
getJobSchedule
Description copied from interface:CfnDomain.MatchingPropertyThe day and time when do you want to start the Identity Resolution Job every week.Returns union: either
IResolvableorCfnDomain.JobScheduleProperty- Specified by:
getJobSchedulein interfaceCfnDomain.MatchingProperty- 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()
-