Class GetDevicePoolResult
java.lang.Object
com.amazonaws.services.devicefarm.model.GetDevicePoolResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the result of a get device pool request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setDevicePool
(DevicePool devicePool) toString()
Returns a string representation of this object; useful for testing and debugging.withDevicePool
(DevicePool devicePool)
-
Constructor Details
-
GetDevicePoolResult
public GetDevicePoolResult()
-
-
Method Details
-
setDevicePool
- Parameters:
devicePool
-
-
getDevicePool
- Returns:
-
withDevicePool
- Parameters:
devicePool
-- 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
-