Class GetSearchResultExportJobResponse

    • Method Detail

      • exportJobIdentifier

        public final String exportJobIdentifier()

        This is the unique string that identifies the specified export job.

        Returns:
        This is the unique string that identifies the specified export job.
      • exportJobArn

        public final String exportJobArn()

        The unique Amazon Resource Name (ARN) that uniquely identifies the export job.

        Returns:
        The unique Amazon Resource Name (ARN) that uniquely identifies the export job.
      • statusAsString

        public final String statusAsString()

        This is the current status of the export job.

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

        Returns:
        This is the current status of the export job.
        See Also:
        ExportJobStatus
      • creationTime

        public final Instant creationTime()

        The date and time that an export job was created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

        Returns:
        The date and time that an export job was created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
      • completionTime

        public final Instant completionTime()

        The date and time that an export job completed, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

        Returns:
        The date and time that an export job completed, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
      • statusMessage

        public final String statusMessage()

        A status message is a string that is returned for search job with a status of FAILED, along with steps to remedy and retry the operation.

        Returns:
        A status message is a string that is returned for search job with a status of FAILED, along with steps to remedy and retry the operation.
      • exportSpecification

        public final ExportSpecification exportSpecification()

        The export specification consists of the destination S3 bucket to which the search results were exported, along with the destination prefix.

        Returns:
        The export specification consists of the destination S3 bucket to which the search results were exported, along with the destination prefix.
      • searchJobArn

        public final String searchJobArn()

        The unique string that identifies the Amazon Resource Name (ARN) of the specified search job.

        Returns:
        The unique string that identifies the Amazon Resource Name (ARN) of the specified search job.
      • 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