public class IdentityUsage
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
IdentityUsage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getDatasetCount()
Returns the value of the DatasetCount property for this object.
|
java.lang.Long |
getDataStorage()
Returns the value of the DataStorage property for this object.
|
java.lang.String |
getIdentityId()
Returns the value of the IdentityId 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.
|
int |
hashCode() |
void |
setDatasetCount(java.lang.Integer datasetCount)
Sets the value of the DatasetCount property for this object.
|
void |
setDataStorage(java.lang.Long dataStorage)
Sets the value of the DataStorage property for this object.
|
void |
setIdentityId(java.lang.String identityId)
Sets the value of the IdentityId 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.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
IdentityUsage |
withDatasetCount(java.lang.Integer datasetCount)
Sets the value of the DatasetCount property for this object.
|
IdentityUsage |
withDataStorage(java.lang.Long dataStorage)
Sets the value of the DataStorage property for this object.
|
IdentityUsage |
withIdentityId(java.lang.String identityId)
Sets the value of the IdentityId property for this object.
|
IdentityUsage |
withIdentityPoolId(java.lang.String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
IdentityUsage |
withLastModifiedDate(java.util.Date lastModifiedDate)
Sets the value of the LastModifiedDate property for this object.
|
public java.lang.String getIdentityId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityId(java.lang.String identityId)
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityId - The new value for the IdentityId property for this object.public IdentityUsage withIdentityId(java.lang.String identityId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityId - The new value for the IdentityId 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 IdentityUsage 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.util.Date getLastModifiedDate()
public void setLastModifiedDate(java.util.Date lastModifiedDate)
lastModifiedDate - The new value for the LastModifiedDate property for this object.public IdentityUsage 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.Integer getDatasetCount()
public void setDatasetCount(java.lang.Integer datasetCount)
datasetCount - The new value for the DatasetCount property for this object.public IdentityUsage withDatasetCount(java.lang.Integer datasetCount)
Returns a reference to this object so that method calls can be chained together.
datasetCount - The new value for the DatasetCount 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 IdentityUsage 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.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