StructuredPojo
, ToCopyableBuilder<IdentityPoolUsage.Builder,IdentityPoolUsage>
@Generated("software.amazon.awssdk:codegen") public class IdentityPoolUsage extends Object implements StructuredPojo, ToCopyableBuilder<IdentityPoolUsage.Builder,IdentityPoolUsage>
Modifier and Type | Class | Description |
---|---|---|
static interface |
IdentityPoolUsage.Builder |
Modifier and Type | Method | Description |
---|---|---|
static IdentityPoolUsage.Builder |
builder() |
|
Long |
dataStorage() |
Data storage information for the identity pool.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
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 pool was last modified.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends IdentityPoolUsage.Builder> |
serializableBuilderClass() |
|
Long |
syncSessionsCount() |
Number of sync sessions for the identity pool.
|
IdentityPoolUsage.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String identityPoolId()
public Long syncSessionsCount()
public Long dataStorage()
public Date lastModifiedDate()
public IdentityPoolUsage.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<IdentityPoolUsage.Builder,IdentityPoolUsage>
public static IdentityPoolUsage.Builder builder()
public static Class<? extends IdentityPoolUsage.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.