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 UserPoolDescriptionType
clone()
boolean
equals(Object obj)
Date
getCreationDate()
The creation date in a user pool description.String
getId()
The ID in a user pool description.LambdaConfigType
getLambdaConfig()
The AWS Lambda configuration information in a user pool description.Date
getLastModifiedDate()
The last modified date in a user pool description.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 creation date in a user pool description.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 last modified date in a user pool description.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 creation date in a user pool description.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 last modified date in a user pool description.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.
-
-
-
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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public UserPoolDescriptionType clone()
-
-