Class GetDeviceResult
- java.lang.Object
-
- com.amazonaws.services.devicefarm.model.GetDeviceResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class GetDeviceResult extends Object implements Serializable, Cloneable
Represents the result of a get device request.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetDeviceResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetDeviceResult
clone()
boolean
equals(Object obj)
Device
getDevice()
int
hashCode()
void
setDevice(Device device)
String
toString()
Returns a string representation of this object; useful for testing and debugging.GetDeviceResult
withDevice(Device device)
-
-
-
Method Detail
-
setDevice
public void setDevice(Device device)
- Parameters:
device
-
-
getDevice
public Device getDevice()
- Returns:
-
withDevice
public GetDeviceResult withDevice(Device device)
- Parameters:
device
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetDeviceResult clone()
-
-