Class UserPoolDescriptionType
- All Implemented Interfaces:
Serializable
,Cloneable
A user pool description.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The creation date in a user pool description.getId()
The ID in a user pool description.The AWS Lambda configuration information in a user pool description.The last modified date in a user pool description.getName()
The name in a user pool description.The user pool status in a user pool description.int
hashCode()
void
setCreationDate
(Date creationDate) The creation date in a user pool description.void
The ID in a user pool description.void
setLambdaConfig
(LambdaConfigType lambdaConfig) The AWS Lambda configuration information in a user pool description.void
setLastModifiedDate
(Date lastModifiedDate) The last modified date in a user pool description.void
The name in a user pool description.void
setStatus
(StatusType status) The user pool status in a user pool description.void
The user pool status in a user pool description.toString()
Returns a string representation of this object; useful for testing and debugging.withCreationDate
(Date creationDate) The creation date in a user pool description.The ID in a user pool description.withLambdaConfig
(LambdaConfigType lambdaConfig) The AWS Lambda configuration information in a user pool description.withLastModifiedDate
(Date lastModifiedDate) The last modified date in a user pool description.The name in a user pool description.withStatus
(StatusType status) The user pool status in a user pool description.withStatus
(String status) The user pool status in a user pool description.
-
Constructor Details
-
UserPoolDescriptionType
public UserPoolDescriptionType()
-
-
Method Details
-
setId
The ID in a user pool description.
- Parameters:
id
- The ID in a user pool description.
-
getId
The ID in a user pool description.
- Returns:
- The ID in a user pool description.
-
withId
The ID in a user pool description.
- Parameters:
id
- The ID in a user pool description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setName
The name in a user pool description.
- Parameters:
name
- The name in a user pool description.
-
getName
The name in a user pool description.
- Returns:
- The name in a user pool description.
-
withName
The name in a user pool description.
- Parameters:
name
- The name in a user pool description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLambdaConfig
The AWS Lambda configuration information in a user pool description.
- Parameters:
lambdaConfig
- The AWS Lambda configuration information in a user pool description.
-
getLambdaConfig
The AWS Lambda configuration information in a user pool description.
- Returns:
- The AWS Lambda configuration information in a user pool description.
-
withLambdaConfig
The AWS Lambda configuration information in a user pool description.
- Parameters:
lambdaConfig
- The AWS Lambda configuration information in a user pool description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
The user pool status in a user pool description.
- Parameters:
status
- The user pool status in a user pool description.- See Also:
-
getStatus
The user pool status in a user pool description.
- Returns:
- The user pool status in a user pool description.
- See Also:
-
withStatus
The user pool status in a user pool description.
- Parameters:
status
- The user pool status in a user pool description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatus
The user pool status in a user pool description.
- Parameters:
status
- The user pool status in a user pool description.- See Also:
-
withStatus
The user pool status in a user pool description.
- Parameters:
status
- The user pool status in a user pool description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setLastModifiedDate
The last modified date in a user pool description.
- Parameters:
lastModifiedDate
- The last modified date in a user pool description.
-
getLastModifiedDate
The last modified date in a user pool description.
- Returns:
- The last modified date in a user pool description.
-
withLastModifiedDate
The last modified date in a user pool description.
- Parameters:
lastModifiedDate
- The last modified date in a user pool description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreationDate
The creation date in a user pool description.
- Parameters:
creationDate
- The creation date in a user pool description.
-
getCreationDate
The creation date in a user pool description.
- Returns:
- The creation date in a user pool description.
-
withCreationDate
The creation date in a user pool description.
- Parameters:
creationDate
- The creation date in a user pool description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-