Class ListExportJobsRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        The pagination token returned from a previous call to ListExportJobs to indicate the position in the list of export jobs.

        Returns:
        The pagination token returned from a previous call to ListExportJobs to indicate the position in the list of export jobs.
      • pageSize

        public final Integer pageSize()

        Maximum number of export jobs to return at once. Use this parameter to paginate results. If additional export jobs exist beyond the specified limit, the NextToken element is sent in the response. Use the NextToken value in subsequent calls to ListExportJobs to retrieve additional export jobs.

        Returns:
        Maximum number of export jobs to return at once. Use this parameter to paginate results. If additional export jobs exist beyond the specified limit, the NextToken element is sent in the response. Use the NextToken value in subsequent calls to ListExportJobs to retrieve additional export jobs.
      • jobStatus

        public final JobStatus jobStatus()

        A value used to list export jobs that have a certain JobStatus.

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

        Returns:
        A value used to list export jobs that have a certain JobStatus.
        See Also:
        JobStatus
      • jobStatusAsString

        public final String jobStatusAsString()

        A value used to list export jobs that have a certain JobStatus.

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

        Returns:
        A value used to list export jobs that have a certain JobStatus.
        See Also:
        JobStatus
      • 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