public class RegisterDeviceResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
RegisterDeviceResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDeviceId()
Returns the value of the DeviceId property for this object.
|
int |
hashCode() |
void |
setDeviceId(java.lang.String deviceId)
Sets the value of the DeviceId property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RegisterDeviceResult |
withDeviceId(java.lang.String deviceId)
Sets the value of the DeviceId property for this object.
|
public java.lang.String getDeviceId()
Constraints:
Length: 1 - 256
public void setDeviceId(java.lang.String deviceId)
Constraints:
Length: 1 - 256
deviceId - The new value for the DeviceId property for this object.public RegisterDeviceResult withDeviceId(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object