Class DescribeUserPoolResult
java.lang.Object
com.amazonaws.services.cognitoidp.model.DescribeUserPoolResult
- All Implemented Interfaces:
Serializable,Cloneable
Represents the response to describe the user pool.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe container of metadata returned by the server to describe the pool.inthashCode()voidsetUserPool(UserPoolType userPool) The container of metadata returned by the server to describe the pool.toString()Returns a string representation of this object; useful for testing and debugging.withUserPool(UserPoolType userPool) The container of metadata returned by the server to describe the pool.
-
Constructor Details
-
DescribeUserPoolResult
public DescribeUserPoolResult()
-
-
Method Details
-
setUserPool
The container of metadata returned by the server to describe the pool.
- Parameters:
userPool- The container of metadata returned by the server to describe the pool.
-
getUserPool
The container of metadata returned by the server to describe the pool.
- Returns:
- The container of metadata returned by the server to describe the pool.
-
withUserPool
The container of metadata returned by the server to describe the pool.
- Parameters:
userPool- The container of metadata returned by the server to describe the pool.- 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
-