Class UpdateGlossaryRequest

    • 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 to be updated as part of the UpdateGlossary action.

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

        public final String domainIdentifier()

        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.
      • identifier

        public final String identifier()

        The identifier of the business glossary to be updated.

        Returns:
        The identifier of the business glossary 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.
      • 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