Class GetTriggersRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        A continuation token, if this is a continuation call.

        Returns:
        A continuation token, if this is a continuation call.
      • dependentJobName

        public final String dependentJobName()

        The name of the job to retrieve triggers for. The trigger that can start this job is returned, and if there is no such trigger, all triggers are returned.

        Returns:
        The name of the job to retrieve triggers for. The trigger that can start this job is returned, and if there is no such trigger, all triggers are returned.
      • maxResults

        public final Integer maxResults()

        The maximum size of the response.

        Returns:
        The maximum size of the response.
      • 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