Class UpdateQAppRequest

    • Method Detail

      • instanceId

        public final String instanceId()

        The unique identifier of the Amazon Q Business application environment instance.

        Returns:
        The unique identifier of the Amazon Q Business application environment instance.
      • appId

        public final String appId()

        The unique identifier of the Q App to update.

        Returns:
        The unique identifier of the Q App to update.
      • title

        public final String title()

        The new title for the Q App.

        Returns:
        The new title for the Q App.
      • description

        public final String description()

        The new description for the Q App.

        Returns:
        The new description for the Q App.
      • appDefinition

        public final AppDefinitionInput appDefinition()

        The new definition specifying the cards and flow for the Q App.

        Returns:
        The new definition specifying the cards and flow for the Q App.
      • 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