public class UserPoolPolicyType
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The type of policy in a user pool.
Modifier and Type | Field and Description |
---|---|
private PasswordPolicyType |
passwordPolicy
A container with information about the user pool password policy.
|
Constructor and Description |
---|
UserPoolPolicyType() |
Modifier and Type | Method and Description |
---|---|
UserPoolPolicyType |
clone() |
boolean |
equals(java.lang.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.
|
java.lang.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.
|
private 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 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 UserPoolPolicyType clone()
clone
in class java.lang.Object