public class RegisterDeviceResult extends Object implements Serializable
| Constructor and Description |
|---|
RegisterDeviceResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDeviceId()
Returns the value of the DeviceId property for this object.
|
int |
hashCode() |
void |
setDeviceId(String deviceId)
Sets the value of the DeviceId property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RegisterDeviceResult |
withDeviceId(String deviceId)
Sets the value of the DeviceId property for this object.
|
public String getDeviceId()
Constraints:
Length: 1 - 256
public void setDeviceId(String deviceId)
Constraints:
Length: 1 - 256
deviceId - The new value for the DeviceId property for this object.public RegisterDeviceResult withDeviceId(String deviceId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
deviceId - The new value for the DeviceId property for this object.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.