public class UserPoolDescriptionType
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
A user pool description.
Modifier and Type | Field and Description |
---|---|
private java.util.Date |
creationDate
The creation date in a user pool description.
|
private java.lang.String |
id
The ID in a user pool description.
|
private LambdaConfigType |
lambdaConfig
The AWS Lambda configuration information in a user pool description.
|
private java.util.Date |
lastModifiedDate
The last modified date in a user pool description.
|
private java.lang.String |
name
The name in a user pool description.
|
private java.lang.String |
status
The user pool status in a user pool description.
|
Constructor and Description |
---|
UserPoolDescriptionType() |
Modifier and Type | Method and Description |
---|---|
UserPoolDescriptionType |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreationDate()
The creation date in a user pool description.
|
java.lang.String |
getId()
The ID in a user pool description.
|
LambdaConfigType |
getLambdaConfig()
The AWS Lambda configuration information in a user pool description.
|
java.util.Date |
getLastModifiedDate()
The last modified date in a user pool description.
|
java.lang.String |
getName()
The name in a user pool description.
|
java.lang.String |
getStatus()
The user pool status in a user pool description.
|
int |
hashCode() |
void |
setCreationDate(java.util.Date creationDate)
The creation date in a user pool description.
|
void |
setId(java.lang.String id)
The ID in a user pool description.
|
void |
setLambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information in a user pool description.
|
void |
setLastModifiedDate(java.util.Date lastModifiedDate)
The last modified date in a user pool description.
|
void |
setName(java.lang.String name)
The name in a user pool description.
|
void |
setStatus(StatusType status)
The user pool status in a user pool description.
|
void |
setStatus(java.lang.String status)
The user pool status in a user pool description.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UserPoolDescriptionType |
withCreationDate(java.util.Date creationDate)
The creation date in a user pool description.
|
UserPoolDescriptionType |
withId(java.lang.String id)
The ID in a user pool description.
|
UserPoolDescriptionType |
withLambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information in a user pool description.
|
UserPoolDescriptionType |
withLastModifiedDate(java.util.Date lastModifiedDate)
The last modified date in a user pool description.
|
UserPoolDescriptionType |
withName(java.lang.String name)
The name in a user pool description.
|
UserPoolDescriptionType |
withStatus(StatusType status)
The user pool status in a user pool description.
|
UserPoolDescriptionType |
withStatus(java.lang.String status)
The user pool status in a user pool description.
|
private java.lang.String id
The ID in a user pool description.
private java.lang.String name
The name in a user pool description.
private LambdaConfigType lambdaConfig
The AWS Lambda configuration information in a user pool description.
private java.lang.String status
The user pool status in a user pool description.
private java.util.Date lastModifiedDate
The last modified date in a user pool description.
private java.util.Date creationDate
The creation date in a user pool description.
public void setId(java.lang.String id)
The ID in a user pool description.
id
- The ID in a user pool description.public java.lang.String getId()
The ID in a user pool description.
public UserPoolDescriptionType withId(java.lang.String id)
The ID in a user pool description.
id
- The ID in a user pool description.public void setName(java.lang.String name)
The name in a user pool description.
name
- The name in a user pool description.public java.lang.String getName()
The name in a user pool description.
public UserPoolDescriptionType withName(java.lang.String name)
The name in a user pool description.
name
- The name in a user pool description.public void setLambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information in a user pool description.
lambdaConfig
- The AWS Lambda configuration information in a user pool
description.public LambdaConfigType getLambdaConfig()
The AWS Lambda configuration information in a user pool description.
public UserPoolDescriptionType withLambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information in a user pool description.
lambdaConfig
- The AWS Lambda configuration information in a user pool
description.public void setStatus(java.lang.String status)
The user pool status in a user pool description.
status
- The user pool status in a user pool description.StatusType
public java.lang.String getStatus()
The user pool status in a user pool description.
StatusType
public UserPoolDescriptionType withStatus(java.lang.String status)
The user pool status in a user pool description.
status
- The user pool status in a user pool description.StatusType
public void setStatus(StatusType status)
The user pool status in a user pool description.
status
- The user pool status in a user pool description.StatusType
public UserPoolDescriptionType withStatus(StatusType status)
The user pool status in a user pool description.
status
- The user pool status in a user pool description.StatusType
public void setLastModifiedDate(java.util.Date lastModifiedDate)
The last modified date in a user pool description.
lastModifiedDate
- The last modified date in a user pool description.public java.util.Date getLastModifiedDate()
The last modified date in a user pool description.
public UserPoolDescriptionType withLastModifiedDate(java.util.Date lastModifiedDate)
The last modified date in a user pool description.
lastModifiedDate
- The last modified date in a user pool description.public void setCreationDate(java.util.Date creationDate)
The creation date in a user pool description.
creationDate
- The creation date in a user pool description.public java.util.Date getCreationDate()
The creation date in a user pool description.
public UserPoolDescriptionType withCreationDate(java.util.Date creationDate)
The creation date in a user pool description.
creationDate
- The creation date in a user pool description.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UserPoolDescriptionType clone()
clone
in class java.lang.Object