JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.iotjobsdataplane.model

Class DescribeJobExecutionRequest

    • Constructor Detail

      • DescribeJobExecutionRequest

        public DescribeJobExecutionRequest()
    • Method Detail

      • setJobId

        public void setJobId(String jobId)

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

        Parameters:
        jobId - The unique identifier assigned to this job when it was created.
      • getJobId

        public String getJobId()

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

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

        public DescribeJobExecutionRequest withJobId(String jobId)

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

        Parameters:
        jobId - The unique identifier assigned to this job when it was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setThingName

        public void setThingName(String thingName)

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

        Parameters:
        thingName - The thing name associated with the device the job execution is running on.
      • getThingName

        public String getThingName()

        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.
      • withThingName

        public DescribeJobExecutionRequest withThingName(String thingName)

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

        Parameters:
        thingName - The thing name associated with the device the job execution is running on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIncludeJobDocument

        public void setIncludeJobDocument(Boolean includeJobDocument)

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

        Parameters:
        includeJobDocument - Optional. When set to true, the response contains the job document. The default is false.
      • getIncludeJobDocument

        public Boolean getIncludeJobDocument()

        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.
      • withIncludeJobDocument

        public DescribeJobExecutionRequest withIncludeJobDocument(Boolean includeJobDocument)

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

        Parameters:
        includeJobDocument - Optional. When set to true, the response contains the job document. The default is false.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isIncludeJobDocument

        public Boolean isIncludeJobDocument()

        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.
      • setExecutionNumber

        public void setExecutionNumber(Long executionNumber)

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

        Parameters:
        executionNumber - Optional. A number that identifies a particular job execution on a particular device. If not specified, the latest job execution is returned.
      • getExecutionNumber

        public Long getExecutionNumber()

        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.
      • withExecutionNumber

        public DescribeJobExecutionRequest withExecutionNumber(Long executionNumber)

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

        Parameters:
        executionNumber - Optional. A number that identifies a particular job execution on a particular device. If not specified, the latest job execution is returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /