Class UserPoolDescriptionType
- java.lang.Object
-
- com.amazonaws.services.cognitoidp.model.UserPoolDescriptionType
-
- All Implemented Interfaces:
Serializable,Cloneable
public class UserPoolDescriptionType extends Object implements Serializable, Cloneable
A user pool description.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserPoolDescriptionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserPoolDescriptionTypeclone()booleanequals(Object obj)DategetCreationDate()The creation date in a user pool description.StringgetId()The ID in a user pool description.LambdaConfigTypegetLambdaConfig()The AWS Lambda configuration information in a user pool description.DategetLastModifiedDate()The last modified date in a user pool description.StringgetName()The name in a user pool description.StringgetStatus()The user pool status in a user pool description.inthashCode()voidsetCreationDate(Date creationDate)The creation date in a user pool description.voidsetId(String id)The ID in a user pool description.voidsetLambdaConfig(LambdaConfigType lambdaConfig)The AWS Lambda configuration information in a user pool description.voidsetLastModifiedDate(Date lastModifiedDate)The last modified date in a user pool description.voidsetName(String name)The name in a user pool description.voidsetStatus(StatusType status)The user pool status in a user pool description.voidsetStatus(String status)The user pool status in a user pool description.StringtoString()Returns a string representation of this object; useful for testing and debugging.UserPoolDescriptionTypewithCreationDate(Date creationDate)The creation date in a user pool description.UserPoolDescriptionTypewithId(String id)The ID in a user pool description.UserPoolDescriptionTypewithLambdaConfig(LambdaConfigType lambdaConfig)The AWS Lambda configuration information in a user pool description.UserPoolDescriptionTypewithLastModifiedDate(Date lastModifiedDate)The last modified date in a user pool description.UserPoolDescriptionTypewithName(String name)The name in a user pool description.UserPoolDescriptionTypewithStatus(StatusType status)The user pool status in a user pool description.UserPoolDescriptionTypewithStatus(String status)The user pool status in a user pool description.
-
-
-
Method Detail
-
setId
public void setId(String id)
The ID in a user pool description.
- Parameters:
id- The ID in a user pool description.
-
getId
public String getId()
The ID in a user pool description.
- Returns:
- The ID in a user pool description.
-
withId
public UserPoolDescriptionType withId(String id)
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
public void setName(String name)
The name in a user pool description.
- Parameters:
name- The name in a user pool description.
-
getName
public String getName()
The name in a user pool description.
- Returns:
- The name in a user pool description.
-
withName
public UserPoolDescriptionType withName(String name)
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
public void setLambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information in a user pool description.
- Parameters:
lambdaConfig- The AWS Lambda configuration information in a user pool description.
-
getLambdaConfig
public LambdaConfigType getLambdaConfig()
The AWS Lambda configuration information in a user pool description.
- Returns:
- The AWS Lambda configuration information in a user pool description.
-
withLambdaConfig
public UserPoolDescriptionType withLambdaConfig(LambdaConfigType lambdaConfig)
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
public void setStatus(String status)
The user pool status in a user pool description.
- Parameters:
status- The user pool status in a user pool description.- See Also:
StatusType
-
getStatus
public String getStatus()
The user pool status in a user pool description.
- Returns:
- The user pool status in a user pool description.
- See Also:
StatusType
-
withStatus
public UserPoolDescriptionType withStatus(String status)
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:
StatusType
-
setStatus
public void setStatus(StatusType status)
The user pool status in a user pool description.
- Parameters:
status- The user pool status in a user pool description.- See Also:
StatusType
-
withStatus
public UserPoolDescriptionType withStatus(StatusType status)
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:
StatusType
-
setLastModifiedDate
public void setLastModifiedDate(Date lastModifiedDate)
The last modified date in a user pool description.
- Parameters:
lastModifiedDate- The last modified date in a user pool description.
-
getLastModifiedDate
public Date getLastModifiedDate()
The last modified date in a user pool description.
- Returns:
- The last modified date in a user pool description.
-
withLastModifiedDate
public UserPoolDescriptionType withLastModifiedDate(Date lastModifiedDate)
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
public void setCreationDate(Date creationDate)
The creation date in a user pool description.
- Parameters:
creationDate- The creation date in a user pool description.
-
getCreationDate
public Date getCreationDate()
The creation date in a user pool description.
- Returns:
- The creation date in a user pool description.
-
withCreationDate
public UserPoolDescriptionType withCreationDate(Date creationDate)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public UserPoolDescriptionType clone()
-
-