@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SidewalkCreateWirelessDevice extends Object implements Serializable, Cloneable, StructuredPojo
Sidewalk object for creating a wireless device.
| Constructor and Description |
|---|
SidewalkCreateWirelessDevice() |
| Modifier and Type | Method and Description |
|---|---|
SidewalkCreateWirelessDevice |
clone() |
boolean |
equals(Object obj) |
String |
getDeviceProfileId()
The ID of the Sidewalk device profile.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDeviceProfileId(String deviceProfileId)
The ID of the Sidewalk device profile.
|
String |
toString()
Returns a string representation of this object.
|
SidewalkCreateWirelessDevice |
withDeviceProfileId(String deviceProfileId)
The ID of the Sidewalk device profile.
|
public void setDeviceProfileId(String deviceProfileId)
The ID of the Sidewalk device profile.
deviceProfileId - The ID of the Sidewalk device profile.public String getDeviceProfileId()
The ID of the Sidewalk device profile.
public SidewalkCreateWirelessDevice withDeviceProfileId(String deviceProfileId)
The ID of the Sidewalk device profile.
deviceProfileId - The ID of the Sidewalk device profile.public String toString()
toString in class ObjectObject.toString()public SidewalkCreateWirelessDevice clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.