@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnclaimDeviceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UnclaimDeviceResult() |
| Modifier and Type | Method and Description |
|---|---|
UnclaimDeviceResult |
clone() |
boolean |
equals(Object obj) |
String |
getState()
The device's final claim state.
|
int |
hashCode() |
void |
setState(String state)
The device's final claim state.
|
String |
toString()
Returns a string representation of this object.
|
UnclaimDeviceResult |
withState(String state)
The device's final claim state.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setState(String state)
The device's final claim state.
state - The device's final claim state.public String getState()
The device's final claim state.
public UnclaimDeviceResult withState(String state)
The device's final claim state.
state - The device's final claim state.public String toString()
toString in class ObjectObject.toString()public UnclaimDeviceResult clone()