public class UserPoolPolicyType extends Object implements Serializable, Cloneable
The type of policy in a user pool.
| Constructor and Description |
|---|
UserPoolPolicyType() |
| Modifier and Type | Method and Description |
|---|---|
UserPoolPolicyType |
clone() |
boolean |
equals(Object obj) |
PasswordPolicyType |
getPasswordPolicy()
A container with information about the user pool password policy.
|
int |
hashCode() |
void |
setPasswordPolicy(PasswordPolicyType passwordPolicy)
A container with information about the user pool password policy.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UserPoolPolicyType |
withPasswordPolicy(PasswordPolicyType passwordPolicy)
A container with information about the user pool password policy.
|
public void setPasswordPolicy(PasswordPolicyType passwordPolicy)
A container with information about the user pool password policy.
passwordPolicy - A container with information about the user pool password policy.public PasswordPolicyType getPasswordPolicy()
A container with information about the user pool password policy.
public UserPoolPolicyType withPasswordPolicy(PasswordPolicyType passwordPolicy)
A container with information about the user pool password policy.
passwordPolicy - A container with information about the user pool password policy.public String toString()
toString in class ObjectObject.toString()public UserPoolPolicyType clone()
Copyright © 2016. All rights reserved.