StructuredPojo
, ToCopyableBuilder<IdentityUsage.Builder,IdentityUsage>
@Generated("software.amazon.awssdk:codegen") public class IdentityUsage extends Object implements StructuredPojo, ToCopyableBuilder<IdentityUsage.Builder,IdentityUsage>
Modifier and Type | Class | Description |
---|---|---|
static interface |
IdentityUsage.Builder |
Modifier and Type | Method | 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) |
|
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.
|
Date |
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() |
public String identityId()
public String identityPoolId()
public Date lastModifiedDate()
public Integer datasetCount()
public Long dataStorage()
public IdentityUsage.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<IdentityUsage.Builder,IdentityUsage>
public static IdentityUsage.Builder builder()
public static Class<? extends IdentityUsage.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.