public class UpdateDevicePoolResult extends Object implements Serializable, Cloneable
Represents the result of an update device pool request.
| Constructor and Description |
|---|
UpdateDevicePoolResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateDevicePoolResult |
clone() |
boolean |
equals(Object obj) |
DevicePool |
getDevicePool() |
int |
hashCode() |
void |
setDevicePool(DevicePool devicePool) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateDevicePoolResult |
withDevicePool(DevicePool devicePool) |
public void setDevicePool(DevicePool devicePool)
devicePool - public DevicePool getDevicePool()
public UpdateDevicePoolResult withDevicePool(DevicePool devicePool)
devicePool - public String toString()
toString in class ObjectObject.toString()public UpdateDevicePoolResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.