@Deprecated public class RegisterDeviceResult extends Object implements Serializable
Response to a RegisterDevice request.
| Constructor and Description |
|---|
RegisterDeviceResult()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
String |
getDeviceId()
Deprecated.
The unique ID generated for this device by Cognito.
|
int |
hashCode()
Deprecated.
|
void |
setDeviceId(String deviceId)
Deprecated.
The unique ID generated for this device by Cognito.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
RegisterDeviceResult |
withDeviceId(String deviceId)
Deprecated.
The unique ID generated for this device by Cognito.
|
public String getDeviceId()
The unique ID generated for this device by Cognito.
Constraints:
Length: 1 - 256
The unique ID generated for this device by Cognito.
public void setDeviceId(String deviceId)
The unique ID generated for this device by Cognito.
Constraints:
Length: 1 - 256
deviceId - The unique ID generated for this device by Cognito.
public RegisterDeviceResult withDeviceId(String deviceId)
The unique ID generated for this device by Cognito.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
deviceId - The unique ID generated for this device by Cognito.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.