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