Class ListJobExecutionsForThingRequest

    • Method Detail

      • thingName

        public final String thingName()

        The thing name.

        Returns:
        The thing name.
      • statusAsString

        public final String statusAsString()

        An optional filter that lets you search for jobs that have the specified status.

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

        Returns:
        An optional filter that lets you search for jobs that have the specified status.
        See Also:
        JobExecutionStatus
      • namespaceId

        public final String namespaceId()

        The namespace used to indicate that a job is a customer-managed job.

        When you specify a value for this parameter, Amazon Web Services IoT Core sends jobs notifications to MQTT topics that contain the value in the following format.

        $aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/

        The namespaceId feature is only supported by IoT Greengrass at this time. For more information, see Setting up IoT Greengrass core devices.

        Returns:
        The namespace used to indicate that a job is a customer-managed job.

        When you specify a value for this parameter, Amazon Web Services IoT Core sends jobs notifications to MQTT topics that contain the value in the following format.

        $aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/

        The namespaceId feature is only supported by IoT Greengrass at this time. For more information, see Setting up IoT Greengrass core devices.

      • maxResults

        public final Integer maxResults()

        The maximum number of results to be returned per request.

        Returns:
        The maximum number of results to be returned per request.
      • nextToken

        public final String nextToken()

        The token to retrieve the next set of results.

        Returns:
        The token to retrieve the next set of results.
      • jobId

        public final String jobId()

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

        Returns:
        The unique identifier you assigned to this job when it was created.
      • 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