Class GetWebExperienceResponse

    • Method Detail

      • applicationId

        public final String applicationId()

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

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

        public final String webExperienceId()

        The identifier of the Amazon Q Business web experience.

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

        public final String webExperienceArn()

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

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

        public final String defaultEndpoint()

        The endpoint of your Amazon Q Business web experience.

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

        public final WebExperienceStatus status()

        The current status of the Amazon Q Business 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 Business 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 Business 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 Business 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
      • createdAt

        public final Instant createdAt()

        The Unix timestamp when the Amazon Q Business web experience was last created.

        Returns:
        The Unix timestamp when the Amazon Q Business web experience was last created.
      • updatedAt

        public final Instant updatedAt()

        The Unix timestamp when the Amazon Q Business web experience was last updated.

        Returns:
        The Unix timestamp when the Amazon Q Business web experience was last updated.
      • title

        public final String title()

        The title for your Amazon Q Business web experience.

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

        public final String subtitle()

        The subtitle for your Amazon Q Business web experience.

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

        public final String welcomeMessage()

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

        Returns:
        The customized welcome message for end users of an Amazon Q Business web experience.
      • roleArn

        public final String roleArn()

        The Amazon Resource Name (ARN) of the service role attached to your web experience.

        Returns:
        The Amazon Resource Name (ARN) of the service role attached to your web experience.
      • authenticationConfiguration

        @Deprecated
        public final WebExperienceAuthConfiguration authenticationConfiguration()
        Deprecated.
        Property associated with legacy SAML IdP flow. Deprecated in favor of using AWS IAM Identity Center for user management.

        The authentication configuration information for your Amazon Q Business web experience.

        Returns:
        The authentication configuration information for your Amazon Q Business 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.
      • 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