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
  • 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

      protected Jsii$Proxy(CfnObjectType.ObjectTypeKeyProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnObjectType.ObjectTypeKeyProperty.Builder.
  • Method Details

    • getFieldNames

      public final List<String> getFieldNames()
      Description copied from interface: CfnObjectType.ObjectTypeKeyProperty
      The reference for the key name of the fields map.
      Specified by:
      getFieldNames in interface CfnObjectType.ObjectTypeKeyProperty
    • getStandardIdentifiers

      public final List<String> 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 interface CfnObjectType.ObjectTypeKeyProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object