public class UnprocessedIdentityId extends Object implements Serializable
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
| Constructor and Description |
|---|
UnprocessedIdentityId() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getErrorCode()
The error code indicating the type of error that occurred.
|
String |
getIdentityId()
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UnprocessedIdentityId |
withErrorCode(ErrorCode errorCode)
The error code indicating the type of error that occurred.
|
UnprocessedIdentityId |
withErrorCode(String errorCode)
The error code indicating the type of error that occurred.
|
UnprocessedIdentityId |
withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
|
public String getIdentityId()
A unique identifier in the format REGION:GUID.
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
A unique identifier in the format REGION:GUID.
public void setIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
identityId - A unique identifier in the format REGION:GUID.
public UnprocessedIdentityId withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
identityId - A unique identifier in the format REGION:GUID.
public String getErrorCode()
The error code indicating the type of error that occurred.
Constraints:
Allowed Values: AccessDenied, InternalServerError
The error code indicating the type of error that occurred.
ErrorCodepublic void setErrorCode(String errorCode)
The error code indicating the type of error that occurred.
Constraints:
Allowed Values: AccessDenied, InternalServerError
errorCode - The error code indicating the type of error that occurred.
ErrorCodepublic UnprocessedIdentityId withErrorCode(String errorCode)
The error code indicating the type of error that occurred.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: AccessDenied, InternalServerError
errorCode - The error code indicating the type of error that occurred.
ErrorCodepublic void setErrorCode(ErrorCode errorCode)
The error code indicating the type of error that occurred.
Constraints:
Allowed Values: AccessDenied, InternalServerError
errorCode - The error code indicating the type of error that occurred.
ErrorCodepublic UnprocessedIdentityId withErrorCode(ErrorCode errorCode)
The error code indicating the type of error that occurred.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: AccessDenied, InternalServerError
errorCode - The error code indicating the type of error that occurred.
ErrorCodepublic String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.