Class ExportSummary

    • Method Detail

      • exportId

        public final String exportId()

        The unique identifier that Amazon Lex assigned to the export.

        Returns:
        The unique identifier that Amazon Lex assigned to the export.
      • resourceSpecification

        public final ExportResourceSpecification resourceSpecification()

        Information about the bot or bot locale that was exported.

        Returns:
        Information about the bot or bot locale that was exported.
      • exportStatus

        public final ExportStatus exportStatus()

        The status of the export. When the status is Completed the export is ready to 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 is ready to download.
        See Also:
        ExportStatus
      • exportStatusAsString

        public final String exportStatusAsString()

        The status of the export. When the status is Completed the export is ready to 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 is ready to 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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)