Class IdNamespaceSummary

    • Method Detail

      • createdAt

        public final Instant createdAt()

        The timestamp of when the ID namespace was created.

        Returns:
        The timestamp of when the ID namespace was created.
      • description

        public final String description()

        The description of the ID namespace.

        Returns:
        The description of the ID namespace.
      • idNamespaceArn

        public final String idNamespaceArn()

        The Amazon Resource Name (ARN) of the ID namespace.

        Returns:
        The Amazon Resource Name (ARN) of the ID namespace.
      • idNamespaceName

        public final String idNamespaceName()

        The name of the ID namespace.

        Returns:
        The name of the ID namespace.
      • type

        public final IdNamespaceType type()

        The type of ID namespace. There are two types: SOURCE and TARGET.

        The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

        The TARGET contains a configuration of targetId to which all sourceIds will resolve to.

        If the service returns an enum value that is not available in the current SDK version, type will return IdNamespaceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        The type of ID namespace. There are two types: SOURCE and TARGET.

        The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

        The TARGET contains a configuration of targetId to which all sourceIds will resolve to.

        See Also:
        IdNamespaceType
      • typeAsString

        public final String typeAsString()

        The type of ID namespace. There are two types: SOURCE and TARGET.

        The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

        The TARGET contains a configuration of targetId to which all sourceIds will resolve to.

        If the service returns an enum value that is not available in the current SDK version, type will return IdNamespaceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        The type of ID namespace. There are two types: SOURCE and TARGET.

        The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

        The TARGET contains a configuration of targetId to which all sourceIds will resolve to.

        See Also:
        IdNamespaceType
      • updatedAt

        public final Instant updatedAt()

        The timestamp of when the ID namespace was last updated.

        Returns:
        The timestamp of when the ID namespace was last updated.
      • hashCode

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

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)