@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDevicePoolResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the result of a create device pool request.
Constructor and Description |
---|
CreateDevicePoolResult() |
Modifier and Type | Method and Description |
---|---|
CreateDevicePoolResult |
clone() |
boolean |
equals(Object obj) |
DevicePool |
getDevicePool()
The newly created device pool.
|
int |
hashCode() |
void |
setDevicePool(DevicePool devicePool)
The newly created device pool.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateDevicePoolResult |
withDevicePool(DevicePool devicePool)
The newly created device pool.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 String toString()
toString
in class Object
Object.toString()
public CreateDevicePoolResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.