Class ListSearchResultExportJobsRequest

    • Method Detail

      • status

        public final ExportJobStatus status()

        The search jobs to be included in the export job can be filtered by including this parameter.

        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:
        The search jobs to be included in the export job can be filtered by including this parameter.
        See Also:
        ExportJobStatus
      • statusAsString

        public final String statusAsString()

        The search jobs to be included in the export job can be filtered by including this parameter.

        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:
        The search jobs to be included in the export job can be filtered by including this parameter.
        See Also:
        ExportJobStatus
      • searchJobIdentifier

        public final String searchJobIdentifier()

        The unique string that specifies the search job.

        Returns:
        The unique string that specifies the search job.
      • nextToken

        public final String nextToken()

        The next item following a partial list of returned backups included in a search job.

        For example, if a request is made to return MaxResults number of backups, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

        Returns:
        The next item following a partial list of returned backups included in a search job.

        For example, if a request is made to return MaxResults number of backups, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

      • maxResults

        public final Integer maxResults()

        The maximum number of resource list items to be returned.

        Returns:
        The maximum number of resource list items to be returned.
      • 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