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()booleanThe error code indicating the type of error that occurred.A unique identifier in the format REGION:GUID.inthashCode()voidsetErrorCode(ErrorCode errorCode) The error code indicating the type of error that occurred.voidsetErrorCode(String errorCode) The error code indicating the type of error that occurred.voidsetIdentityId(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
-
equals
-
hashCode
-
clone
-