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()booleaninthashCode()voidsetDevicePool(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