@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) |
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)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.