Class UserPoolDescriptionType

    • Constructor Detail

      • UserPoolDescriptionType

        public UserPoolDescriptionType()
    • 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 class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object