Class ListHumanLoopsRequest

    • Method Detail

      • creationTimeAfter

        public final Instant creationTimeAfter()

        (Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format. For example, 2020-02-24.

        Returns:
        (Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format. For example, 2020-02-24.
      • creationTimeBefore

        public final Instant creationTimeBefore()

        (Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format. For example, 2020-02-24.

        Returns:
        (Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format. For example, 2020-02-24.
      • flowDefinitionArn

        public final String flowDefinitionArn()

        The Amazon Resource Name (ARN) of a flow definition.

        Returns:
        The Amazon Resource Name (ARN) of a flow definition.
      • sortOrder

        public final SortOrder sortOrder()

        Optional. The order for displaying results. Valid values: Ascending and Descending.

        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:
        Optional. The order for displaying results. Valid values: Ascending and Descending.
        See Also:
        SortOrder
      • sortOrderAsString

        public final String sortOrderAsString()

        Optional. The order for displaying results. Valid values: Ascending and Descending.

        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:
        Optional. The order for displaying results. Valid values: Ascending and Descending.
        See Also:
        SortOrder
      • nextToken

        public final String nextToken()

        A token to display the next page of results.

        Returns:
        A token to display the next page of results.
      • maxResults

        public final Integer maxResults()

        The total number of items to return. If the total number of available items is more than the value specified in MaxResults, then a NextToken is returned in the output. You can use this token to display the next page of results.

        Returns:
        The total number of items to return. If the total number of available items is more than the value specified in MaxResults, then a NextToken is returned in the output. You can use this token to display the next page of results.
      • 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