public class DescribeIdentityResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribeIdentityResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreationDate()
Returns the value of the CreationDate property for this object.
|
java.lang.String |
getIdentityId()
Returns the value of the IdentityId property for this object.
|
java.util.Date |
getLastModifiedDate()
Returns the value of the LastModifiedDate property for this object.
|
java.util.List<java.lang.String> |
getLogins()
Returns the value of the Logins property for this object.
|
int |
hashCode() |
void |
setCreationDate(java.util.Date creationDate)
Sets the value of the CreationDate property for this object.
|
void |
setIdentityId(java.lang.String identityId)
Sets the value of the IdentityId property for this object.
|
void |
setLastModifiedDate(java.util.Date lastModifiedDate)
Sets the value of the LastModifiedDate property for this object.
|
void |
setLogins(java.util.Collection<java.lang.String> logins)
Sets the value of the Logins property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeIdentityResult |
withCreationDate(java.util.Date creationDate)
Sets the value of the CreationDate property for this object.
|
DescribeIdentityResult |
withIdentityId(java.lang.String identityId)
Sets the value of the IdentityId property for this object.
|
DescribeIdentityResult |
withLastModifiedDate(java.util.Date lastModifiedDate)
Sets the value of the LastModifiedDate property for this object.
|
DescribeIdentityResult |
withLogins(java.util.Collection<java.lang.String> logins)
Sets the value of the Logins property for this object.
|
DescribeIdentityResult |
withLogins(java.lang.String... logins)
Sets the value of the Logins 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 DescribeIdentityResult 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.util.List<java.lang.String> getLogins()
public void setLogins(java.util.Collection<java.lang.String> logins)
logins - The new value for the Logins property for this object.public DescribeIdentityResult withLogins(java.lang.String... logins)
Returns a reference to this object so that method calls can be chained together.
logins - The new value for the Logins property for this object.public DescribeIdentityResult withLogins(java.util.Collection<java.lang.String> logins)
Returns a reference to this object so that method calls can be chained together.
logins - The new value for the Logins property for this object.public java.util.Date getCreationDate()
public void setCreationDate(java.util.Date creationDate)
creationDate - The new value for the CreationDate property for this object.public DescribeIdentityResult withCreationDate(java.util.Date creationDate)
Returns a reference to this object so that method calls can be chained together.
creationDate - The new value for the CreationDate 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 DescribeIdentityResult 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