Class CreateGlossaryTermResponse

    • Method Detail

      • domainId

        public final String domainId()

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

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

        public final String glossaryId()

        The ID of the business glossary in which this term is created.

        Returns:
        The ID of the business glossary in which this term is created.
      • id

        public final String id()

        The ID of this business glossary term.

        Returns:
        The ID of this business glossary term.
      • longDescription

        public final String longDescription()

        The long description of this business glossary term.

        Returns:
        The long description of this business glossary term.
      • name

        public final String name()

        The name of this business glossary term.

        Returns:
        The name of this business glossary term.
      • shortDescription

        public final String shortDescription()

        The short description of this business glossary term.

        Returns:
        The short description of this business glossary term.
      • termRelations

        public final TermRelations termRelations()

        The term relations of this business glossary term.

        Returns:
        The term relations of this business glossary term.
      • 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