public class DescribeUserPoolResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the response to describe the user pool.
Modifier and Type | Field and Description |
---|---|
private UserPoolType |
userPool
The container of metadata returned by the server to describe the pool.
|
Constructor and Description |
---|
DescribeUserPoolResult() |
Modifier and Type | Method and Description |
---|---|
DescribeUserPoolResult |
clone() |
boolean |
equals(java.lang.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.
|
java.lang.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.
|
private UserPoolType userPool
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 UserPoolType getUserPool()
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.
userPool
- The container of metadata returned by the server to describe the
pool.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeUserPoolResult clone()
clone
in class java.lang.Object