@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDevicePoolResult extends AmazonWebServiceResult<ResponseMetadata> 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()
The device pool you just updated.
|
int |
hashCode() |
void |
setDevicePool(DevicePool devicePool)
The device pool you just updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDevicePoolResult |
withDevicePool(DevicePool devicePool)
The device pool you just updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDevicePool(DevicePool devicePool)
The device pool you just updated.
devicePool - The device pool you just updated.public DevicePool getDevicePool()
The device pool you just updated.
public UpdateDevicePoolResult withDevicePool(DevicePool devicePool)
The device pool you just updated.
devicePool - The device pool you just updated.public String toString()
toString in class ObjectObject.toString()public UpdateDevicePoolResult clone()