public class UserPoolDescriptionType extends Object implements Serializable
A user pool description.
| Constructor and Description |
|---|
UserPoolDescriptionType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Date |
getCreationDate()
The date the user pool description was created.
|
String |
getId()
The ID in a user pool description.
|
LambdaConfigType |
getLambdaConfig()
The AWS Lambda configuration information in a user pool description.
|
Date |
getLastModifiedDate()
The date the user pool description was last modified.
|
String |
getName()
The name in a user pool description.
|
String |
getStatus()
The user pool status in a user pool description.
|
int |
hashCode() |
void |
setCreationDate(Date creationDate)
The date the user pool description was created.
|
void |
setId(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(Date lastModifiedDate)
The date the user pool description was last modified.
|
void |
setName(String name)
The name in a user pool description.
|
void |
setStatus(StatusType status)
The user pool status in a user pool description.
|
void |
setStatus(String status)
The user pool status in a user pool description.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UserPoolDescriptionType |
withCreationDate(Date creationDate)
The date the user pool description was created.
|
UserPoolDescriptionType |
withId(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(Date lastModifiedDate)
The date the user pool description was last modified.
|
UserPoolDescriptionType |
withName(String name)
The name in a user pool description.
|
UserPoolDescriptionType |
withStatus(StatusType status)
The user pool status in a user pool description.
|
UserPoolDescriptionType |
withStatus(String status)
The user pool status in a user pool description.
|
public String getId()
The ID in a user pool description.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
The ID in a user pool description.
public void setId(String id)
The ID in a user pool description.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
id - The ID in a user pool description.
public UserPoolDescriptionType withId(String id)
The ID in a user pool description.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
id - The ID in a user pool description.
public String getName()
The name in a user pool description.
Constraints:
Length: 1 - 128
Pattern: [\w\s+=,.@-]+
The name in a user pool description.
public void setName(String name)
The name in a user pool description.
Constraints:
Length: 1 - 128
Pattern: [\w\s+=,.@-]+
name - The name in a user pool description.
public UserPoolDescriptionType withName(String name)
The name in a user pool description.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w\s+=,.@-]+
name - The name in a user pool description.
public LambdaConfigType getLambdaConfig()
The AWS Lambda configuration information in a user pool description.
The AWS Lambda configuration information 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 UserPoolDescriptionType withLambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information in a user pool description.
Returns a reference to this object so that method calls can be chained together.
lambdaConfig - The AWS Lambda configuration information in a user pool description.
public String getStatus()
The user pool status in a user pool description.
Constraints:
Allowed Values: Enabled, Disabled
The user pool status in a user pool description.
StatusTypepublic void setStatus(String status)
The user pool status in a user pool description.
Constraints:
Allowed Values: Enabled, Disabled
status - The user pool status in a user pool description.
StatusTypepublic UserPoolDescriptionType withStatus(String status)
The user pool status in a user pool description.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Enabled, Disabled
status - The user pool status in a user pool description.
StatusTypepublic void setStatus(StatusType status)
The user pool status in a user pool description.
Constraints:
Allowed Values: Enabled, Disabled
status - The user pool status in a user pool description.
StatusTypepublic UserPoolDescriptionType withStatus(StatusType status)
The user pool status in a user pool description.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Enabled, Disabled
status - The user pool status in a user pool description.
StatusTypepublic Date getLastModifiedDate()
The date the user pool description was last modified.
The date the user pool description was last modified.
public void setLastModifiedDate(Date lastModifiedDate)
The date the user pool description was last modified.
lastModifiedDate - The date the user pool description was last modified.
public UserPoolDescriptionType withLastModifiedDate(Date lastModifiedDate)
The date the user pool description was last modified.
Returns a reference to this object so that method calls can be chained together.
lastModifiedDate - The date the user pool description was last modified.
public Date getCreationDate()
The date the user pool description was created.
The date the user pool description was created.
public void setCreationDate(Date creationDate)
The date the user pool description was created.
creationDate - The date the user pool description was created.
public UserPoolDescriptionType withCreationDate(Date creationDate)
The date the user pool description was created.
Returns a reference to this object so that method calls can be chained together.
creationDate - The date the user pool description was created.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.