Class CreateUserPoolResult
java.lang.Object
com.amazonaws.services.cognitoidp.model.CreateUserPoolResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the response from the server for the request to create a user pool.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A container for the user pool details.int
hashCode()
void
setUserPool
(UserPoolType userPool) A container for the user pool details.toString()
Returns a string representation of this object; useful for testing and debugging.withUserPool
(UserPoolType userPool) A container for the user pool details.
-
Constructor Details
-
CreateUserPoolResult
public CreateUserPoolResult()
-
-
Method Details
-
setUserPool
A container for the user pool details.
- Parameters:
userPool
- A container for the user pool details.
-
getUserPool
A container for the user pool details.
- Returns:
- A container for the user pool details.
-
withUserPool
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-