Class CreateUserPoolResult

java.lang.Object
com.amazonaws.services.cognitoidp.model.CreateUserPoolResult
All Implemented Interfaces:
Serializable, Cloneable

public class CreateUserPoolResult extends Object implements Serializable, Cloneable

Represents the response from the server for the request to create a user pool.

See Also:
  • Constructor Details

    • CreateUserPoolResult

      public CreateUserPoolResult()
  • Method Details

    • setUserPool

      public void setUserPool(UserPoolType userPool)

      A container for the user pool details.

      Parameters:
      userPool - A container for the user pool details.
    • getUserPool

      public UserPoolType getUserPool()

      A container for the user pool details.

      Returns:
      A container for the user pool details.
    • withUserPool

      public CreateUserPoolResult withUserPool(UserPoolType userPool)

      A container for the user pool details.

      Parameters:
      userPool - A container for the user pool details.
      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 CreateUserPoolResult clone()
      Overrides:
      clone in class Object