Class IdentityPoolUsage
- java.lang.Object
-
- software.amazon.awssdk.services.cognitosync.model.IdentityPoolUsage
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IdentityPoolUsage.Builder,IdentityPoolUsage>
@Generated("software.amazon.awssdk:codegen") public final class IdentityPoolUsage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IdentityPoolUsage.Builder,IdentityPoolUsage>
Usage information for the identity pool.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIdentityPoolUsage.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdentityPoolUsage.Builderbuilder()LongdataStorage()Data storage information for the identity pool.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringidentityPoolId()A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.InstantlastModifiedDate()Date on which the identity pool was last modified.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends IdentityPoolUsage.Builder>serializableBuilderClass()LongsyncSessionsCount()Number of sync sessions for the identity pool.IdentityPoolUsage.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
identityPoolId
public final String identityPoolId()
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.- Returns:
- A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
-
syncSessionsCount
public final Long syncSessionsCount()
Number of sync sessions for the identity pool.- Returns:
- Number of sync sessions for the identity pool.
-
dataStorage
public final Long dataStorage()
Data storage information for the identity pool.- Returns:
- Data storage information for the identity pool.
-
lastModifiedDate
public final Instant lastModifiedDate()
Date on which the identity pool was last modified.- Returns:
- Date on which the identity pool was last modified.
-
toBuilder
public IdentityPoolUsage.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IdentityPoolUsage.Builder,IdentityPoolUsage>
-
builder
public static IdentityPoolUsage.Builder builder()
-
serializableBuilderClass
public static Class<? extends IdentityPoolUsage.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-