Class GetWirelessDeviceImportTaskResponse

    • Method Detail

      • id

        public final String id()

        The identifier of the import task for which information is retrieved.

        Returns:
        The identifier of the import task for which information is retrieved.
      • arn

        public final String arn()

        The ARN (Amazon Resource Name) of the import task.

        Returns:
        The ARN (Amazon Resource Name) of the import task.
      • destinationName

        public final String destinationName()

        The name of the destination that's assigned to the wireless devices in the import task.

        Returns:
        The name of the destination that's assigned to the wireless devices in the import task.
      • sidewalk

        public final SidewalkGetStartImportInfo sidewalk()

        The Sidewalk-related information about an import task.

        Returns:
        The Sidewalk-related information about an import task.
      • creationTime

        public final Instant creationTime()

        The time at which the import task was created.

        Returns:
        The time at which the import task was created.
      • statusReason

        public final String statusReason()

        The reason for the provided status information, such as a validation error that causes the import task to fail.

        Returns:
        The reason for the provided status information, such as a validation error that causes the import task to fail.
      • initializedImportedDeviceCount

        public final Long initializedImportedDeviceCount()

        The number of devices in the import task that are waiting for the control log to start processing.

        Returns:
        The number of devices in the import task that are waiting for the control log to start processing.
      • pendingImportedDeviceCount

        public final Long pendingImportedDeviceCount()

        The number of devices in the import task that are waiting in the import task queue to be onboarded.

        Returns:
        The number of devices in the import task that are waiting in the import task queue to be onboarded.
      • onboardedImportedDeviceCount

        public final Long onboardedImportedDeviceCount()

        The number of devices in the import task that have been onboarded to the import task.

        Returns:
        The number of devices in the import task that have been onboarded to the import task.
      • failedImportedDeviceCount

        public final Long failedImportedDeviceCount()

        The number of devices in the import task that failed to onboard to the import task.

        Returns:
        The number of devices in the import task that failed to onboard to the import task.
      • 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