@Generated(value="software.amazon.awssdk:codegen") public final class GetWirelessDeviceImportTaskResponse extends IotWirelessResponse implements ToCopyableBuilder<GetWirelessDeviceImportTaskResponse.Builder,GetWirelessDeviceImportTaskResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetWirelessDeviceImportTaskResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN (Amazon Resource Name) of the import task.
|
static GetWirelessDeviceImportTaskResponse.Builder |
builder() |
Instant |
creationTime()
The time at which the import task was created.
|
String |
destinationName()
The name of the destination that's assigned to the wireless devices in the import task.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Long |
failedImportedDeviceCount()
The number of devices in the import task that failed to onboard to the import task.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the import task for which information is retrieved.
|
Long |
initializedImportedDeviceCount()
The number of devices in the import task that are waiting for the control log to start processing.
|
Long |
onboardedImportedDeviceCount()
The number of devices in the import task that have been onboarded to the import task.
|
Long |
pendingImportedDeviceCount()
The number of devices in the import task that are waiting in the import task queue to be onboarded.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetWirelessDeviceImportTaskResponse.Builder> |
serializableBuilderClass() |
SidewalkGetStartImportInfo |
sidewalk()
The Sidewalk-related information about an import task.
|
ImportTaskStatus |
status()
The import task status.
|
String |
statusAsString()
The import task status.
|
String |
statusReason()
The reason for the provided status information, such as a validation error that causes the import task to fail.
|
GetWirelessDeviceImportTaskResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The identifier of the import task for which information is retrieved.
public final String arn()
The ARN (Amazon Resource Name) of the import task.
public final String destinationName()
The name of the destination that's assigned to the wireless devices in the import task.
public final SidewalkGetStartImportInfo sidewalk()
The Sidewalk-related information about an import task.
public final Instant creationTime()
The time at which the import task was created.
public final ImportTaskStatus status()
The import task status.
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 import task status.
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 for the provided status information, such as a validation error that causes the import task to fail.
public final Long initializedImportedDeviceCount()
The number of devices in the import task that are waiting for the control log to start processing.
public final Long pendingImportedDeviceCount()
The number of devices in the import task that are waiting in the import task queue to be onboarded.
public final Long onboardedImportedDeviceCount()
The number of devices in the import task that have been onboarded to the import task.
public final Long failedImportedDeviceCount()
The number of devices in the import task that failed to onboard to the import task.
public GetWirelessDeviceImportTaskResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetWirelessDeviceImportTaskResponse.Builder,GetWirelessDeviceImportTaskResponse>toBuilder in class AwsResponsepublic static GetWirelessDeviceImportTaskResponse.Builder builder()
public static Class<? extends GetWirelessDeviceImportTaskResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.