Class CreateExportResponse

    • Method Detail

      • exportId

        public final String exportId()

        An identifier for a specific request to create an export.

        Returns:
        An identifier for a specific request to create an export.
      • resourceSpecification

        public final ExportResourceSpecification resourceSpecification()

        A description of the type of resource that was exported, either a bot or a bot locale.

        Returns:
        A description of the type of resource that was exported, either a bot or a bot locale.
      • fileFormatAsString

        public final String fileFormatAsString()

        The file format used for the bot or bot locale definition files.

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

        Returns:
        The file format used for the bot or bot locale definition files.
        See Also:
        ImportExportFileFormat
      • exportStatus

        public final ExportStatus exportStatus()

        The status of the export. When the status is Completed, you can use the DescribeExport operation to get the pre-signed S3 URL link to your exported bot or bot locale.

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

        Returns:
        The status of the export. When the status is Completed, you can use the DescribeExport operation to get the pre-signed S3 URL link to your exported bot or bot locale.
        See Also:
        ExportStatus
      • exportStatusAsString

        public final String exportStatusAsString()

        The status of the export. When the status is Completed, you can use the DescribeExport operation to get the pre-signed S3 URL link to your exported bot or bot locale.

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

        Returns:
        The status of the export. When the status is Completed, you can use the DescribeExport operation to get the pre-signed S3 URL link to your exported bot or bot locale.
        See Also:
        ExportStatus
      • creationDateTime

        public final Instant creationDateTime()

        The date and time that the request to export a bot was created.

        Returns:
        The date and time that the request to export a bot was created.
      • 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