Class CollaborationIdNamespaceAssociationSummary

    • Method Detail

      • arn

        public final String arn()

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

        Returns:
        The Amazon Resource Name (ARN) of the collaboration ID namespace association.
      • createTime

        public final Instant createTime()

        The time at which the collaboration ID namespace association was created.

        Returns:
        The time at which the collaboration ID namespace association was created.
      • id

        public final String id()

        The unique identifier of the collaboration ID namespace association.

        Returns:
        The unique identifier of the collaboration ID namespace association.
      • updateTime

        public final Instant updateTime()

        The most recent time at which the collaboration ID namespace association was updated.

        Returns:
        The most recent time at which the collaboration ID namespace association was updated.
      • collaborationArn

        public final String collaborationArn()

        The Amazon Resource Name (ARN) of the collaboration that contains this collaboration ID namespace association.

        Returns:
        The Amazon Resource Name (ARN) of the collaboration that contains this collaboration ID namespace association.
      • collaborationId

        public final String collaborationId()

        The unique identifier of the collaboration that contains this collaboration ID namespace association.

        Returns:
        The unique identifier of the collaboration that contains this collaboration ID namespace association.
      • creatorAccountId

        public final String creatorAccountId()

        The Amazon Web Services account that created this collaboration ID namespace association.

        Returns:
        The Amazon Web Services account that created this collaboration ID namespace association.
      • inputReferenceConfig

        public final IdNamespaceAssociationInputReferenceConfig inputReferenceConfig()

        The input reference configuration that's used to create the collaboration ID namespace association.

        Returns:
        The input reference configuration that's used to create the collaboration ID namespace association.
      • name

        public final String name()

        The name of the collaboration ID namespace association.

        Returns:
        The name of the collaboration ID namespace association.
      • description

        public final String description()

        The description of the collaboration ID namepsace association.

        Returns:
        The description of the collaboration ID namepsace association.
      • inputReferenceProperties

        public final IdNamespaceAssociationInputReferencePropertiesSummary inputReferenceProperties()

        The input reference properties that are used to create the collaboration ID namespace association.

        Returns:
        The input reference properties that are used to create the collaboration ID namespace association.
      • 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)