@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InvokeDeviceMethodResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
InvokeDeviceMethodResult() |
Modifier and Type | Method and Description |
---|---|
InvokeDeviceMethodResult |
clone() |
boolean |
equals(Object obj) |
String |
getDeviceMethodResponse()
A JSON encoded string containing the device method response.
|
int |
hashCode() |
void |
setDeviceMethodResponse(String deviceMethodResponse)
A JSON encoded string containing the device method response.
|
String |
toString()
Returns a string representation of this object.
|
InvokeDeviceMethodResult |
withDeviceMethodResponse(String deviceMethodResponse)
A JSON encoded string containing the device method response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDeviceMethodResponse(String deviceMethodResponse)
A JSON encoded string containing the device method response.
deviceMethodResponse
- A JSON encoded string containing the device method response.public String getDeviceMethodResponse()
A JSON encoded string containing the device method response.
public InvokeDeviceMethodResult withDeviceMethodResponse(String deviceMethodResponse)
A JSON encoded string containing the device method response.
deviceMethodResponse
- A JSON encoded string containing the device method response.public String toString()
toString
in class Object
Object.toString()
public InvokeDeviceMethodResult clone()