@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportedWirelessDevice extends Object implements Serializable, Cloneable, StructuredPojo
Information about a wireless device that has been added to an import task.
| Constructor and Description |
|---|
ImportedWirelessDevice() |
| Modifier and Type | Method and Description |
|---|---|
ImportedWirelessDevice |
clone() |
boolean |
equals(Object obj) |
ImportedSidewalkDevice |
getSidewalk()
The Sidewalk-related information about a device that has been added to an import task.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSidewalk(ImportedSidewalkDevice sidewalk)
The Sidewalk-related information about a device that has been added to an import task.
|
String |
toString()
Returns a string representation of this object.
|
ImportedWirelessDevice |
withSidewalk(ImportedSidewalkDevice sidewalk)
The Sidewalk-related information about a device that has been added to an import task.
|
public void setSidewalk(ImportedSidewalkDevice sidewalk)
The Sidewalk-related information about a device that has been added to an import task.
sidewalk - The Sidewalk-related information about a device that has been added to an import task.public ImportedSidewalkDevice getSidewalk()
The Sidewalk-related information about a device that has been added to an import task.
public ImportedWirelessDevice withSidewalk(ImportedSidewalkDevice sidewalk)
The Sidewalk-related information about a device that has been added to an import task.
sidewalk - The Sidewalk-related information about a device that has been added to an import task.public String toString()
toString in class ObjectObject.toString()public ImportedWirelessDevice clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.