Class UpdateExportResponse

    • Method Detail

      • exportId

        public final String exportId()

        The unique identifier Amazon Lex assigned to the export.

        Returns:
        The unique identifier Amazon Lex assigned to the 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.
      • fileFormat

        public final ImportExportFileFormat fileFormat()

        The file format used for the files that define the resource. The TSV format is required to export a custom vocabulary only; otherwise use LexJson format.

        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 files that define the resource. The TSV format is required to export a custom vocabulary only; otherwise use LexJson format.
        See Also:
        ImportExportFileFormat
      • fileFormatAsString

        public final String fileFormatAsString()

        The file format used for the files that define the resource. The TSV format is required to export a custom vocabulary only; otherwise use LexJson format.

        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 files that define the resource. The TSV format is required to export a custom vocabulary only; otherwise use LexJson format.
        See Also:
        ImportExportFileFormat
      • exportStatus

        public final ExportStatus exportStatus()

        The status of the export. When the status is Completed the export archive is available for download.

        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 the export archive is available for download.
        See Also:
        ExportStatus
      • exportStatusAsString

        public final String exportStatusAsString()

        The status of the export. When the status is Completed the export archive is available for download.

        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 the export archive is available for download.
        See Also:
        ExportStatus
      • creationDateTime

        public final Instant creationDateTime()

        The date and time that the export was created.

        Returns:
        The date and time that the export was created.
      • lastUpdatedDateTime

        public final Instant lastUpdatedDateTime()

        The date and time that the export was last updated.

        Returns:
        The date and time that the export 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