@Generated(value="software.amazon.awssdk:codegen") public final class WirelessDeviceImportTask extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WirelessDeviceImportTask.Builder,WirelessDeviceImportTask>
Information about an import task for wireless devices.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WirelessDeviceImportTask.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN (Amazon Resource Name) of the wireless device import task.
|
static WirelessDeviceImportTask.Builder |
builder() |
Instant |
creationTime()
The time at which the import task was created.
|
String |
destinationName()
The name of the Sidewalk destination that that describes the IoT rule to route messages from the device in the
import task that will be onboarded to AWS IoT Wireless
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Long |
failedImportedDeviceCount()
The summary information of count of wireless devices in an import task that failed to onboarded to the import
task.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the wireless device import task.
|
Long |
initializedImportedDeviceCount()
The summary information of count of wireless devices that are waiting for the control log to be added to an
import task.
|
Long |
onboardedImportedDeviceCount()
The summary information of count of wireless devices in an import task that have been onboarded to the import
task.
|
Long |
pendingImportedDeviceCount()
The summary information of count of wireless devices in an import task that are waiting in the queue to be
onboarded.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends WirelessDeviceImportTask.Builder> |
serializableBuilderClass() |
SidewalkGetStartImportInfo |
sidewalk()
The Sidewalk-related information of the wireless device import task.
|
ImportTaskStatus |
status()
The status information of the wireless device import task.
|
String |
statusAsString()
The status information of the wireless device import task.
|
String |
statusReason()
The reason that provides additional information about the import task status.
|
WirelessDeviceImportTask.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The ID of the wireless device import task.
public final String arn()
The ARN (Amazon Resource Name) of the wireless device import task.
public final String destinationName()
The name of the Sidewalk destination that that describes the IoT rule to route messages from the device in the import task that will be onboarded to AWS IoT Wireless
public final SidewalkGetStartImportInfo sidewalk()
The Sidewalk-related information of the wireless device import task.
public final Instant creationTime()
The time at which the import task was created.
public final ImportTaskStatus status()
The status information of the wireless device import task.
If the service returns an enum value that is not available in the current SDK version, status will
return ImportTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ImportTaskStatuspublic final String statusAsString()
The status information of the wireless device import task.
If the service returns an enum value that is not available in the current SDK version, status will
return ImportTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ImportTaskStatuspublic final String statusReason()
The reason that provides additional information about the import task status.
public final Long initializedImportedDeviceCount()
The summary information of count of wireless devices that are waiting for the control log to be added to an import task.
public final Long pendingImportedDeviceCount()
The summary information of count of wireless devices in an import task that are waiting in the queue to be onboarded.
public final Long onboardedImportedDeviceCount()
The summary information of count of wireless devices in an import task that have been onboarded to the import task.
public final Long failedImportedDeviceCount()
The summary information of count of wireless devices in an import task that failed to onboarded to the import task.
public WirelessDeviceImportTask.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WirelessDeviceImportTask.Builder,WirelessDeviceImportTask>public static WirelessDeviceImportTask.Builder builder()
public static Class<? extends WirelessDeviceImportTask.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.