public class UpdateThingShadowResult extends Object implements Serializable
The output from the UpdateThingShadow operation.
| Constructor and Description |
|---|
UpdateThingShadowResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ByteBuffer |
getPayload()
The state information, in JSON format.
|
int |
hashCode() |
void |
setPayload(ByteBuffer payload)
The state information, in JSON format.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateThingShadowResult |
withPayload(ByteBuffer payload)
The state information, in JSON format.
|
public ByteBuffer getPayload()
The state information, in JSON format.
The state information, in JSON format.
public void setPayload(ByteBuffer payload)
The state information, in JSON format.
payload - The state information, in JSON format.
public UpdateThingShadowResult withPayload(ByteBuffer payload)
The state information, in JSON format.
Returns a reference to this object so that method calls can be chained together.
payload - The state information, in JSON format.
public String toString()
toString in class ObjectObject.toString()Copyright © 2017. All rights reserved.