StructuredPojo
, ToCopyableBuilder<IdentityDescription.Builder,IdentityDescription>
@Generated("software.amazon.awssdk:codegen") public class IdentityDescription extends Object implements StructuredPojo, ToCopyableBuilder<IdentityDescription.Builder,IdentityDescription>
A description of the identity.
Modifier and Type | Class | Description |
---|---|---|
static interface |
IdentityDescription.Builder |
Modifier and Type | Method | Description |
---|---|---|
static IdentityDescription.Builder |
builder() |
|
Date |
creationDate() |
Date on which the identity was created.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
identityId() |
A unique identifier in the format REGION:GUID.
|
Date |
lastModifiedDate() |
Date on which the identity was last modified.
|
List<String> |
logins() |
A set of optional name-value pairs that map provider names to provider tokens.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends IdentityDescription.Builder> |
serializableBuilderClass() |
|
IdentityDescription.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 List<String> logins()
A set of optional name-value pairs that map provider names to provider tokens.
public Date creationDate()
Date on which the identity was created.
public Date lastModifiedDate()
Date on which the identity was last modified.
public IdentityDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<IdentityDescription.Builder,IdentityDescription>
public static IdentityDescription.Builder builder()
public static Class<? extends IdentityDescription.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.