Class ListVectorEnrichmentJobsRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of items to return.

        Returns:
        The maximum number of items to return.
      • nextToken

        public final String nextToken()

        If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

        Returns:
        If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
      • sortBy

        public final String sortBy()

        The parameter by which to sort the results.

        Returns:
        The parameter by which to sort the results.
      • sortOrder

        public final SortOrder sortOrder()

        An optional value that specifies whether you want the results sorted in Ascending or Descending order.

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

        Returns:
        An optional value that specifies whether you want the results sorted in Ascending or Descending order.
        See Also:
        SortOrder
      • sortOrderAsString

        public final String sortOrderAsString()

        An optional value that specifies whether you want the results sorted in Ascending or Descending order.

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

        Returns:
        An optional value that specifies whether you want the results sorted in Ascending or Descending order.
        See Also:
        SortOrder
      • statusEquals

        public final String statusEquals()

        A filter that retrieves only jobs with a specific status.

        Returns:
        A filter that retrieves only jobs with a specific status.
      • 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