@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SidewalkSingleStartImportInfo extends Object implements Serializable, Cloneable, StructuredPojo
Information about an import task created for an individual Sidewalk device.
| Constructor and Description |
|---|
SidewalkSingleStartImportInfo() |
| Modifier and Type | Method and Description |
|---|---|
SidewalkSingleStartImportInfo |
clone() |
boolean |
equals(Object obj) |
String |
getSidewalkManufacturingSn()
The Sidewalk manufacturing serial number (SMSN) of the device added to the import task.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSidewalkManufacturingSn(String sidewalkManufacturingSn)
The Sidewalk manufacturing serial number (SMSN) of the device added to the import task.
|
String |
toString()
Returns a string representation of this object.
|
SidewalkSingleStartImportInfo |
withSidewalkManufacturingSn(String sidewalkManufacturingSn)
The Sidewalk manufacturing serial number (SMSN) of the device added to the import task.
|
public void setSidewalkManufacturingSn(String sidewalkManufacturingSn)
The Sidewalk manufacturing serial number (SMSN) of the device added to the import task.
sidewalkManufacturingSn - The Sidewalk manufacturing serial number (SMSN) of the device added to the import task.public String getSidewalkManufacturingSn()
The Sidewalk manufacturing serial number (SMSN) of the device added to the import task.
public SidewalkSingleStartImportInfo withSidewalkManufacturingSn(String sidewalkManufacturingSn)
The Sidewalk manufacturing serial number (SMSN) of the device added to the import task.
sidewalkManufacturingSn - The Sidewalk manufacturing serial number (SMSN) of the device added to the import task.public String toString()
toString in class ObjectObject.toString()public SidewalkSingleStartImportInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.