@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IdentityPoolUsage extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
IdentityPoolUsage() |
Modifier and Type | Method and Description |
---|---|
IdentityPoolUsage |
clone() |
boolean |
equals(Object obj) |
Long |
getDataStorage()
Data storage information for the identity pool.
|
String |
getIdentityPoolId()
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
|
Date |
getLastModifiedDate()
Date on which the identity pool was last modified.
|
Long |
getSyncSessionsCount()
Number of sync sessions for the identity pool.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataStorage(Long dataStorage)
Data storage information for the identity pool.
|
void |
setIdentityPoolId(String identityPoolId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
|
void |
setLastModifiedDate(Date lastModifiedDate)
Date on which the identity pool was last modified.
|
void |
setSyncSessionsCount(Long syncSessionsCount)
Number of sync sessions for the identity pool.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
IdentityPoolUsage |
withDataStorage(Long dataStorage)
Data storage information for the identity pool.
|
IdentityPoolUsage |
withIdentityPoolId(String identityPoolId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
|
IdentityPoolUsage |
withLastModifiedDate(Date lastModifiedDate)
Date on which the identity pool was last modified.
|
IdentityPoolUsage |
withSyncSessionsCount(Long syncSessionsCount)
Number of sync sessions for the identity pool.
|
public void setIdentityPoolId(String identityPoolId)
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.public String getIdentityPoolId()
public IdentityPoolUsage withIdentityPoolId(String identityPoolId)
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.public void setSyncSessionsCount(Long syncSessionsCount)
syncSessionsCount
- Number of sync sessions for the identity pool.public Long getSyncSessionsCount()
public IdentityPoolUsage withSyncSessionsCount(Long syncSessionsCount)
syncSessionsCount
- Number of sync sessions for the identity pool.public void setDataStorage(Long dataStorage)
dataStorage
- Data storage information for the identity pool.public Long getDataStorage()
public IdentityPoolUsage withDataStorage(Long dataStorage)
dataStorage
- Data storage information for the identity pool.public void setLastModifiedDate(Date lastModifiedDate)
lastModifiedDate
- Date on which the identity pool was last modified.public Date getLastModifiedDate()
public IdentityPoolUsage withLastModifiedDate(Date lastModifiedDate)
lastModifiedDate
- Date on which the identity pool was last modified.public String toString()
toString
in class Object
Object.toString()
public IdentityPoolUsage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.