Class DescribeThingRegistrationTaskResponse

    • Method Detail

      • taskId

        public final String taskId()

        The task ID.

        Returns:
        The task ID.
      • creationDate

        public final Instant creationDate()

        The task creation date.

        Returns:
        The task creation date.
      • lastModifiedDate

        public final Instant lastModifiedDate()

        The date when the task was last modified.

        Returns:
        The date when the task was last modified.
      • templateBody

        public final String templateBody()

        The task's template.

        Returns:
        The task's template.
      • inputFileBucket

        public final String inputFileBucket()

        The S3 bucket that contains the input file.

        Returns:
        The S3 bucket that contains the input file.
      • inputFileKey

        public final String inputFileKey()

        The input file key.

        Returns:
        The input file key.
      • roleArn

        public final String roleArn()

        The role ARN that grants access to the input file bucket.

        Returns:
        The role ARN that grants access to the input file bucket.
      • status

        public final Status status()

        The status of the bulk thing provisioning task.

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

        Returns:
        The status of the bulk thing provisioning task.
        See Also:
        Status
      • statusAsString

        public final String statusAsString()

        The status of the bulk thing provisioning task.

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

        Returns:
        The status of the bulk thing provisioning task.
        See Also:
        Status
      • message

        public final String message()

        The message.

        Returns:
        The message.
      • successCount

        public final Integer successCount()

        The number of things successfully provisioned.

        Returns:
        The number of things successfully provisioned.
      • failureCount

        public final Integer failureCount()

        The number of things that failed to be provisioned.

        Returns:
        The number of things that failed to be provisioned.
      • percentageProgress

        public final Integer percentageProgress()

        The progress of the bulk provisioning task expressed as a percentage.

        Returns:
        The progress of the bulk provisioning task expressed as a percentage.
      • 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