Class IdMappingTable

    • Method Detail

      • id

        public final String id()

        The unique identifier of the ID mapping table.

        Returns:
        The unique identifier of the ID mapping table.
      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the ID mapping table.

        Returns:
        The Amazon Resource Name (ARN) of the ID mapping table.
      • inputReferenceConfig

        public final IdMappingTableInputReferenceConfig inputReferenceConfig()

        The input reference configuration for the ID mapping table.

        Returns:
        The input reference configuration for the ID mapping table.
      • membershipId

        public final String membershipId()

        The unique identifier of the membership resource for the ID mapping table.

        Returns:
        The unique identifier of the membership resource for the ID mapping table.
      • membershipArn

        public final String membershipArn()

        The Amazon Resource Name (ARN) of the membership resource for the ID mapping table.

        Returns:
        The Amazon Resource Name (ARN) of the membership resource for the ID mapping table.
      • collaborationId

        public final String collaborationId()

        The unique identifier of the collaboration that contains this ID mapping table.

        Returns:
        The unique identifier of the collaboration that contains this ID mapping table.
      • collaborationArn

        public final String collaborationArn()

        The Amazon Resource Name (ARN) of the collaboration that contains this ID mapping table.

        Returns:
        The Amazon Resource Name (ARN) of the collaboration that contains this ID mapping table.
      • description

        public final String description()

        The description of the ID mapping table.

        Returns:
        The description of the ID mapping table.
      • name

        public final String name()

        The name of the ID mapping table.

        Returns:
        The name of the ID mapping table.
      • createTime

        public final Instant createTime()

        The time at which the ID mapping table was created.

        Returns:
        The time at which the ID mapping table was created.
      • updateTime

        public final Instant updateTime()

        The most recent time at which the ID mapping table was updated.

        Returns:
        The most recent time at which the ID mapping table was updated.
      • inputReferenceProperties

        public final IdMappingTableInputReferenceProperties inputReferenceProperties()

        The input reference properties for the ID mapping table.

        Returns:
        The input reference properties for the ID mapping table.
      • kmsKeyArn

        public final String kmsKeyArn()

        The Amazon Resource Name (ARN) of the Amazon Web Services KMS key.

        Returns:
        The Amazon Resource Name (ARN) of the Amazon Web Services KMS key.
      • 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)