public class IdentityPoolUsage
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
IdentityPoolUsage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getDataStorage()
Returns the value of the DataStorage property for this object.
|
java.lang.String |
getIdentityPoolId()
Returns the value of the IdentityPoolId property for this object.
|
java.util.Date |
getLastModifiedDate()
Returns the value of the LastModifiedDate property for this object.
|
java.lang.Long |
getSyncSessionsCount()
Returns the value of the SyncSessionsCount property for this object.
|
int |
hashCode() |
void |
setDataStorage(java.lang.Long dataStorage)
Sets the value of the DataStorage property for this object.
|
void |
setIdentityPoolId(java.lang.String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
void |
setLastModifiedDate(java.util.Date lastModifiedDate)
Sets the value of the LastModifiedDate property for this object.
|
void |
setSyncSessionsCount(java.lang.Long syncSessionsCount)
Sets the value of the SyncSessionsCount property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
IdentityPoolUsage |
withDataStorage(java.lang.Long dataStorage)
Sets the value of the DataStorage property for this object.
|
IdentityPoolUsage |
withIdentityPoolId(java.lang.String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
IdentityPoolUsage |
withLastModifiedDate(java.util.Date lastModifiedDate)
Sets the value of the LastModifiedDate property for this object.
|
IdentityPoolUsage |
withSyncSessionsCount(java.lang.Long syncSessionsCount)
Sets the value of the SyncSessionsCount property for this object.
|
public java.lang.String getIdentityPoolId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityPoolId(java.lang.String identityPoolId)
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId - The new value for the IdentityPoolId property for this object.public IdentityPoolUsage withIdentityPoolId(java.lang.String identityPoolId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId - The new value for the IdentityPoolId property for this object.public java.lang.Long getSyncSessionsCount()
public void setSyncSessionsCount(java.lang.Long syncSessionsCount)
syncSessionsCount - The new value for the SyncSessionsCount property for this object.public IdentityPoolUsage withSyncSessionsCount(java.lang.Long syncSessionsCount)
Returns a reference to this object so that method calls can be chained together.
syncSessionsCount - The new value for the SyncSessionsCount property for this object.public java.lang.Long getDataStorage()
public void setDataStorage(java.lang.Long dataStorage)
dataStorage - The new value for the DataStorage property for this object.public IdentityPoolUsage withDataStorage(java.lang.Long dataStorage)
Returns a reference to this object so that method calls can be chained together.
dataStorage - The new value for the DataStorage property for this object.public java.util.Date getLastModifiedDate()
public void setLastModifiedDate(java.util.Date lastModifiedDate)
lastModifiedDate - The new value for the LastModifiedDate property for this object.public IdentityPoolUsage withLastModifiedDate(java.util.Date lastModifiedDate)
Returns a reference to this object so that method calls can be chained together.
lastModifiedDate - The new value for the LastModifiedDate property for this object.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object