public class RegisterDeviceResult extends Object implements Serializable, Cloneable
Response to a RegisterDevice request.
Constructor and Description |
---|
RegisterDeviceResult() |
Modifier and Type | Method and Description |
---|---|
RegisterDeviceResult |
clone() |
boolean |
equals(Object obj) |
String |
getDeviceId()
The unique ID generated for this device by Cognito.
|
int |
hashCode() |
void |
setDeviceId(String deviceId)
The unique ID generated for this device by Cognito.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RegisterDeviceResult |
withDeviceId(String deviceId)
The unique ID generated for this device by Cognito.
|
public void setDeviceId(String deviceId)
The unique ID generated for this device by Cognito.
deviceId
- The unique ID generated for this device by Cognito.public String getDeviceId()
The unique ID generated for this device by Cognito.
public RegisterDeviceResult withDeviceId(String deviceId)
The unique ID generated for this device by Cognito.
deviceId
- The unique ID generated for this device by Cognito.public String toString()
toString
in class Object
Object.toString()
public RegisterDeviceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.