public class CreateUserPoolResult extends Object implements Serializable, Cloneable
Represents the response from the server for the request to create a user pool.
Constructor and Description |
---|
CreateUserPoolResult() |
Modifier and Type | Method and Description |
---|---|
CreateUserPoolResult |
clone() |
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 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 String toString()
toString
in class Object
Object.toString()
public CreateUserPoolResult clone()
Copyright © 2016. All rights reserved.