public class DescribeUserPoolResult extends Object implements Serializable
Represents the response to describe the user pool.
| Constructor and Description |
|---|
DescribeUserPoolResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
UserPoolType |
getUserPool()
The container of metadata returned by the server to describe the pool.
|
int |
hashCode() |
void |
setUserPool(UserPoolType userPool)
The container of metadata returned by the server to describe the pool.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeUserPoolResult |
withUserPool(UserPoolType userPool)
The container of metadata returned by the server to describe the pool.
|
public UserPoolType getUserPool()
The container of metadata returned by the server to describe the pool.
The container of metadata returned by the server to describe the pool.
public void setUserPool(UserPoolType userPool)
The container of metadata returned by the server to describe the pool.
userPool - The container of metadata returned by the server to describe the pool.
public DescribeUserPoolResult withUserPool(UserPoolType userPool)
The container of metadata returned by the server to describe the pool.
Returns a reference to this object so that method calls can be chained together.
userPool - The container of metadata returned by the server to describe the pool.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.