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:
  • Constructor Details

    • UserPoolDescriptionType

      public UserPoolDescriptionType()
  • Method Details

    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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 class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public UserPoolDescriptionType clone()
      Overrides:
      clone in class Object