public class CreateUserPoolResult extends Object implements Serializable
Represents the response from the server for the request to create a user pool.
| Constructor and Description |
|---|
CreateUserPoolResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
UserPoolType |
getUserPool()
A container for the user pool details.
|
int |
hashCode() |
void |
setUserPool(UserPoolType userPool)
A container for the user pool details.
|
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.
|
public UserPoolType getUserPool()
A container for the user pool details.
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 CreateUserPoolResult withUserPool(UserPoolType userPool)
A container for the user pool details.
Returns a reference to this object so that method calls can be chained together.
userPool - A container for the user pool details.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.