public class CreateUserPoolResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the response from the server for the request to create a user pool.
Modifier and Type | Field and Description |
---|---|
private UserPoolType |
userPool
A container for the user pool details.
|
Constructor and Description |
---|
CreateUserPoolResult() |
Modifier and Type | Method and Description |
---|---|
CreateUserPoolResult |
clone() |
boolean |
equals(java.lang.Object obj) |
UserPoolType |
getUserPool()
A container for the user pool details.
|
int |
hashCode() |
void |
setUserPool(UserPoolType userPool)
A container for the user pool details.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateUserPoolResult |
withUserPool(UserPoolType userPool)
A container for the user pool details.
|
private UserPoolType userPool
A container for the user pool details.
public void setUserPool(UserPoolType userPool)
A container for the user pool details.
userPool
- A container for the user pool details.public UserPoolType getUserPool()
A container for the user pool details.
public CreateUserPoolResult withUserPool(UserPoolType userPool)
A container for the user pool details.
userPool
- A container for the user pool details.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 CreateUserPoolResult clone()
clone
in class java.lang.Object