@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MergeDeveloperIdentitiesResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public MergeDeveloperIdentitiesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.