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