public class GetThingShadowResult extends Object implements Serializable
The output from the GetThingShadow operation.
| Constructor and Description |
|---|
GetThingShadowResult() |
| 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.
|
GetThingShadowResult |
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 GetThingShadowResult 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.