Class UpdateGlossaryResponse

    • Method Detail

      • description

        public final String description()

        The description to be updated as part of the UpdateGlossary action.

        Returns:
        The description to be updated as part of the UpdateGlossary action.
      • domainId

        public final String domainId()

        The identifier of the Amazon DataZone domain in which a business glossary is to be updated.

        Returns:
        The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
      • id

        public final String id()

        The identifier of the business glossary that is to be updated.

        Returns:
        The identifier of the business glossary that is to be updated.
      • name

        public final String name()

        The name to be updated as part of the UpdateGlossary action.

        Returns:
        The name to be updated as part of the UpdateGlossary action.
      • owningProjectId

        public final String owningProjectId()

        The identifier of the project in which to update a business glossary.

        Returns:
        The identifier of the project in which to update a business glossary.
      • status

        public final GlossaryStatus status()

        The status to be updated as part of the UpdateGlossary action.

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

        Returns:
        The status to be updated as part of the UpdateGlossary action.
        See Also:
        GlossaryStatus
      • statusAsString

        public final String statusAsString()

        The status to be updated as part of the UpdateGlossary action.

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

        Returns:
        The status to be updated as part of the UpdateGlossary action.
        See Also:
        GlossaryStatus
      • 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