Class GetWebExperienceResponse

    • Method Detail

      • applicationId

        public final String applicationId()

        The identifier of the Amazon Q application linked to the web experience.

        Returns:
        The identifier of the Amazon Q application linked to the web experience.
      • authenticationConfiguration

        public final WebExperienceAuthConfiguration authenticationConfiguration()

        The authentication configuration information for your Amazon Q web experience.

        Returns:
        The authentication configuration information for your Amazon Q web experience.
      • createdAt

        public final Instant createdAt()

        The Unix timestamp when the retriever was created.

        Returns:
        The Unix timestamp when the retriever was created.
      • defaultEndpoint

        public final String defaultEndpoint()

        The endpoint of your Amazon Q web experience.

        Returns:
        The endpoint of your Amazon Q web experience.
      • error

        public final ErrorDetail error()

        When the Status field value is FAILED, the ErrorMessage field contains a description of the error that caused the data source connector to fail.

        Returns:
        When the Status field value is FAILED, the ErrorMessage field contains a description of the error that caused the data source connector to fail.
      • status

        public final WebExperienceStatus status()

        The current status of the Amazon Q web experience. When the Status field value is FAILED, the ErrorMessage field contains a description of the error that caused the data source connector to fail.

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

        Returns:
        The current status of the Amazon Q web experience. When the Status field value is FAILED, the ErrorMessage field contains a description of the error that caused the data source connector to fail.
        See Also:
        WebExperienceStatus
      • statusAsString

        public final String statusAsString()

        The current status of the Amazon Q web experience. When the Status field value is FAILED, the ErrorMessage field contains a description of the error that caused the data source connector to fail.

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

        Returns:
        The current status of the Amazon Q web experience. When the Status field value is FAILED, the ErrorMessage field contains a description of the error that caused the data source connector to fail.
        See Also:
        WebExperienceStatus
      • subtitle

        public final String subtitle()

        The subtitle for your Amazon Q web experience.

        Returns:
        The subtitle for your Amazon Q web experience.
      • title

        public final String title()

        The title for your Amazon Q web experience.

        Returns:
        The title for your Amazon Q web experience.
      • updatedAt

        public final Instant updatedAt()

        The Unix timestamp when the data source connector was last updated.

        Returns:
        The Unix timestamp when the data source connector was last updated.
      • webExperienceArn

        public final String webExperienceArn()

        The Amazon Resource Name (ARN) of the role with the permission to access the Amazon Q web experience and required resources.

        Returns:
        The Amazon Resource Name (ARN) of the role with the permission to access the Amazon Q web experience and required resources.
      • webExperienceId

        public final String webExperienceId()

        The identifier of the Amazon Q web experience.

        Returns:
        The identifier of the Amazon Q web experience.
      • welcomeMessage

        public final String welcomeMessage()

        The customized welcome message for end users of an Amazon Q web experience.

        Returns:
        The customized welcome message for end users of an Amazon Q web experience.
      • 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