@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDevicePoolResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the result of a get device pool request.
Constructor and Description |
---|
GetDevicePoolResult() |
Modifier and Type | Method and Description |
---|---|
GetDevicePoolResult |
clone() |
boolean |
equals(Object obj) |
DevicePool |
getDevicePool()
An object that contains information about the requested device pool.
|
int |
hashCode() |
void |
setDevicePool(DevicePool devicePool)
An object that contains information about the requested device pool.
|
String |
toString()
Returns a string representation of this object.
|
GetDevicePoolResult |
withDevicePool(DevicePool devicePool)
An object that contains information about the requested device pool.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDevicePool(DevicePool devicePool)
An object that contains information about the requested device pool.
devicePool
- An object that contains information about the requested device pool.public DevicePool getDevicePool()
An object that contains information about the requested device pool.
public GetDevicePoolResult withDevicePool(DevicePool devicePool)
An object that contains information about the requested device pool.
devicePool
- An object that contains information about the requested device pool.public String toString()
toString
in class Object
Object.toString()
public GetDevicePoolResult clone()