Class DescribeJobExecutionRequest

    • Method Detail

      • jobId

        public final String jobId()

        The unique identifier assigned to this job when it was created.

        Returns:
        The unique identifier assigned to this job when it was created.
      • thingName

        public final String thingName()

        The thing name associated with the device the job execution is running on.

        Returns:
        The thing name associated with the device the job execution is running on.
      • includeJobDocument

        public final Boolean includeJobDocument()

        Optional. When set to true, the response contains the job document. The default is false.

        Returns:
        Optional. When set to true, the response contains the job document. The default is false.
      • executionNumber

        public final Long executionNumber()

        Optional. A number that identifies a particular job execution on a particular device. If not specified, the latest job execution is returned.

        Returns:
        Optional. A number that identifies a particular job execution on a particular device. If not specified, the latest job execution is returned.
      • 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