StructuredPojo
, ToCopyableBuilder<UnprocessedIdentityId.Builder,UnprocessedIdentityId>
@Generated("software.amazon.awssdk:codegen") public class UnprocessedIdentityId extends Object implements StructuredPojo, ToCopyableBuilder<UnprocessedIdentityId.Builder,UnprocessedIdentityId>
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UnprocessedIdentityId.Builder |
Modifier and Type | Method | Description |
---|---|---|
static UnprocessedIdentityId.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
errorCode() |
The error code indicating the type of error that occurred.
|
int |
hashCode() |
|
String |
identityId() |
A unique identifier in the format REGION:GUID.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends UnprocessedIdentityId.Builder> |
serializableBuilderClass() |
|
UnprocessedIdentityId.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String identityId()
A unique identifier in the format REGION:GUID.
public String errorCode()
The error code indicating the type of error that occurred.
ErrorCode
public UnprocessedIdentityId.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UnprocessedIdentityId.Builder,UnprocessedIdentityId>
public static UnprocessedIdentityId.Builder builder()
public static Class<? extends UnprocessedIdentityId.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.