public class MergeDeveloperIdentitiesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Returned in response to a successful MergeDeveloperIdentities
action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
identityId
A unique identifier in the format REGION:GUID.
|
Constructor and Description |
---|
MergeDeveloperIdentitiesResult() |
Modifier and Type | Method and Description |
---|---|
MergeDeveloperIdentitiesResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getIdentityId()
A unique identifier in the format REGION:GUID.
|
int |
hashCode() |
void |
setIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
MergeDeveloperIdentitiesResult |
withIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
|
private java.lang.String identityId
A unique identifier in the format REGION:GUID.
public void setIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
identityId
- A unique identifier in the format REGION:GUID.public java.lang.String getIdentityId()
A unique identifier in the format REGION:GUID.
public MergeDeveloperIdentitiesResult withIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
identityId
- A unique identifier in the format REGION:GUID.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public MergeDeveloperIdentitiesResult clone()
clone
in class java.lang.Object