Class UnprocessedIdentityId
java.lang.Object
com.amazonaws.services.cognitoidentity.model.UnprocessedIdentityId
- All Implemented Interfaces:
Serializable
,Cloneable
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The error code indicating the type of error that occurred.A unique identifier in the format REGION:GUID.int
hashCode()
void
setErrorCode
(ErrorCode errorCode) The error code indicating the type of error that occurred.void
setErrorCode
(String errorCode) The error code indicating the type of error that occurred.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.withErrorCode
(ErrorCode errorCode) The error code indicating the type of error that occurred.withErrorCode
(String errorCode) The error code indicating the type of error that occurred.withIdentityId
(String identityId) A unique identifier in the format REGION:GUID.
-
Constructor Details
-
UnprocessedIdentityId
public UnprocessedIdentityId()
-
-
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.
-
setErrorCode
The error code indicating the type of error that occurred.
- Parameters:
errorCode
- The error code indicating the type of error that occurred.- See Also:
-
getErrorCode
The error code indicating the type of error that occurred.
- Returns:
- The error code indicating the type of error that occurred.
- See Also:
-
withErrorCode
The error code indicating the type of error that occurred.
- Parameters:
errorCode
- The error code indicating the type of error that occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setErrorCode
The error code indicating the type of error that occurred.
- Parameters:
errorCode
- The error code indicating the type of error that occurred.- See Also:
-
withErrorCode
The error code indicating the type of error that occurred.
- Parameters:
errorCode
- The error code indicating the type of error that occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-