@Generated(value="software.amazon.awssdk:codegen") public class IdentityUsage extends Object implements StructuredPojo, ToCopyableBuilder<IdentityUsage.Builder,IdentityUsage>
| Modifier and Type | Class and Description |
|---|---|
static interface |
IdentityUsage.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IdentityUsage.Builder |
builder() |
Integer |
datasetCount()
Number of datasets for the identity.
|
Long |
dataStorage()
Total data storage for this identity.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identityId()
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
|
String |
identityPoolId()
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
|
Instant |
lastModifiedDate()
Date on which the identity was last modified.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends IdentityUsage.Builder> |
serializableBuilderClass() |
IdentityUsage.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String identityId()
public String identityPoolId()
public Instant lastModifiedDate()
public Integer datasetCount()
public Long dataStorage()
public IdentityUsage.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<IdentityUsage.Builder,IdentityUsage>public static IdentityUsage.Builder builder()
public static Class<? extends IdentityUsage.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.