Class GetDeviceResult
java.lang.Object
com.amazonaws.services.devicefarm.model.GetDeviceResult
- All Implemented Interfaces:
Serializable,Cloneable
Represents the result of a get device request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidtoString()Returns a string representation of this object; useful for testing and debugging.withDevice(Device device)
-
Constructor Details
-
GetDeviceResult
public GetDeviceResult()
-
-
Method Details
-
setDevice
- Parameters:
device-
-
getDevice
- Returns:
-
withDevice
- Parameters:
device-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-