@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWirelessDeviceImportTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetWirelessDeviceImportTaskResult() |
Modifier and Type | Method and Description |
---|---|
GetWirelessDeviceImportTaskResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN (Amazon Resource Name) of the import task.
|
Date |
getCreationTime()
The time at which the import task was created.
|
String |
getDestinationName()
The name of the destination that's assigned to the wireless devices in the import task.
|
Long |
getFailedImportedDeviceCount()
The number of devices in the import task that failed to onboard to the import task.
|
String |
getId()
The identifier of the import task for which information is retrieved.
|
Long |
getInitializedImportedDeviceCount()
The number of devices in the import task that are waiting for the control log to start processing.
|
Long |
getOnboardedImportedDeviceCount()
The number of devices in the import task that have been onboarded to the import task.
|
Long |
getPendingImportedDeviceCount()
The number of devices in the import task that are waiting in the import task queue to be onboarded.
|
SidewalkGetStartImportInfo |
getSidewalk()
The Sidewalk-related information about an import task.
|
String |
getStatus()
The import task status.
|
String |
getStatusReason()
The reason for the provided status information, such as a validation error that causes the import task to fail.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN (Amazon Resource Name) of the import task.
|
void |
setCreationTime(Date creationTime)
The time at which the import task was created.
|
void |
setDestinationName(String destinationName)
The name of the destination that's assigned to the wireless devices in the import task.
|
void |
setFailedImportedDeviceCount(Long failedImportedDeviceCount)
The number of devices in the import task that failed to onboard to the import task.
|
void |
setId(String id)
The identifier of the import task for which information is retrieved.
|
void |
setInitializedImportedDeviceCount(Long initializedImportedDeviceCount)
The number of devices in the import task that are waiting for the control log to start processing.
|
void |
setOnboardedImportedDeviceCount(Long onboardedImportedDeviceCount)
The number of devices in the import task that have been onboarded to the import task.
|
void |
setPendingImportedDeviceCount(Long pendingImportedDeviceCount)
The number of devices in the import task that are waiting in the import task queue to be onboarded.
|
void |
setSidewalk(SidewalkGetStartImportInfo sidewalk)
The Sidewalk-related information about an import task.
|
void |
setStatus(String status)
The import task status.
|
void |
setStatusReason(String statusReason)
The reason for the provided status information, such as a validation error that causes the import task to fail.
|
String |
toString()
Returns a string representation of this object.
|
GetWirelessDeviceImportTaskResult |
withArn(String arn)
The ARN (Amazon Resource Name) of the import task.
|
GetWirelessDeviceImportTaskResult |
withCreationTime(Date creationTime)
The time at which the import task was created.
|
GetWirelessDeviceImportTaskResult |
withDestinationName(String destinationName)
The name of the destination that's assigned to the wireless devices in the import task.
|
GetWirelessDeviceImportTaskResult |
withFailedImportedDeviceCount(Long failedImportedDeviceCount)
The number of devices in the import task that failed to onboard to the import task.
|
GetWirelessDeviceImportTaskResult |
withId(String id)
The identifier of the import task for which information is retrieved.
|
GetWirelessDeviceImportTaskResult |
withInitializedImportedDeviceCount(Long initializedImportedDeviceCount)
The number of devices in the import task that are waiting for the control log to start processing.
|
GetWirelessDeviceImportTaskResult |
withOnboardedImportedDeviceCount(Long onboardedImportedDeviceCount)
The number of devices in the import task that have been onboarded to the import task.
|
GetWirelessDeviceImportTaskResult |
withPendingImportedDeviceCount(Long pendingImportedDeviceCount)
The number of devices in the import task that are waiting in the import task queue to be onboarded.
|
GetWirelessDeviceImportTaskResult |
withSidewalk(SidewalkGetStartImportInfo sidewalk)
The Sidewalk-related information about an import task.
|
GetWirelessDeviceImportTaskResult |
withStatus(ImportTaskStatus status)
The import task status.
|
GetWirelessDeviceImportTaskResult |
withStatus(String status)
The import task status.
|
GetWirelessDeviceImportTaskResult |
withStatusReason(String statusReason)
The reason for the provided status information, such as a validation error that causes the import task to fail.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The identifier of the import task for which information is retrieved.
id
- The identifier of the import task for which information is retrieved.public String getId()
The identifier of the import task for which information is retrieved.
public GetWirelessDeviceImportTaskResult withId(String id)
The identifier of the import task for which information is retrieved.
id
- The identifier of the import task for which information is retrieved.public void setArn(String arn)
The ARN (Amazon Resource Name) of the import task.
arn
- The ARN (Amazon Resource Name) of the import task.public String getArn()
The ARN (Amazon Resource Name) of the import task.
public GetWirelessDeviceImportTaskResult withArn(String arn)
The ARN (Amazon Resource Name) of the import task.
arn
- The ARN (Amazon Resource Name) of the import task.public void setDestinationName(String destinationName)
The name of the destination that's assigned to the wireless devices in the import task.
destinationName
- The name of the destination that's assigned to the wireless devices in the import task.public String getDestinationName()
The name of the destination that's assigned to the wireless devices in the import task.
public GetWirelessDeviceImportTaskResult withDestinationName(String destinationName)
The name of the destination that's assigned to the wireless devices in the import task.
destinationName
- The name of the destination that's assigned to the wireless devices in the import task.public void setSidewalk(SidewalkGetStartImportInfo sidewalk)
The Sidewalk-related information about an import task.
sidewalk
- The Sidewalk-related information about an import task.public SidewalkGetStartImportInfo getSidewalk()
The Sidewalk-related information about an import task.
public GetWirelessDeviceImportTaskResult withSidewalk(SidewalkGetStartImportInfo sidewalk)
The Sidewalk-related information about an import task.
sidewalk
- The Sidewalk-related information about an import task.public void setCreationTime(Date creationTime)
The time at which the import task was created.
creationTime
- The time at which the import task was created.public Date getCreationTime()
The time at which the import task was created.
public GetWirelessDeviceImportTaskResult withCreationTime(Date creationTime)
The time at which the import task was created.
creationTime
- The time at which the import task was created.public void setStatus(String status)
The import task status.
status
- The import task status.ImportTaskStatus
public String getStatus()
The import task status.
ImportTaskStatus
public GetWirelessDeviceImportTaskResult withStatus(String status)
The import task status.
status
- The import task status.ImportTaskStatus
public GetWirelessDeviceImportTaskResult withStatus(ImportTaskStatus status)
The import task status.
status
- The import task status.ImportTaskStatus
public void setStatusReason(String statusReason)
The reason for the provided status information, such as a validation error that causes the import task to fail.
statusReason
- The reason for the provided status information, such as a validation error that causes the import task to
fail.public String getStatusReason()
The reason for the provided status information, such as a validation error that causes the import task to fail.
public GetWirelessDeviceImportTaskResult withStatusReason(String statusReason)
The reason for the provided status information, such as a validation error that causes the import task to fail.
statusReason
- The reason for the provided status information, such as a validation error that causes the import task to
fail.public void setInitializedImportedDeviceCount(Long initializedImportedDeviceCount)
The number of devices in the import task that are waiting for the control log to start processing.
initializedImportedDeviceCount
- The number of devices in the import task that are waiting for the control log to start processing.public Long getInitializedImportedDeviceCount()
The number of devices in the import task that are waiting for the control log to start processing.
public GetWirelessDeviceImportTaskResult withInitializedImportedDeviceCount(Long initializedImportedDeviceCount)
The number of devices in the import task that are waiting for the control log to start processing.
initializedImportedDeviceCount
- The number of devices in the import task that are waiting for the control log to start processing.public void setPendingImportedDeviceCount(Long pendingImportedDeviceCount)
The number of devices in the import task that are waiting in the import task queue to be onboarded.
pendingImportedDeviceCount
- The number of devices in the import task that are waiting in the import task queue to be onboarded.public Long getPendingImportedDeviceCount()
The number of devices in the import task that are waiting in the import task queue to be onboarded.
public GetWirelessDeviceImportTaskResult withPendingImportedDeviceCount(Long pendingImportedDeviceCount)
The number of devices in the import task that are waiting in the import task queue to be onboarded.
pendingImportedDeviceCount
- The number of devices in the import task that are waiting in the import task queue to be onboarded.public void setOnboardedImportedDeviceCount(Long onboardedImportedDeviceCount)
The number of devices in the import task that have been onboarded to the import task.
onboardedImportedDeviceCount
- The number of devices in the import task that have been onboarded to the import task.public Long getOnboardedImportedDeviceCount()
The number of devices in the import task that have been onboarded to the import task.
public GetWirelessDeviceImportTaskResult withOnboardedImportedDeviceCount(Long onboardedImportedDeviceCount)
The number of devices in the import task that have been onboarded to the import task.
onboardedImportedDeviceCount
- The number of devices in the import task that have been onboarded to the import task.public void setFailedImportedDeviceCount(Long failedImportedDeviceCount)
The number of devices in the import task that failed to onboard to the import task.
failedImportedDeviceCount
- The number of devices in the import task that failed to onboard to the import task.public Long getFailedImportedDeviceCount()
The number of devices in the import task that failed to onboard to the import task.
public GetWirelessDeviceImportTaskResult withFailedImportedDeviceCount(Long failedImportedDeviceCount)
The number of devices in the import task that failed to onboard to the import task.
failedImportedDeviceCount
- The number of devices in the import task that failed to onboard to the import task.public String toString()
toString
in class Object
Object.toString()
public GetWirelessDeviceImportTaskResult clone()