Class ListBackendJobsRequest

    • Method Detail

      • appId

        public final String appId()

        The app ID.

        Returns:
        The app ID.
      • backendEnvironmentName

        public final String backendEnvironmentName()

        The name of the backend environment.

        Returns:
        The name of the backend environment.
      • jobId

        public final String jobId()

        The ID for the job.

        Returns:
        The ID for the job.
      • maxResults

        public final Integer maxResults()

        The maximum number of results that you want in the response.

        Returns:
        The maximum number of results that you want in the response.
      • nextToken

        public final String nextToken()

        The token for the next set of results.

        Returns:
        The token for the next set of results.
      • operation

        public final String operation()

        Filters the list of response objects to include only those with the specified operation name.

        Returns:
        Filters the list of response objects to include only those with the specified operation name.
      • status

        public final String status()

        Filters the list of response objects to include only those with the specified status.

        Returns:
        Filters the list of response objects to include only those with the specified 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