@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnprocessedIdentityId extends Object implements Serializable, Cloneable, StructuredPojo
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
Constructor and Description |
---|
UnprocessedIdentityId() |
Modifier and Type | Method and Description |
---|---|
UnprocessedIdentityId |
clone() |
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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 void setIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
identityId
- A unique identifier in the format REGION:GUID.public String getIdentityId()
A unique identifier in the format REGION:GUID.
public UnprocessedIdentityId withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
identityId
- A unique identifier in the format REGION:GUID.public void setErrorCode(String errorCode)
The error code indicating the type of error that occurred.
errorCode
- The error code indicating the type of error that occurred.ErrorCode
public String getErrorCode()
The error code indicating the type of error that occurred.
ErrorCode
public UnprocessedIdentityId withErrorCode(String errorCode)
The error code indicating the type of error that occurred.
errorCode
- The error code indicating the type of error that occurred.ErrorCode
public void setErrorCode(ErrorCode errorCode)
The error code indicating the type of error that occurred.
errorCode
- The error code indicating the type of error that occurred.ErrorCode
public UnprocessedIdentityId withErrorCode(ErrorCode errorCode)
The error code indicating the type of error that occurred.
errorCode
- The error code indicating the type of error that occurred.ErrorCode
public String toString()
toString
in class Object
Object.toString()
public UnprocessedIdentityId clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.