Class GetIdResult
java.lang.Object
com.amazonaws.services.cognitoidentity.model.GetIdResult
- All Implemented Interfaces:
Serializable
,Cloneable
Returned in response to a GetId request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A unique identifier in the format REGION:GUID.int
hashCode()
void
setIdentityId
(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
-
GetIdResult
public GetIdResult()
-
-
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
-