@Generated(value="software.amazon.awssdk:codegen") public final class IdentityDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IdentityDescription.Builder,IdentityDescription>
A description of the identity.
Modifier and Type | Class and Description |
---|---|
static interface |
IdentityDescription.Builder |
Modifier and Type | Method and Description |
---|---|
static IdentityDescription.Builder |
builder() |
Instant |
creationDate()
Date on which the identity was created.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identityId()
A unique identifier in the format REGION:GUID.
|
Instant |
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.
|
List<SdkField<?>> |
sdkFields() |
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() |
copy
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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Instant creationDate()
Date on which the identity was created.
public Instant 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()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.