@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SidewalkListDevice extends Object implements Serializable, Cloneable, StructuredPojo
Sidewalk object used by list functions.
| Constructor and Description |
|---|
SidewalkListDevice() |
| Modifier and Type | Method and Description |
|---|---|
SidewalkListDevice |
clone() |
boolean |
equals(Object obj) |
String |
getAmazonId()
The Sidewalk Amazon ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAmazonId(String amazonId)
The Sidewalk Amazon ID.
|
String |
toString()
Returns a string representation of this object.
|
SidewalkListDevice |
withAmazonId(String amazonId)
The Sidewalk Amazon ID.
|
public void setAmazonId(String amazonId)
The Sidewalk Amazon ID.
amazonId - The Sidewalk Amazon ID.public String getAmazonId()
The Sidewalk Amazon ID.
public SidewalkListDevice withAmazonId(String amazonId)
The Sidewalk Amazon ID.
amazonId - The Sidewalk Amazon ID.public String toString()
toString in class ObjectObject.toString()public SidewalkListDevice clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.