Class CreateGlossaryRequest

    • Method Detail

      • clientToken

        public final String clientToken()

        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

        Returns:
        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
      • description

        public final String description()

        The description of this business glossary.

        Returns:
        The description of this business glossary.
      • domainIdentifier

        public final String domainIdentifier()

        The ID of the Amazon DataZone domain in which this business glossary is created.

        Returns:
        The ID of the Amazon DataZone domain in which this business glossary is created.
      • name

        public final String name()

        The name of this business glossary.

        Returns:
        The name of this business glossary.
      • owningProjectIdentifier

        public final String owningProjectIdentifier()

        The ID of the project that currently owns business glossary.

        Returns:
        The ID of the project that currently owns business glossary.
      • 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