Class GetApplicationResponse

    • Method Detail

      • applicationArn

        public final String applicationArn()

        The Amazon Resource Name (ARN) of the Amazon Q application.

        Returns:
        The Amazon Resource Name (ARN) of the Amazon Q application.
      • applicationId

        public final String applicationId()

        The identifier of the Amazon Q application.

        Returns:
        The identifier of the Amazon Q application.
      • attachmentsConfiguration

        public final AppliedAttachmentsConfiguration attachmentsConfiguration()

        Settings for whether end users can upload files directly during chat.

        Returns:
        Settings for whether end users can upload files directly during chat.
      • createdAt

        public final Instant createdAt()

        The Unix timestamp when the Amazon Q application was last updated.

        Returns:
        The Unix timestamp when the Amazon Q application was last updated.
      • description

        public final String description()

        A description for the Amazon Q application.

        Returns:
        A description for the Amazon Q application.
      • displayName

        public final String displayName()

        The name of the Amazon Q application.

        Returns:
        The name of the Amazon Q application.
      • encryptionConfiguration

        public final EncryptionConfiguration encryptionConfiguration()

        The identifier of the Amazon Web Services KMS key that is used to encrypt your data. Amazon Q doesn't support asymmetric keys.

        Returns:
        The identifier of the Amazon Web Services KMS key that is used to encrypt your data. Amazon Q doesn't support asymmetric keys.
      • error

        public final ErrorDetail error()

        If the Status field is set to ERROR, the ErrorMessage field contains a description of the error that caused the synchronization to fail.

        Returns:
        If the Status field is set to ERROR, the ErrorMessage field contains a description of the error that caused the synchronization to fail.
      • roleArn

        public final String roleArn()

        The Amazon Resource Name (ARN) of the IAM with permissions to access your CloudWatch logs and metrics.

        Returns:
        The Amazon Resource Name (ARN) of the IAM with permissions to access your CloudWatch logs and metrics.
      • updatedAt

        public final Instant updatedAt()

        The Unix timestamp when the Amazon Q application was last updated.

        Returns:
        The Unix timestamp when the Amazon Q application was last updated.
      • 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