@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SidewalkSendDataToDevice extends Object implements Serializable, Cloneable, StructuredPojo
Information about a Sidewalk router.
Constructor and Description |
---|
SidewalkSendDataToDevice() |
Modifier and Type | Method and Description |
---|---|
SidewalkSendDataToDevice |
clone() |
boolean |
equals(Object obj) |
Integer |
getSeq()
The sequence number.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSeq(Integer seq)
The sequence number.
|
String |
toString()
Returns a string representation of this object.
|
SidewalkSendDataToDevice |
withSeq(Integer seq)
The sequence number.
|
public void setSeq(Integer seq)
The sequence number.
seq
- The sequence number.public Integer getSeq()
The sequence number.
public SidewalkSendDataToDevice withSeq(Integer seq)
The sequence number.
seq
- The sequence number.public String toString()
toString
in class Object
Object.toString()
public SidewalkSendDataToDevice clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.