@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportedSidewalkDevice extends Object implements Serializable, Cloneable, StructuredPojo
Information about a Sidewalk device that has been added to an import task.
| Constructor and Description |
|---|
ImportedSidewalkDevice() |
| Modifier and Type | Method and Description |
|---|---|
ImportedSidewalkDevice |
clone() |
boolean |
equals(Object obj) |
Date |
getLastUpdateTime()
The time at which the status information was last updated.
|
String |
getOnboardingStatus()
The onboarding status of the Sidewalk device in the import task.
|
String |
getOnboardingStatusReason()
The reason for the onboarding status information for the Sidewalk device.
|
String |
getSidewalkManufacturingSn()
The Sidewalk manufacturing serial number (SMSN) of the Sidewalk device.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLastUpdateTime(Date lastUpdateTime)
The time at which the status information was last updated.
|
void |
setOnboardingStatus(String onboardingStatus)
The onboarding status of the Sidewalk device in the import task.
|
void |
setOnboardingStatusReason(String onboardingStatusReason)
The reason for the onboarding status information for the Sidewalk device.
|
void |
setSidewalkManufacturingSn(String sidewalkManufacturingSn)
The Sidewalk manufacturing serial number (SMSN) of the Sidewalk device.
|
String |
toString()
Returns a string representation of this object.
|
ImportedSidewalkDevice |
withLastUpdateTime(Date lastUpdateTime)
The time at which the status information was last updated.
|
ImportedSidewalkDevice |
withOnboardingStatus(OnboardStatus onboardingStatus)
The onboarding status of the Sidewalk device in the import task.
|
ImportedSidewalkDevice |
withOnboardingStatus(String onboardingStatus)
The onboarding status of the Sidewalk device in the import task.
|
ImportedSidewalkDevice |
withOnboardingStatusReason(String onboardingStatusReason)
The reason for the onboarding status information for the Sidewalk device.
|
ImportedSidewalkDevice |
withSidewalkManufacturingSn(String sidewalkManufacturingSn)
The Sidewalk manufacturing serial number (SMSN) of the Sidewalk device.
|
public void setSidewalkManufacturingSn(String sidewalkManufacturingSn)
The Sidewalk manufacturing serial number (SMSN) of the Sidewalk device.
sidewalkManufacturingSn - The Sidewalk manufacturing serial number (SMSN) of the Sidewalk device.public String getSidewalkManufacturingSn()
The Sidewalk manufacturing serial number (SMSN) of the Sidewalk device.
public ImportedSidewalkDevice withSidewalkManufacturingSn(String sidewalkManufacturingSn)
The Sidewalk manufacturing serial number (SMSN) of the Sidewalk device.
sidewalkManufacturingSn - The Sidewalk manufacturing serial number (SMSN) of the Sidewalk device.public void setOnboardingStatus(String onboardingStatus)
The onboarding status of the Sidewalk device in the import task.
onboardingStatus - The onboarding status of the Sidewalk device in the import task.OnboardStatuspublic String getOnboardingStatus()
The onboarding status of the Sidewalk device in the import task.
OnboardStatuspublic ImportedSidewalkDevice withOnboardingStatus(String onboardingStatus)
The onboarding status of the Sidewalk device in the import task.
onboardingStatus - The onboarding status of the Sidewalk device in the import task.OnboardStatuspublic ImportedSidewalkDevice withOnboardingStatus(OnboardStatus onboardingStatus)
The onboarding status of the Sidewalk device in the import task.
onboardingStatus - The onboarding status of the Sidewalk device in the import task.OnboardStatuspublic void setOnboardingStatusReason(String onboardingStatusReason)
The reason for the onboarding status information for the Sidewalk device.
onboardingStatusReason - The reason for the onboarding status information for the Sidewalk device.public String getOnboardingStatusReason()
The reason for the onboarding status information for the Sidewalk device.
public ImportedSidewalkDevice withOnboardingStatusReason(String onboardingStatusReason)
The reason for the onboarding status information for the Sidewalk device.
onboardingStatusReason - The reason for the onboarding status information for the Sidewalk device.public void setLastUpdateTime(Date lastUpdateTime)
The time at which the status information was last updated.
lastUpdateTime - The time at which the status information was last updated.public Date getLastUpdateTime()
The time at which the status information was last updated.
public ImportedSidewalkDevice withLastUpdateTime(Date lastUpdateTime)
The time at which the status information was last updated.
lastUpdateTime - The time at which the status information was last updated.public String toString()
toString in class ObjectObject.toString()public ImportedSidewalkDevice clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.