public class CreateDevicePoolResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the result of a create device pool request.
Modifier and Type | Field and Description |
---|---|
private DevicePool |
devicePool
The newly created device pool.
|
Constructor and Description |
---|
CreateDevicePoolResult() |
Modifier and Type | Method and Description |
---|---|
CreateDevicePoolResult |
clone() |
boolean |
equals(java.lang.Object obj) |
DevicePool |
getDevicePool()
The newly created device pool.
|
int |
hashCode() |
void |
setDevicePool(DevicePool devicePool)
The newly created device pool.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateDevicePoolResult |
withDevicePool(DevicePool devicePool)
The newly created device pool.
|
private DevicePool devicePool
The newly created device pool.
public void setDevicePool(DevicePool devicePool)
The newly created device pool.
devicePool
- The newly created device pool.public DevicePool getDevicePool()
The newly created device pool.
public CreateDevicePoolResult withDevicePool(DevicePool devicePool)
The newly created device pool.
devicePool
- The newly created device pool.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateDevicePoolResult clone()
clone
in class java.lang.Object