Class ListWorkflowsRequest

    • Method Detail

      • domainName

        public final String domainName()

        The unique name of the domain.

        Returns:
        The unique name of the domain.
      • workflowTypeAsString

        public final String workflowTypeAsString()

        The type of workflow. The only supported value is APPFLOW_INTEGRATION.

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

        Returns:
        The type of workflow. The only supported value is APPFLOW_INTEGRATION.
        See Also:
        WorkflowType
      • status

        public final Status status()

        Status of workflow execution.

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

        Returns:
        Status of workflow execution.
        See Also:
        Status
      • statusAsString

        public final String statusAsString()

        Status of workflow execution.

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

        Returns:
        Status of workflow execution.
        See Also:
        Status
      • queryStartDate

        public final Instant queryStartDate()

        Retrieve workflows started after timestamp.

        Returns:
        Retrieve workflows started after timestamp.
      • queryEndDate

        public final Instant queryEndDate()

        Retrieve workflows ended after timestamp.

        Returns:
        Retrieve workflows ended after timestamp.
      • nextToken

        public final String nextToken()

        The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

        Returns:
        The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return per page.

        Returns:
        The maximum number of results to return per page.
      • 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