Class CfnObjectType.ObjectTypeKeyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.customerprofiles.CfnObjectType.ObjectTypeKeyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnObjectType.ObjectTypeKeyProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnObjectType.ObjectTypeKeyProperty
@Stability(Stable)
@Internal
public static final class CfnObjectType.ObjectTypeKeyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnObjectType.ObjectTypeKeyProperty
An implementation for
CfnObjectType.ObjectTypeKeyProperty
-
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.customerprofiles.CfnObjectType.ObjectTypeKeyProperty
CfnObjectType.ObjectTypeKeyProperty.Builder, CfnObjectType.ObjectTypeKeyProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnObjectType.ObjectTypeKeyProperty.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
The reference for the key name of the fields map.The types of keys that a ProfileObject can have.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 theCfnObjectType.ObjectTypeKeyProperty.Builder
.
-
-
Method Details
-
getFieldNames
Description copied from interface:CfnObjectType.ObjectTypeKeyProperty
The reference for the key name of the fields map.- Specified by:
getFieldNames
in interfaceCfnObjectType.ObjectTypeKeyProperty
-
getStandardIdentifiers
Description copied from interface:CfnObjectType.ObjectTypeKeyProperty
The types of keys that a ProfileObject can have.Each ProfileObject can have only 1 UNIQUE key but multiple PROFILE keys. PROFILE means that this key can be used to tie an object to a PROFILE. UNIQUE means that it can be used to uniquely identify an object. If a key a is marked as SECONDARY, it will be used to search for profiles after all other PROFILE keys have been searched. A LOOKUP_ONLY key is only used to match a profile but is not persisted to be used for searching of the profile. A NEW_ONLY key is only used if the profile does not already exist before the object is ingested, otherwise it is only used for matching objects to profiles.
- Specified by:
getStandardIdentifiers
in interfaceCfnObjectType.ObjectTypeKeyProperty
-
$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()
-