Class MergeDeveloperIdentitiesResult
java.lang.Object
com.amazonaws.services.cognitoidentity.model.MergeDeveloperIdentitiesResult
- All Implemented Interfaces:
Serializable,Cloneable
Returned in response to a successful MergeDeveloperIdentities
action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA unique identifier in the format REGION:GUID.inthashCode()voidsetIdentityId(String identityId) A unique identifier in the format REGION:GUID.toString()Returns a string representation of this object; useful for testing and debugging.withIdentityId(String identityId) A unique identifier in the format REGION:GUID.
-
Constructor Details
-
MergeDeveloperIdentitiesResult
public MergeDeveloperIdentitiesResult()
-
-
Method Details
-
setIdentityId
A unique identifier in the format REGION:GUID.
- Parameters:
identityId- A unique identifier in the format REGION:GUID.
-
getIdentityId
A unique identifier in the format REGION:GUID.
- Returns:
- A unique identifier in the format REGION:GUID.
-
withIdentityId
A unique identifier in the format REGION:GUID.
- Parameters:
identityId- A unique identifier in the format REGION:GUID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-