ToCopyableBuilder<DescribeIdentityResponse.Builder,DescribeIdentityResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeIdentityResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeIdentityResponse.Builder,DescribeIdentityResponse>
A description of the identity.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeIdentityResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeIdentityResponse.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.
|
static Class<? extends DescribeIdentityResponse.Builder> |
serializableBuilderClass() |
|
DescribeIdentityResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
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 DescribeIdentityResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeIdentityResponse.Builder,DescribeIdentityResponse>
public static DescribeIdentityResponse.Builder builder()
public static Class<? extends DescribeIdentityResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.